| Field | Description | Type | Mandatory |
|---|---|---|---|
| cardsRecords | Array of card records | Array of objects | ā |
| Field | Description | Type | Mandatory |
|---|---|---|---|
| cardBarcode | Barcode of the customer card | Text | ā |
| receiptDate | The discount will be calculated up to the provided date (format YYYY-MM-DD) | Date | ā |
{
"success": true,
"discountObjects": [
{
"discount": 15,
"discountType": "P"
}
]
}
{
"cardsRecords": [
{
"cardBarcode": "9999997298594",
"receiptDate": "2019-10-25"
}
]
}curl --location --request POST '/api?cmd=getDiscount_v3&appId=KEEPIT&applicationId=KEEPIT' \
--header 'username: {{USERNAME}}' \
--header 'password: {{PASSWORD}}' \
--header 'companyId: {{COMPANY_ID}}' \
--header 'siteId: {{SITE_ID}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardsRecords": [
{
"cardBarcode": "9999997298594",
"receiptDate": "2019-10-25"
}
]
}'{"subjects":{"progId":58297,"subjectCode":"58297","subjectName":"Luca","subjectSurname":"Biasotto","address1":"via Comunale di Camino 22/D","state":"E","latitude":"45.7919099","longitude":"12.4961486","mobile":"F","mobileCreation":"F","isCompany":"F","validData":"T","ecommerceGuestRegister":"F","foreignPerson":"F","subjectType":"CUSTOMER","subjectSubtype":"4","country":"IT","language":"IT"},"contacts":[{"contactType":"EMAIL","value":"luca.biasotto@sinesy.it"},{"contactType":"PHONE","value":"555555555566"}],"cards":[{"cardType":"FID","cardSubtype":"2","circuit":"SINESY","card":"778899","cardBarcode":"778899","active":"T","issueDate":"2017-06-19 00:00:00","activationDate":null,"expirationDate":null,"cardMaster":null,"cardFather":null,"cardMother":null,"entityCode":null,"earnedPoints":22}],"mappings":[{"system":"SHOP","externalCode":"99887773"}]}