Lot Serials REST Endpoints
Order Management/Sales Orders for Order Hub/Order Lines/Lot Serials
The Lot Serials resource manages the lot serial details for returns and inventory transaction order lines.
- Create one lot serial
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/lotSerials
- Get all lot serials
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/lotSerials
- Get one lot serial
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/lotSerials/{LotSerialId}
- Update one serial
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/lotSerials/{LotSerialId}