POST api/PromoCode/Retrieve
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ID": "6e687c7e-2fe8-40ef-97f6-ba902224c0f5",
"CompID": "a111e509-a762-4282-bac8-8c0fc73814b4",
"SrNo": 3,
"StartDate": "2025-11-02T15:55:51.464589+05:30",
"EndDate": "2025-11-02T15:55:51.464589+05:30",
"PromoCodeString": "sample string 5",
"CodeType": "sample string 6",
"CodeValue": 7.0,
"IsActive": true,
"CreatedBy": "4bedd72a-96de-4bb4-a3d8-fb23b0c47c3c",
"CreatedDate": "2025-11-02T15:55:51.464589+05:30",
"ModifiedBy": "03b34813-b975-4407-87da-9388497e385c",
"ModifiedDate": "2025-11-02T15:55:51.464589+05:30",
"ReturnCode": 11,
"ReturnMessage": "sample string 12"
}
text/html
Sample:
{"ID":"6e687c7e-2fe8-40ef-97f6-ba902224c0f5","CompID":"a111e509-a762-4282-bac8-8c0fc73814b4","SrNo":3,"StartDate":"2025-11-02T15:55:51.464589+05:30","EndDate":"2025-11-02T15:55:51.464589+05:30","PromoCodeString":"sample string 5","CodeType":"sample string 6","CodeValue":7.0,"IsActive":true,"CreatedBy":"4bedd72a-96de-4bb4-a3d8-fb23b0c47c3c","CreatedDate":"2025-11-02T15:55:51.464589+05:30","ModifiedBy":"03b34813-b975-4407-87da-9388497e385c","ModifiedDate":"2025-11-02T15:55:51.464589+05:30","ReturnCode":11,"ReturnMessage":"sample string 12"}
application/xml, text/xml
Sample:
<PromoCodeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models"> <ReturnCode>11</ReturnCode> <ReturnMessage>sample string 12</ReturnMessage> <CodeType>sample string 6</CodeType> <CodeValue>7</CodeValue> <CompID>a111e509-a762-4282-bac8-8c0fc73814b4</CompID> <CreatedBy>4bedd72a-96de-4bb4-a3d8-fb23b0c47c3c</CreatedBy> <CreatedDate>2025-11-02T15:55:51.464589+05:30</CreatedDate> <EndDate>2025-11-02T15:55:51.464589+05:30</EndDate> <ID>6e687c7e-2fe8-40ef-97f6-ba902224c0f5</ID> <IsActive>true</IsActive> <ModifiedBy>03b34813-b975-4407-87da-9388497e385c</ModifiedBy> <ModifiedDate>2025-11-02T15:55:51.464589+05:30</ModifiedDate> <PromoCodeString>sample string 5</PromoCodeString> <SrNo>3</SrNo> <StartDate>2025-11-02T15:55:51.464589+05:30</StartDate> </PromoCodeModels>