POST services/api/rest/v1/Get_HappyHours_Name_List
Request Information
URI Parameters
None.
Body Parameters
Id| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestHappyHours_Promotion_List| Name | Description | Type | Additional information |
|---|---|---|---|
| PromotionId | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PromotionId": 1,
"Name": "sample string 2"
},
{
"PromotionId": 1,
"Name": "sample string 2"
}
]