{
"loyalty_club_configuration": {
"loyalty_club_id": 0,
"program_rules_description_heading": {
"en": "Text"
},
"excluded_store_ids": [
1
],
"limit_per_day": 1,
"limit_per_week": 1,
"manual_verification_rules": [
{
"type": "minimal_date",
"threshold": 0
}
],
"required_verification_rules": [
{
"type": "minimal_date",
"threshold": 0
}
],
"user_interface_configuration": {
"intro_header": {
"en": "Text"
},
"intro_body": {
"en": "Text"
},
"how_to_header": {
"en": "Text"
},
"how_to_body": {
"en": "Text"
},
"rules_header": {
"en": "Text"
},
"rules_body": {
"en": "Text"
},
"welcome_header": {
"en": "Text"
},
"welcome_body": {
"en": "Text"
}
}
}
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/receipts/management/configuration' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"loyalty_club_configuration": {
"loyalty_club_id": 0,
"program_rules_description_heading": {
"en": "Text"
},
"excluded_store_ids": [
1
],
"limit_per_day": 1,
"limit_per_week": 1,
"manual_verification_rules": [
{
"type": "minimal_date",
"threshold": 0
}
],
"required_verification_rules": [
{
"type": "minimal_date",
"threshold": 0
}
],
"user_interface_configuration": {
"intro_header": {
"en": "Text"
},
"intro_body": {
"en": "Text"
},
"how_to_header": {
"en": "Text"
},
"how_to_body": {
"en": "Text"
},
"rules_header": {
"en": "Text"
},
"rules_body": {
"en": "Text"
},
"welcome_header": {
"en": "Text"
},
"welcome_body": {
"en": "Text"
}
}
}
}'
{
"loyalty_club_configuration": {
"loyalty_club_id": 0,
"program_rules_description_heading": {
"en": "Text"
},
"excluded_store_ids": [
1
],
"limit_per_day": 1,
"limit_per_week": 1,
"manual_verification_rules": [
{
"type": "minimal_date",
"threshold": 0
}
],
"required_verification_rules": [
{
"type": "minimal_date",
"threshold": 0
}
],
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z",
"user_interface_configuration": {
"intro_header": {
"en": "Text"
},
"intro_body": {
"en": "Text"
},
"how_to_header": {
"en": "Text"
},
"how_to_body": {
"en": "Text"
},
"rules_header": {
"en": "Text"
},
"rules_body": {
"en": "Text"
},
"welcome_header": {
"en": "Text"
},
"welcome_body": {
"en": "Text"
}
}
}
}