POST services/api/rest/v1/Get_RestIntegrationInfoByLocId
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
OrderIntegrationInfo_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Code | string |
None. |
|
| Address | string |
None. |
|
| OrderBaseUrl | string |
None. |
|
| ContactNo | string |
None. |
|
| LocId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| UserId | integer |
None. |
|
| BaseCode | string |
None. |
|
| RoomId | integer |
None. |
|
| RoomType | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"Address": "sample string 4",
"OrderBaseUrl": "sample string 5",
"ContactNo": "sample string 6",
"LocId": 7,
"IsActive": true,
"UserId": 9,
"BaseCode": "sample string 10",
"RoomId": 11,
"RoomType": 12
}