- Subcategories:
- Large Object (LOB) Attributes - NoteTxt
Notes for Unpacked Shipment Lines REST Endpoints
Inventory Management/Shipment Transaction Requests/Shipments/Unpacked Shipment Lines/Notes for Unpacked Shipment Lines
The Notes for Unpacked Shipment Lines resource manages details about unpacked shipment line notes, such as packing instructions and shipping instructions.
- Create one note
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/notes
- Get all notes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/notes
- Get one note
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/notes/{NoteId}
- Update a note
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/notes/{NoteId}