Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Import Promotions Input
- 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