Manage Price Changes
post
/services/private/priceChange/induction
The Price Change web service supports the ability to create, update, or delete a price change from an external source. It is modeled on the Price Change Induction process.
Request
There are no request parameters for this operation.
Supported Media Types
- application/xml
- application/json
Nested Schema : PriceChangeInductionRequest
Type:
Show Source
object
-
action: string
-
changeType: string
-
changeValue: number
-
diff: string
-
effectiveDate: string
(date)
-
ignoreConstraints: string
-
item: string
-
location: integer
(int64)
-
locationType: string
-
multiUnitImpact: string
-
multiUnitRetail: number
-
multiUnits: number
-
multiUnitSellingUom: string
-
newGroupBatch: integer
(int64)
-
priceChange: integer
(int64)
-
priceChangeGroup: integer
(int64)
-
priceChangeGroupDesc: string
-
reason: string
-
roundingRule: string
-
sellingUom: string
-
status: string
-
updatedEffectiveDate: string
(date)
Nested Schema : PriceChangeInductionRequest
Type:
Show Source
object
-
action: string
-
changeType: string
-
changeValue: number
-
diff: string
-
effectiveDate: string
(date)
-
ignoreConstraints: string
-
item: string
-
location: integer
(int64)
-
locationType: string
-
multiUnitImpact: string
-
multiUnitRetail: number
-
multiUnits: number
-
multiUnitSellingUom: string
-
newGroupBatch: integer
(int64)
-
priceChange: integer
(int64)
-
priceChangeGroup: integer
(int64)
-
priceChangeGroupDesc: string
-
reason: string
-
roundingRule: string
-
sellingUom: string
-
status: string
-
updatedEffectiveDate: string
(date)
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" ]