{
"loyalty_club": {
"description": {
"en": "Text"
},
"phone_number": "+14155552671",
"email": "somebody@example.com",
"region": "string",
"city": "string",
"zip_code": "string",
"address": "string",
"latitude": 12.345678,
"longitude": 12.345678,
"opening_hours": [
{
"type": "weekday",
"period": "monday",
"hours": {
"opens_at": "09:00",
"closes_at": "18:00"
},
"description": {
"en": "Text"
}
}
],
"social_profiles": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"instagram": "https://example.com",
"linkedin": "https://example.com",
"snapchat": "https://example.com",
"tiktok": "https://example.com",
"youtube": "https://example.com",
"pinterest": "https://example.com"
}
}
}curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/management/loyalty_club/public_info' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"loyalty_club": {
"description": {
"en": "Text"
},
"phone_number": "+14155552671",
"email": "somebody@example.com",
"region": "string",
"city": "string",
"zip_code": "string",
"address": "string",
"latitude": 12.345678,
"longitude": 12.345678,
"opening_hours": [
{
"type": "weekday",
"period": "monday",
"hours": {
"opens_at": "09:00",
"closes_at": "18:00"
},
"description": {
"en": "Text"
}
}
],
"social_profiles": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"instagram": "https://example.com",
"linkedin": "https://example.com",
"snapchat": "https://example.com",
"tiktok": "https://example.com",
"youtube": "https://example.com",
"pinterest": "https://example.com"
}
}
}'{}