GET DeliveriGo/TrendyolStoreStatus?RestaurantID={RestaurantID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IntegrationControlPanelItem| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantId | integer |
None. |
|
| SettingID | integer |
None. |
|
| IntegrationType | integer |
None. |
|
| IntegrationName | string |
None. |
|
| HasIntegration | boolean |
None. |
|
| IntegrationStoreData | IntegrationStoreData |
None. |
Response Formats
application/json, text/json
Sample:
{
"RestaurantId": 1,
"SettingID": 2,
"IntegrationType": 3,
"IntegrationName": "sample string 4",
"HasIntegration": true,
"IntegrationStoreData": {
"IntegrationSuccess": true,
"StoreStatus": true,
"StoreInWorkingHours": true
}
}