- Subcategories:
- Reviews
Documents REST Endpoints
Business Objects/Trade Transactions/Required Documents/Documents
The operations from the Business Objects/Trade Transactions/Required Documents/Documents category.
- Create a Document
- Method: postPath:
/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs - Delete a Document
- Method: deletePath:
/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid} - Get a Document
- Method: getPath:
/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid} - Get Documents
- Method: getPath:
/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs - Update a Document
- Method: patchPath:
/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid} - Update Documents
- Method: patchPath:
/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs