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": "7ce3c571-4f1a-4429-8ded-353b643fd308",
"id_mask": "sample string 1",
"name": "sample string 2",
"name_pos": "sample string 3",
"order": 1,
"id_pos": "e60f9c34-a68c-4eca-8464-d18b27ef01d3"
}