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: post
Path: /orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines
Delete a Line
Method: delete
Path: /orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo}
Get a Line
Method: get
Path: /orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo}
Get Lines
Method: get
Path: /orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines
Update a Line
Method: patch
Path: /orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo}
Update Lines
Method: patch
Path: /orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines