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