GET api/Mt_Pos_Rooms?id_branch={id_branch}&id_pos={id_pos}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_branch | globally unique identifier |
Required |
|
| id_pos | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
sp_Rooms_Pos_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| id_mask | string |
None. |
|
| name | string |
None. |
|
| name_pos | string |
None. |
|
| order | integer |
None. |
|
| id_pos | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "6e3c349e-460d-41e5-8b7a-8282388610c9",
"id_mask": "sample string 1",
"name": "sample string 2",
"name_pos": "sample string 3",
"order": 1,
"id_pos": "493bfeed-9b47-442d-80a2-a65fd54d0998"
}