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": "f2b793b2-3406-4e54-b6df-b8e29b82d304",
"CompID": "a0ba68bd-63ad-43c1-a36a-87b121ac5110",
"SrNo": 3,
"StartDate": "2026-04-18T16:59:08.2025689+05:30",
"EndDate": "2026-04-18T16:59:08.2025689+05:30",
"PromoCodeString": "sample string 5",
"CodeType": "sample string 6",
"CodeValue": 7.0,
"IsActive": true,
"CreatedBy": "ede3d7f1-f6c5-4d3b-83b2-cb1d8458d4b2",
"CreatedDate": "2026-04-18T16:59:08.2025689+05:30",
"ModifiedBy": "5b802910-0473-4999-b29a-35ac550725b9",
"ModifiedDate": "2026-04-18T16:59:08.2025689+05:30",
"ReturnCode": 11,
"ReturnMessage": "sample string 12"
}
text/html
Sample:
{"ID":"f2b793b2-3406-4e54-b6df-b8e29b82d304","CompID":"a0ba68bd-63ad-43c1-a36a-87b121ac5110","SrNo":3,"StartDate":"2026-04-18T16:59:08.2025689+05:30","EndDate":"2026-04-18T16:59:08.2025689+05:30","PromoCodeString":"sample string 5","CodeType":"sample string 6","CodeValue":7.0,"IsActive":true,"CreatedBy":"ede3d7f1-f6c5-4d3b-83b2-cb1d8458d4b2","CreatedDate":"2026-04-18T16:59:08.2025689+05:30","ModifiedBy":"5b802910-0473-4999-b29a-35ac550725b9","ModifiedDate":"2026-04-18T16:59:08.2025689+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>a0ba68bd-63ad-43c1-a36a-87b121ac5110</CompID> <CreatedBy>ede3d7f1-f6c5-4d3b-83b2-cb1d8458d4b2</CreatedBy> <CreatedDate>2026-04-18T16:59:08.2025689+05:30</CreatedDate> <EndDate>2026-04-18T16:59:08.2025689+05:30</EndDate> <ID>f2b793b2-3406-4e54-b6df-b8e29b82d304</ID> <IsActive>true</IsActive> <ModifiedBy>5b802910-0473-4999-b29a-35ac550725b9</ModifiedBy> <ModifiedDate>2026-04-18T16:59:08.2025689+05:30</ModifiedDate> <PromoCodeString>sample string 5</PromoCodeString> <SrNo>3</SrNo> <StartDate>2026-04-18T16:59:08.2025689+05:30</StartDate> </PromoCodeModels>