Trade Operations REST Endpoints

Inventory Management/Trade Operations
The Trade Operations resource manages information about trade operations.
Add charges and link it with invoice lines
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationFromInvoices
Allocate charges for a trade operation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId}/action/allocateCharges
Associate filtered transfer order shipments with a trade operation.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/action/associateFilteredTOShipmentLinesAndAllocate
Associate the filtered purchase order schedules with a trade operation.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/action/associateFilteredPOSchedulesAndAllocate
Calculate tax for a trade operation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId}/action/calculateTax
Create a trade operation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations
Create trade operation for filtered set.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationFromFilteredSet
Create trade operation from template for filtered set
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationFromTemplateForFilterSet
Create trade operations
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationFromTemplate
Creates trade operations and charges
Method: post
Path: /fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationAndCharges
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}