{
"loyalty_club": {
"name": "debitis dolore asperiores",
"description": {
"en": "Text"
},
"phone_number": "+14155552671",
"email": "somebody@example.com",
"region": "officia do consectetur ad adipisicing",
"city": "Stratford",
"zip_code": "23594",
"address": "eiusmod irure quis culpa",
"latitude": -73.9874,
"longitude": -73.9874,
"opening_hours": [
{
"type": "weekday",
"period": "monday",
"hours": {
"opens_at": "09:00",
"closes_at": "18:00"
},
"description": {
"en": "Text"
}
},
{
"type": "weekday",
"period": "sunday",
"hours": {
"opens_at": "12:00",
"closes_at": "15: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' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"loyalty_club": {
"name": "debitis dolore asperiores",
"description": {
"en": "Text"
},
"phone_number": "+14155552671",
"email": "somebody@example.com",
"region": "officia do consectetur ad adipisicing",
"city": "Stratford",
"zip_code": "23594",
"address": "eiusmod irure quis culpa",
"latitude": -73.9874,
"longitude": -73.9874,
"opening_hours": [
{
"type": "weekday",
"period": "monday",
"hours": {
"opens_at": "09:00",
"closes_at": "18:00"
},
"description": {
"en": "Text"
}
},
{
"type": "weekday",
"period": "sunday",
"hours": {
"opens_at": "12:00",
"closes_at": "15: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"
}
}
}'
{
"loyalty_club": {
"id": 1,
"name": "officiis quibusdam animi",
"description": {
"en": "Text"
},
"phone_number": "+14155552671",
"email": "somebody@example.com",
"region": "ut aliqua amet",
"city": "Daytona Beach",
"zip_code": "53241",
"address": "nulla pariatur eiusmod eu ullamco",
"latitude": 12.345678,
"longitude": -73.9874,
"opening_hours": [
{
"type": "weekday",
"period": "monday",
"hours": {
"opens_at": "09:00",
"closes_at": "18:00"
},
"description": {
"en": "Text"
}
},
{
"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"
},
"dmp_token": "sint voluptate et quis",
"internal_options": {},
"languages": [
"do"
],
"minimum_member_age": 18,
"shortening_tracking_enabled": true,
"timezone": "Europe/Warsaw",
"transactions_currency": "PLN",
"community_id": 1,
"customer_id": 447,
"everyone_audience_id": 1,
"created_at": "2022-11-05T16:25:58.099Z",
"updated_at": "2022-11-15T16:25:58.099Z"
}
}