POST V2/Promotion/CreatePromotionCode
Request Information
URI Parameters
None.
Body Parameters
PromotionCodeGenView| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleId | globally unique identifier |
None. |
|
| Lang | Language |
None. |
|
| GenNum | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RuleId": "fedaa9d4-c565-40e7-96fe-604ae9e1063c",
"Lang": 0,
"GenNum": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | 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
}