Remarks REST Endpoints
Business Objects/Shipment Groups/Remarks
The operations from the Business Objects/Shipment Groups/Remarks category.
- Create a Remark
- Method: postPath:
/shipmentGroups/{shipGroupGid}/remarks - Delete a Remark
- Method: deletePath:
/shipmentGroups/{shipGroupGid}/remarks/{remarkSequence} - Get a Remark
- Method: getPath:
/shipmentGroups/{shipGroupGid}/remarks/{remarkSequence} - Get Remarks
- Method: getPath:
/shipmentGroups/{shipGroupGid}/remarks - Update a Remark
- Method: patchPath:
/shipmentGroups/{shipGroupGid}/remarks/{remarkSequence} - Update Remarks
- Method: patchPath:
/shipmentGroups/{shipGroupGid}/remarks