- Subcategories:
- Reference Numbers
- Remarks
Lines REST Endpoints
Business Objects/Order Releases/Ship Units/Lines
The operations from the Business Objects/Order Releases/Ship Units/Lines category.
- Create a Line
- Method: postPath:
/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines - Delete a Line
- Method: deletePath:
/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo} - Get a Line
- Method: getPath:
/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo} - Get Lines
- Method: getPath:
/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines - Update a Line
- Method: patchPath:
/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo} - Update Lines
- Method: patchPath:
/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines