| 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: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}