POST api/ABBOTT/GetPromotionCode
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ABBOTTPromotionCodeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| nemoid | string |
None. |
|
| promotioncode | string |
None. |
|
| issuedate | string |
None. |
|
| expirydate | string |
None. |
|
| messcode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"nemoid": "sample string 1",
"promotioncode": "sample string 2",
"issuedate": "sample string 3",
"expirydate": "sample string 4",
"messcode": "sample string 5"
}