POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
| goodsRecords | Array of services objecs | Check below for the goodsRecords structure detail To update a hierarcy also specify the progId, which is the identifier for the hierarcy | ā |
{
"goodsRecords": [{
"entityCode": "",
"documentDate": "",
"refDocument": "",
"customerCode": "",
"system": "",
"actionType": "",
"documentType": ""
}]
}
{
success: true,
code: 200,
message: "Deletion succesfull",
deletedObjects: [
{
progIdMaster: "",
refDocument: "",
documentDate: "",
entityCode: ""
}
],
errorObjects: []
}