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": [{
"refDocument": "",
"card": "",
"cardType": "",
"cardBarcode": "",
"collectionPointType": "",
"circuit": "",
"causal": "",
"system": "",
"entityCode": ""
}]
}
{
"success": true,
"code": 200,
"message": "Insert/update successful",
"errorObjects": [],
"insertedObjects": [
{
"progId": "2604",
"pointsBalance": 2135
}
]
}