Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Structure
Field | Type | Required | Description |
---|
ticketNumber | String |
| identifier for the ticket. |
ticketItems | List of TicketItems |
|
|
JSON representation
{
"ticketNumber" : "9312125",
"ticketItems" : [ {
"itemCode" : null,
"name" : "SeƱorio Real cza",
"quantity" : 1,
"costCenter" : null,
"amountAfterTax" : 16.000000
}, {
"itemCode" : null,
"name" : "lanjaron 1/2",
"quantity" : 1,
"costCenter" : null,
"amountAfterTax" : 2.500000
} ]
}