Create Promotions and add Offers to Promotions
post
/services/private/promotion
The Promotion web service supports the ability to create promotions or add offers to an existing promotion from an external source. It is modeled on the Promotion induction process.
Request
There are no request parameters for this operation.
Supported Media Types
- application/xml
- application/json
Nested Schema : NestedOffer
Type:
Show Source
object
-
comments: string
-
couponCode: string
-
couponCodeRequired: integer
(int64)
-
currency: string
-
customerDescription: string
-
distributionRule: string
-
endDate: string
(date)
-
endTime: object
object
LocalTime
-
exclusiveDiscount: integer
(int64)
-
newOfferBatch: integer
(int64)
-
offerConditions: array
array
offerConditions
-
offerDescription: string
-
offerLocations: array
array
offerLocations
-
offerReward: object
object
NestedOfferReward
-
startDate: string
(date)
-
startTime: object
object
LocalTime
-
status: integer
(int64)
-
template: integer
(int64)
Nested Schema : NestedOffer
Type:
Show Source
object
-
comments: string
-
couponCode: string
-
couponCodeRequired: integer
(int64)
-
currency: string
-
customerDescription: string
-
distributionRule: string
-
endDate: string
(date)
-
endTime: object
object
LocalTime
-
exclusiveDiscount: integer
(int64)
-
newOfferBatch: integer
(int64)
-
offerConditions: array
array
offerConditions
-
offerDescription: string
-
offerLocations: array
array
offerLocations
-
offerReward: object
object
NestedOfferReward
-
startDate: string
(date)
-
startTime: object
object
LocalTime
-
status: integer
(int64)
-
template: integer
(int64)
Response
Supported Media Types
- application/xml
- application/json
Default Response
default response
Nested Schema : hyperMediaContent
Type:
object
Nested Schema : links
Type:
Show Source
array
-
Array of:
string
Allowed Values:
[ "SELF_LINK", "NEXT_LINK", "PREV_LINK", "CUSTOM_LINK" ]