Newer Version Available

This content describes an older version of this product. View Latest

Import Promotions Input

Input representation of the promotion import object.
JSON example
1POST promotions/ingest
2 
3{
4    "workflow" : "Create",
5    "importId" : "12345678-1234-1234-1234-123456789012",
6    "salesOrg" : "0001",
7    "promotions" : [{
8        // Promotion Input JSON
9    }]
10}
Properties
Name Type Description Required or Optional Available Version
importId Integer Import ID of the process. If not passed, a new import transaction will be created. Optional 55
workflow Integer Name of the promotion business object API workflow to be executed. Required 55
salesOrg SalesOrgName Name of the sales organization. Optional 55
promotions List<Object> List of promotion payloads. Required 55