POST services/api/rest/v1/Get_HappyHours_Promotion
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
Collection of RestHappyHours_Promotion| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PromotionId | integer |
None. |
|
| FromHour | time interval |
None. |
|
| ToHour | time interval |
None. |
|
| Daysofweek | string |
None. |
|
| LocId | integer |
None. |
|
| Location | string |
None. |
|
| status | integer |
None. |
|
| Priority | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"PromotionId": 2,
"FromHour": "00:00:00.1234567",
"ToHour": "00:00:00.1234567",
"Daysofweek": "sample string 5",
"LocId": 6,
"Location": "sample string 7",
"status": 8,
"Priority": 9,
"Name": "sample string 10"
},
{
"Id": 1,
"PromotionId": 2,
"FromHour": "00:00:00.1234567",
"ToHour": "00:00:00.1234567",
"Daysofweek": "sample string 5",
"LocId": 6,
"Location": "sample string 7",
"status": 8,
"Priority": 9,
"Name": "sample string 10"
}
]