POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
| pointsRecords | Array of points objecs | See below for the the object structure To update points also specify the progId, which is the identifier for the point record | ā |
{
"pointsRecords": [
{
"entityCode": "",
"documentDate": "",
"refDocument": ""
}
]
}
{
"success": true,
"code": 200,
"message": "Insert/update successful",
"errorObjects": [],
"deletedObjects": [
{
"entityCode": "SHOP1",
"documentDate": "2019-04-01",
"refDocument": "12345"
}
]
}