@@ -1680,6 +1680,16 @@ paths:
16801680 - product.readonly
16811681 parameters :
16821682 - $ref : ' #/parameters/productFid'
1683+ - name : currency
1684+ in : body
1685+ required : false
1686+ schema :
1687+ properties :
1688+ offerFids :
1689+ type : array
1690+ description : Offer FIDs to apply to the order
1691+ items :
1692+ type : string
16831693 responses :
16841694 200 :
16851695 description : List of product prices
@@ -3144,7 +3154,7 @@ definitions:
31443154 description :
31453155 type : string
31463156 chargeRequestFid :
3147- $ref : ' #/definitions/Fid '
3157+ $ref : ' #/definitions/chargeRequestFid '
31483158 creditAmountType :
31493159 $ref : ' #/definitions/creditAmountType'
31503160 amount :
@@ -3229,14 +3239,11 @@ definitions:
32293239 CreateAdvertiserCampaignPayload :
32303240 description : Payload for creating an advertiser campaign
32313241 properties :
3232- advertiserFid :
3233- $ref : ' #/definitions/advertiserFid'
32343242 brandFid :
32353243 $ref : ' #/definitions/brandFid'
32363244 displayName :
32373245 $ref : ' #/definitions/displayName'
32383246 required :
3239- - advertiserFid
32403247 - brandFid
32413248 - displayName
32423249
@@ -3675,12 +3682,12 @@ definitions:
36753682 priceFid :
36763683 description : Price FID to modify subscription with
36773684 type : string
3678- productFid :
3679- description : Product FID
3680- type : string
36813685 reasonFid :
36823686 description : Reason FID
36833687 type : string
3688+ chargeRequestFid :
3689+ description : Charge Request FID
3690+ type : string
36843691 creditAmountType :
36853692 description : Credit amount type
36863693 type : string
@@ -3737,7 +3744,7 @@ definitions:
37373744 type : array
37383745 description : Additional information to store
37393746 items :
3740- $ref : ' #/definitions/keyValue '
3747+ $ref : ' #/definitions/keyValuePayload '
37413748 sourceTransactionId :
37423749 description : Your unique transaction ID for the event to be reversed
37433750 type : string
@@ -3791,12 +3798,6 @@ definitions:
37913798 accountManagerFid :
37923799 description : FID of an Account Manager
37933800 type : string
3794- advertiserFid :
3795- description : FID of an Advertiser
3796- type : string
3797- advertiserCampaignFid :
3798- description : FID of an Advertiser Campaign
3799- type : string
38003801 advertiserType :
38013802 description : Advertiser Type
38023803 type : string
0 commit comments