POST V2/Promotion/CreatePromotionCode
Request Information
URI Parameters
None.
Body Parameters
PromotionCodeGenViewName | Description | Type | Additional information |
---|---|---|---|
RuleId | globally unique identifier |
None. |
|
Lang | Language |
None. |
|
GenNum | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RuleId": "ea561cf8-b326-4a3a-b953-be748dbdb9bb", "Lang": 0, "GenNum": 2 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResultName | Description | Type | Additional information |
---|---|---|---|
Succeeded | boolean |
None. |
|
Message | string |
None. |
|
ReturnValue | Object |
None. |
|
Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeeded": true, "Message": "sample string 2", "ReturnValue": {}, "Code": 4 }