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": "5a335a30-b332-4103-8ce2-460e32410f78",
"id_mask": "sample string 1",
"name": "sample string 2",
"name_pos": "sample string 3",
"order": 1,
"id_pos": "4203194b-4dec-4eec-9795-8c1dbde36ddb"
}