POST V2/Promotion

Request Information

URI Parameters

None.

Body Parameters

PromotionCodeGenView
NameDescriptionTypeAdditional information
RuleId

globally unique identifier

None.

Lang

Language

None.

GenNum

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RuleId": "7f4b65f6-47ca-4aba-ad82-8e300e2705fe",
  "Lang": 0,
  "GenNum": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional 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
}