Statuses REST Endpoints

Business Objects/Order Bases/Lines/Statuses
The operations from the Business Objects/Order Bases/Lines/Statuses category.
Create a Status
Method: post
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/statuses
Delete a Status
Method: delete
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/statuses/{statusTypeGid}
Get a Status
Method: get
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/statuses/{statusTypeGid}
Get Statuses
Method: get
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/statuses
Update a Status
Method: patch
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/statuses/{statusTypeGid}
Update Statuses
Method: patch
Path: /orderBases/{orderBaseGid}/lines/{obLineGid}/statuses