...
Example request
Code Block |
---|
POST /loyalty/v2/identify { "identifier": "123456", "location": { "storeId": "9999", "terminalId": "0", "hasLoyalty": true }, "content": true } |
Second request
Code Block |
---|
PUT /loyalty/v2/identify
{
"identifier": "123456",
"transactionId": xxx
} |
Response Format
Success response body
...