POST services/api/rest/v1/Get_ReservationTags_ById
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestReservationTages_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Category | integer |
None. |
|
| Icon | string |
None. |
|
| TagPriority | string |
None. |
|
| Type | string |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Category": 3,
"Icon": "sample string 4",
"TagPriority": "sample string 5",
"Type": "sample string 6",
"LocId": 7,
"UserId": 8
}