Skip to content

Instantly share code, notes, and snippets.

@radimvaculik
Created December 14, 2017 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radimvaculik/e08f09681b3cd37db04a1e7b5e68dc8a to your computer and use it in GitHub Desktop.
Save radimvaculik/e08f09681b3cd37db04a1e7b5e68dc8a to your computer and use it in GitHub Desktop.
EposNow POST Transaction
{
"CustomerId": 1916755,
"DateTime": "2017-12-12T15:43:13+0000",
"StatusId": 1,
"ServiceType": 2,
"ReferenceCode": "ABC123",
"TransactionItems": [
{
"ProductId": "14944172",
"Quantity": 1,
"UnitPrice": 9.59,
"MultipleChoiceItems": [
{
"ProductId": "14944081",
"Quantity": 1,
"UnitPrice": 1.8
}
]
}
],
"Tenders": [
{
"TenderTypeId": 46244,
"Amount": 11.39
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment