Parameter | Type | Required? | Comments |
---|---|---|---|
event_id | Integer | no | optional |
event_name | String | no | optional |
created_at | Date | yes | |
type_of_activity | String | yes | One of : event , workshop , pro-sale , spaycial_banking , spaycial_scanning |
receipts | Array[Object] | yes | |
member_id | Integer | no |
Parameter | Type | Required? | Comments |
---|---|---|---|
store_name | String | no | optional |
store_id | Integer | no | optional |
receipt_amount | Float | yes | |
receipt_amount_currency | String | no | empty string is not allowed |
receipt_scanning_id | String | no | empty string is not allowed |
{}
curl --location --request POST 'https://api.mpc.dev.placewise.com/dmp/receipt/events' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}