POST call, passing a JSON body as specified below.| Field | Description | Type | Mandatory |
|---|---|---|---|
| goods | Object | See below for the the object structure | ā |
goods: {
entityCode: 6,
documentDate: "2016-04-05 00:00:00",
refDocument: 98,
currency: "EUR",
totalAmount: 666.00,
system: "ECOMMERCE",
customerCode: "12345",
card: null,
cardBarcode: null,
pointsMultiplier: 2.0,
spentPoints: 100
}
{
success: true,
code: 200,
message: "Insert/update successful",
errorObjects: []
}