Newer Version Available

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

Ingest Promotions Input

Input representation of the ingest promotions request.
Root XML tag
POST promotions/ingest
JSON example
1{
2    "workflow" : "Create",
3    "importId" : "12345678-1234-1234-1234-123456789012",
4    "salesOrg" : "0001",
5    "promotions" : [{
6        // Promotion Input JSON
7    }]
8}
Properties
Name Type Description Required or Optional Available Version
importId Integer ImportId of the process. If not passed, a new import transaction will be created. Optional 55
workflow Integer Promotion Business Object API workflow name to execute. Required 55
salesOrg SalesOrgName Sales organization. Optional 55
promotions List <Object> List of Promotion payloads. Max 50 items. Required 55