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": "daa81b7e-213d-4bc6-bf6f-91b337616954",
"id_mask": "sample string 1",
"name": "sample string 2",
"name_pos": "sample string 3",
"order": 1,
"id_pos": "1d966acf-b3e9-4a39-b81d-8d247a1cc678"
}