GET services/api/rest/v1/Get_Location_List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RestUserLogin_View| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Password | string |
None. |
|
| LocationList | Collection of RestCashierLocation_View |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Username": "sample string 1",
"Password": "sample string 2",
"LocationList": [
{
"CashierId": 1,
"LocationId": 2,
"LocationName": "sample string 3"
},
{
"CashierId": 1,
"LocationId": 2,
"LocationName": "sample string 3"
}
]
},
{
"Username": "sample string 1",
"Password": "sample string 2",
"LocationList": [
{
"CashierId": 1,
"LocationId": 2,
"LocationName": "sample string 3"
},
{
"CashierId": 1,
"LocationId": 2,
"LocationName": "sample string 3"
}
]
}
]