API Details

GET Api/OLR/{unitId}/{fyopWeekId}/Sales

Get the catering and merchandise sales for a specific week

Request Information

Parameters

NameDescription
unitId
Unit ID
fyopWeekId
FYOP and week ID

Response Information

Response body formats

application/json, text/json

Sample:
{
  "merch_items": [
    {
      "day": 1,
      "shft": 2,
      "desc": "sample string 3",
      "amt": "sample string 4"
    },
    {
      "day": 1,
      "shft": 2,
      "desc": "sample string 3",
      "amt": "sample string 4"
    },
    {
      "day": 1,
      "shft": 2,
      "desc": "sample string 3",
      "amt": "sample string 4"
    }
  ],
  "cat_items": [
    {
      "day": 1,
      "shft": 2,
      "desc": "sample string 3",
      "amt": "sample string 4"
    },
    {
      "day": 1,
      "shft": 2,
      "desc": "sample string 3",
      "amt": "sample string 4"
    },
    {
      "day": 1,
      "shft": 2,
      "desc": "sample string 3",
      "amt": "sample string 4"
    }
  ]
}
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body