SendPOSOrder

Description

This method is used to send an order to the POS

Paths

Example

Example request object

{
  "TableSaleCollection": null,
  "TableId": "00000000-0000-0000-0000-000000000000",
  "PointOfSaleId": "00000000-0000-0000-0000-000000000000",
  "SalesZoneId": "00000000-0000-0000-0000-000000000000",
  "MacId": "string_example",
  "EmployeeId": null,
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "TableSaleCollection": null,
  "ErrorCollection": null,
  "TableId": "00000000-0000-0000-0000-000000000000",
  "Result": false,
  "ErrorCode": "string_example"
}

ShouldBeExecuted

Postdata

Response