POST NEIP/PromoCodeInfo
Request Information
URI Parameters
None.
Body Parameters
PromocodeParamName | Description | Type | Additional information |
---|---|---|---|
SubDomainID | integer |
None. |
|
ServiceID | integer |
None. |
|
PromoCode | string |
None. |
|
FormattingOptionID | integer |
None. |
|
DesignationID | integer |
None. |
|
PriorityID | integer |
None. |
|
SubjectAreaIDL1 | integer |
None. |
|
SubjectAreaIDL2 | integer |
None. |
|
SubjectAreaIDL3 | integer |
None. |
|
ClientID | integer |
None. |
|
MBRID | string |
None. |
|
WordCount | integer |
None. |
|
FileFormatCombinationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SubDomainID": 1, "ServiceID": 2, "PromoCode": "sample string 3", "FormattingOptionID": 4, "DesignationID": 5, "PriorityID": 6, "SubjectAreaIDL1": 7, "SubjectAreaIDL2": 8, "SubjectAreaIDL3": 9, "ClientID": 10, "MBRID": "sample string 11", "WordCount": 12, "FileFormatCombinationId": 13 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |