- Subcategories:
- Error Messages
Transaction Serials REST Endpoints
Manufacturing/Production Reports/Material Transactions/Transaction Serials
The Transaction Serials resource manages details of the assembly serial or the details of the component serial issued to the contract manufacturing work order.
- Create a serial transaction
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionReports/{ProductionReportId}/child/materialTransactions/{ReportMaterialId}/child/transactionSerials
- Get all transaction serials
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionReports/{ProductionReportId}/child/materialTransactions/{ReportMaterialId}/child/transactionSerials
- Get one transaction serial
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionReports/{ProductionReportId}/child/materialTransactions/{ReportMaterialId}/child/transactionSerials/{ReportSerialId}