- Subcategories:
- Attachments
- Charges
- Default Purchase Order Schedules
- Default Transfer Order Shipment Lines
- Trade Operation Shipments
- Trade Operations Descriptive Felxfield
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: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationFromInvoices - Allocate charges for a trade operation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId}/action/allocateCharges - Associate filtered transfer order shipments with a trade operation.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/action/associateFilteredTOShipmentLinesAndAllocate - Associate the filtered purchase order schedules with a trade operation.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/action/associateFilteredPOSchedulesAndAllocate - Calculate tax for a trade operation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/{TradeOperationId}/action/calculateTax - Create a trade operation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations - Create trade operation for filtered set.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationFromFilteredSet - Create trade operation from template for filtered set
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationFromTemplateForFilterSet - Create trade operations
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationFromTemplate - Creates trade operations and charges
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/tradeOperations/action/createTradeOperationAndCharges - 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}