POST services/api/rest/v1/GetCashierType

Request Information

URI Parameters

None.

Body Parameters

LocationId
NameDescriptionTypeAdditional information
LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Rest_IdName
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2"
  },
  {
    "Id": 1,
    "Name": "sample string 2"
  }
]