POST api/v1/CustCouponAdminList
Request Information
URI Parameters
None.
Body Parameters
CustCouponAdminListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| CompID | integer |
None. |
|
| LocID | integer |
None. |
|
| UserID | integer |
None. |
|
| CouponID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| InvoiceDate | date |
None. |
|
| InvoiceNo | string |
None. |
|
| UserType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"CompID": 2,
"LocID": 3,
"UserID": 4,
"CouponID": 5,
"StartDate": "2025-12-15T02:52:48.145501+05:30",
"EndDate": "2025-12-15T02:52:48.145501+05:30",
"InvoiceDate": "2025-12-15T02:52:48.145501+05:30",
"InvoiceNo": "sample string 9",
"UserType": "sample string 10"
}
application/xml, text/xml
Sample:
<CustCouponAdminListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>2</CompID> <CouponID>5</CouponID> <EndDate>2025-12-15T02:52:48.145501+05:30</EndDate> <InvoiceDate>2025-12-15T02:52:48.145501+05:30</InvoiceDate> <InvoiceNo>sample string 9</InvoiceNo> <LocID>3</LocID> <Mode>sample string 1</Mode> <StartDate>2025-12-15T02:52:48.145501+05:30</StartDate> <UserID>4</UserID> <UserType>sample string 10</UserType> </CustCouponAdminListInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |