Trade Operations REST Endpoints
Inventory Management/Trade Operations
The Trade Operations resource manages information about trade operations.
- Create a trade operation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations - Delete a trade operation
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId} - Get all trade operations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations - Get one trade operation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId} - Update a trade operation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId}