Notes REST Endpoints

Business Objects/Trade Transactions/Lines/Notes
The operations from the Business Objects/Trade Transactions/Lines/Notes category.
Create a Note
Method: post
Path: /tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes
Delete a Note
Method: delete
Path: /tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo}
Get a Note
Method: get
Path: /tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo}
Get Notes
Method: get
Path: /tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes
Update a Note
Method: patch
Path: /tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo}
Update Notes
Method: patch
Path: /tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes