- Subcategories:
- Disputes
Batch Lines REST Endpoints
Order Management/Channel Indirect Sales Batches/Batch Lines
Distributor's sales orders submitted as proof of sale to the manufacturer.
- Get all batch lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelIndirectSalesBatches/{IndirectSalesBatchId}/child/batchLines
- Get one batch line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelIndirectSalesBatches/{IndirectSalesBatchId}/child/batchLines/{IndirectSalesBatchLineId}
- Update one batch line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/channelIndirectSalesBatches/{IndirectSalesBatchId}/child/batchLines/{IndirectSalesBatchLineId}