Get combo item daily totals

post

/bi/v1/{orgIdentifier}/getComboItemDailyTotals

First Available Version: 20.1.8.3

Get the Combo Item Daily Totals for a specified location and business date.

Request

Path Parameters
Body ()
The request body defines the details of the API request.
Root Schema : requestPayload
Type: object
Request payload
Show Source
  • Title: Application Name
    Maximum Length: 128
    The name of the application which is accessing the API.

    First Available Version: 20.1.10

  • Title: Business Date
    The business date associated with the cash management detail
  • Title: Include
    Maximum Length: 2000
    List of objects to include in response
  • Title: Location Reference
    Maximum Length: 99
    The location reference, this may be a store number or name depending on the organization
  • Title: Search Criteria
    Maximum Length: 2000
    Search criteria to filter results based on field value
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : cmbDailyTotals
Type: object
The response body contains information about the daily totals by combo item for the specified location and business date.
Show Source
Nested Schema : revenueCenters
Type: array
An array of Combo Item Daily Totals by Revenue Centers
Show Source
Nested Schema : cmbDailyTotalsByRVC
Type: object
The response body contains daily totals by combo item of a revenue center for the specified location and business date.
Show Source
  • comboItems
    An array of daily totals by combo item for a revenue center. This attribute will not be returned in the response if value is null
  • Title: Revenue Center Number
    Maximum Length: 10
    Revenue Center number. This attribute will not be returned in the response if menuItems is null
Nested Schema : comboItems
Type: array
An array of daily totals by combo item for a revenue center. This attribute will not be returned in the response if value is null
Show Source
Nested Schema : cmbDailyTotal
Type: object
The response body contains daily totals by combo item for a revenue center for the specified location and business date.
Show Source
  • Title: Combo Menu Item Number
    Maximum Length: 16
    Menu item number of the primary combo meu item. This remains same for all the components of the combo meal.
  • Title: Component Menu Item Number
    Maximum Length: 16
    Menu item number of the component of the combo meal. This attribute will not be returned in the response if value is null
  • components
    An array of daily totals of components of the combo item for a revenue center. This attribute will not be returned in the response if value is null
  • Title: Discount Total
    Item discount value of the combo item. This attribute will not be returned in the response if value is 0 or null
  • Title: Discount VAT Total
    Multiple Of: 1.0E-6
    Discount VAT Total with extended precision. This attribute will not be returned in the response if value is 0 or null
  • Title: Order Channel number
    Maximum Length: 16
    Unique identifier of the order channel. This attribute will not be returned in the response if value is 0 or null.

    First available version 20.1.15

  • Title: Original Menu Item Number
    Maximum Length: 16
    Original menu item number of the combo meal component. This attribute will not be returned in the response if value is null
  • Title: Order Type Number
    Maximum Length: 16
    Unique identfier of the order type. This attribute will not be returned in the response if value is 0 or null
  • Title: Sales Count
    Maximum Length: 16
    Total count of sales of the combo item
  • Title: Sales Total
    Total sales of the combo item
  • Title: VAT Total
    Multiple Of: 1.0E-6
    VAT total with extended precision. This attribute will not be returned in the response if value is 0 or null
Nested Schema : components
Type: array
An array of daily totals of components of the combo item for a revenue center. This attribute will not be returned in the response if value is null
Show Source
Nested Schema : cmbCompDailyTotal
Type: object
The response body contains daily totals of components of a combo item for a revenue center for the specified location and business date.
Show Source
  • Title: Component Menu Item Number
    Maximum Length: 16
    Menu item number of the component of the combo meal. This attribute will not be returned in the response if value is null
  • Title: Discount Total
    Item discount value of the combo item. This attribute will not be returned in the response if value is 0 or null
  • Title: Discount VAT Total
    Multiple Of: 1.0E-6
    Discount VAT Total with extended precision. This attribute will not be returned in the response if value is 0 or null
  • Title: Order Channel number
    Maximum Length: 16
    Unique identifier of the order channel. This attribute will not be returned in the response if value is 0 or null.

    First available version 20.1.15

  • Title: Original Menu Item Number
    Maximum Length: 16
    Original menu item number of the combo meal component. This attribute will not be returned in the response if value is null
  • Title: Order Type Number
    Maximum Length: 16
    Unique identfier of the order type. This attribute will not be returned in the response if value is 0 or null
  • Title: Sales Count
    Maximum Length: 16
    Total count of sales of the combo item
  • Title: Sales Total
    Total sales of the combo item
  • Title: VAT Total
    Multiple Of: 1.0E-6
    VAT total with extended precision. This attribute will not be returned in the response if value is 0 or null

400 Response

Bad Request
Body ()
Root Schema : exceptionDetailType
Type: object
Error details
Show Source

401 Response

Unauthorized
Body ()
Root Schema : exceptionDetailType
Type: object
Error details
Show Source

403 Response

Service Unavailable
Body ()
Root Schema : exceptionDetailType
Type: object
Error details
Show Source

404 Response

Resource Not Found
Body ()
Root Schema : exceptionDetailType
Type: object
Error details
Show Source

Default Response

Unexpected Error
Body ()
Root Schema : exceptionDetailType
Type: object
Error details
Show Source
Back to Top

Examples

The following example shows how to view all the combo item daily totals for a specified location & business date by submitting a POST request on the REST resource using cURL. For more information, see Use cURL

curl -i -X POST -H "Authorization: Bearer 
  
   " -H "Content-Type:application/json" -d {"locRef":"1234","busDt":"2020-10-20"} https://baseurl/bi/v1/orgidentifier/getComboItemDailyTotals 
  

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 200 OK  Date: Tue, 20 Oct 2020 21:24:33 GMT  Transfer-Encoding: chunked  Content-Type: application/json

Example of Response Body

The following example shows the contents of the response body in JSON format:

{
 "locRef": "1234",
 "busDt": "2020-10-20",
 "revenueCenters":{[
  "rvcNum": "1234",
  "comboItems":{[
   "comboMiNum": 124,
   "componentMiNum": 124,
   "origMiNum": 124,
   "ocNum": 2,
   "otNum": 12,
   "slsCnt": 1,
   "slsTtl": 12.34,
   "dscTtl": -2.3,
   "vatTtl": 1.21346,
   "dscVatTtl": 0.312345,
   "components":{[
    "componentMiNum": 235,
    "origMiNum": 235,
    "ocNum": 2,
    "otNum": 12,
    "slsCnt": 1,
    "slsTtl": 1.34,
    "dscTtl": -0.3,
    "vatTtl": 0.121346,
    "dscVatTtl": 0.0312345
   ]}
  ]}
 ]}
}
Back to Top