- Subcategories:
- Large Object (LOB) Attributes - NoteTxt
Notes REST Endpoints
Inventory Management/Shipment Transaction Requests/Shipments/Notes
The note objects resource is used to view the note objects.
- Create a note
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/notes - Get a note object
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/notes/{NoteId} - Get all note objects
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/notes - Update a note
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/notes/{NoteId}