- Subcategories:
- Batch Lines
- Payments
Channel Indirect Sales Batches REST Endpoints
Order Management/Channel Indirect Sales Batches
Batch files from distributors that contain the eligible sales orders to their customers.
- Accept indirect sales batch lines
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelIndirectSalesBatches/{IndirectSalesBatchId}/action/accept
- Get all indirect sales batches
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelIndirectSalesBatches
- Get one indirect sales batch
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelIndirectSalesBatches/{IndirectSalesBatchId}
- Pay and close indirect sales batch
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelIndirectSalesBatches/{IndirectSalesBatchId}/action/payAndClose
- Reject indirect sales batch lines or batch
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelIndirectSalesBatches/{IndirectSalesBatchId}/action/reject
- Update one indirect sales batch
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/channelIndirectSalesBatches/{IndirectSalesBatchId}