POST api/inquiryPromotionSpecial
Request Information
URI Parameters
None.
Body Parameters
inquiryPromotionSpecialRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| promotionName | string |
None. |
|
| promotionCode | string |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| promotionIsActive | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"promotionName": "sample string 1",
"promotionCode": "sample string 2",
"startDate": "2026-01-13T18:25:39.8646895+07:00",
"endDate": "2026-01-13T18:25:39.8646895+07:00",
"promotionIsActive": "sample string 3"
}
application/xml, text/xml
Sample:
<inquiryPromotionSpecialRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <endDate>2026-01-13T18:25:39.8646895+07:00</endDate> <promotionCode>sample string 2</promotionCode> <promotionIsActive>sample string 3</promotionIsActive> <promotionName>sample string 1</promotionName> <startDate>2026-01-13T18:25:39.8646895+07:00</startDate> </inquiryPromotionSpecialRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.