Trade Operations REST Endpoints

Inventory Management/Trade Operations
The Trade Operations resource manages information about trade operations.
Create a trade operation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations
Delete a trade operation
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId}
Get all trade operations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations
Get one trade operation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId}
Update a trade operation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId}