Get all trade operations

get

/fscmRestApi/resources/11.13.18.05/tradeOperations

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds trade operations according to the trade operation identifier as the primary key.
      Finder Variables:
      • TradeOperationId; integer; Value that uniquely identifies the trade operation.
    • findTradeOperations: Finds trade operations according to the specified attributes.
      Finder Variables:
      • bindActualAmount; number; Actual amount of the trade operation.
      • bindBusinessUnitName; string; Name of the procurement business unit for the trade operation.
      • bindChargeBU; string; Business unit of trade operation charge.
      • bindChargeLineStatus; string; Status of the trade operation charge line.
      • bindChargeName; string; Name of the trade operation charge.
      • bindChargeReferenceAvailable; string; Search parameter to include trade operations with charge references on the charges.
      • bindChargeSupplier; string; Supplier of the trade operation charge.
      • bindChargesInTentativeState; string; Search parameter to include trade operation with charges in tentative status.
      • bindDescription; string; Description of the trade operation.
      • bindFromDate; string; Date for selecting the trade operations created or modified on or after this date.
      • bindItemNumber; string; Item on the purchase orders associated to the charges.
      • bindMissingInvoicesFlag; string; Search parameter to include trade operation with charges missing invoices.
      • bindOrderedQty; number; Quantity ordered in the purchase orders associated to the charges.
      • bindPONumber; string; Number that identifies the purchase orders associated to the charges.
      • bindRouteName; string; Name of the route under which the trade operation is classified.
      • bindShiptoLocation; string; Ship to Location of the purchase orders associated to the charges.
      • bindStatusCode; string; Abbreviation that identifies the status of the trade operation.
      • bindTaxApplicableFlag; string; Value that identifies trade operations having charge lines with tax.
      • bindTemplateName; string; Name of the template using which the trade operation is created.
      • bindToDate; string; Date for selecting the trade operations created or modified on or before this date.
      • bindTradeOperationCreationDate; string; Date when the trade operation was created.
      • bindTradeOperationCurrency; string; Currency used in the trade operation.
      • bindTradeOperationName; string; Name of the trade operation.
      • bindTradeOperationNumber; string; Number that identifies the trade operation within a procurement business unit.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AllocationQuantityType; string; Value that identifies the quantity based on which the allocation is processed in the trade operation. The options are Purchase Order Schedule Quantity and Shipment Quantity.
    • AllocationQuantityTypeCode; string; Abbreviation for the quantity based on which the allocation in a trade operation is processed. The options are PO_Qty and Ship_Qty.
    • CreationDate; string; Date and time when the trade operation was created.
    • CurrencyConversionRateType; string; Type of default currency conversion rate to be used for currency conversion in a trade operation.
    • CurrencyConversionRateTypeCode; string; Value that identifies the type of default currency conversion rate to be used for currency conversion in a trade operation.
    • LastUpdateDate; string; Date when the trade operation was most recently updated.
    • ProcurementBU; string; Procurement business unit for which the trade operation was created.
    • Route; string; Route under which the trade operation is classified.
    • RouteId; integer; Value that uniquely identifies the route.
    • TradeOperationCurrency; string; Currency used in the trade operation.
    • TradeOperationDescription; string; Description of the trade operation.
    • TradeOperationId; integer; Value that uniquely identifies the trade operation.
    • TradeOperationName; string; Name of the trade operation.
    • TradeOperationNumber; number; Number that identifies a trade operation within a procurement business unit.
    • TradeOperationStatus; string; Status of the trade operation.
    • TradeOperationTemplate; string; Name of the trade operation template. It is unique within a procurement business unit.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : tradeOperations
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : tradeOperations-item-response
Type: object
Show Source
Nested Schema : Charges
Type: array
Title: Charges
The Charges resource gets information about the trade operation charge line, status and the allocated amounts for each charge line.
Show Source
Nested Schema : Default Purchase Order Schedules
Type: array
Title: Default Purchase Order Schedules
The Default Purchase Order Schedules resource gets information about the default purchase order schedules associated with a trade operation.
Show Source
Nested Schema : Trade Operation Shipments
Type: array
Title: Trade Operation Shipments
The Trade Operation Shipments resource manages information about advanced shipment notices (ASNs) associated with a trade operation.
Show Source
Nested Schema : tradeOperations-charges-item-response
Type: object
Show Source
Nested Schema : Charge Invoice Associations
Type: array
Title: Charge Invoice Associations
The Charge Invoice Associations resource gets information about the invoice associated with a charge line.
Show Source
Nested Schema : Charge Purchase Order Schedules
Type: array
Title: Charge Purchase Order Schedules
The Charge Purchase Order Schedules resource gets information about the purchase order schedules associated with a charge line.
Show Source
Nested Schema : Charge References
Type: array
Title: Charge References
The Charge References resource gets information about the charge references associated with a charge line.
Show Source
Nested Schema : Charge Related Lines
Type: array
Title: Charge Related Lines
The Charge Related Lines resource gets information about the related charge lines for a charge line.
Show Source
Nested Schema : tradeOperations-charges-chargeInvoiceAssociations-item-response
Type: object
Show Source
Nested Schema : tradeOperations-charges-chargePurchaseOrderSchedules-item-response
Type: object
Show Source
  • Title: Allocated Actual Amount in Trade Operation Currency
    Read Only: true
    Actual amount on the charge line in the trade operation currency.
  • Title: Allocated Actual Amount in Functional Currency
    Read Only: true
    Actual amount on the charge line in the functional currency.
  • Title: Allocated Actual Amount in Material Requisition BU Currency
    Read Only: true
    Actual amount on the charge line in the functional currency of the business unit that is requisitioning the material.
  • Title: Allocated Actual per Unit Amount in Trade Operation Currency
    Read Only: true
    Actual per unit amount on the charge line in the trade operation currency.
  • Title: Allocated Actual per Unit Amount in Functional Currency
    Read Only: true
    Actual per unit amount on the charge line in the functional currency.
  • Title: Allocated Actual per Unit Amount in Material Requisition BU Currency
    Read Only: true
    Actual per unit amount on the charge line in the functional currency of the business unit that is requisitioning the material.
  • Title: Allocated Actual NonRecoverable Tax in Trade Operation Currency
    Read Only: true
    Actual non-recoverable tax on the charge line in the trade operation currency.
  • Title: Allocated Actual NonRecoverable Tax in Functional Currency
    Read Only: true
    Actual non-recoverable tax on the charge line in the functional currency.
  • Title: Allocated Actual NonRecoverable Tax in Material Requisition BU Currency
    Read Only: true
    Actual non-recoverable tax on the charge line in the functional currency of the business unit that is requisitioning the material.
  • Title: Allocated Actual per Unit NonRecoverable Tax in Trade Operation Currency
    Read Only: true
    Actual per unit non-recoverable tax on the charge line in the trade operation currency.
  • Title: Allocated Actual per Unit NonRecoverable Tax in Functional Currency
    Read Only: true
    Actual per unit non-recoverable tax on the charge line in the functional currency.
  • Title: Allocated Actual per Unit NonRecoverable Tax in Material Requisition BU Currency
    Read Only: true
    Actual per unit non-recoverable tax on the charge line in the functional currency of the business unit that is requisitioning the material.
  • Title: Allocation Base Factor
    Base factor value used for charge allocation.
  • Title: Allocation Currency
    Maximum Length: 15
    Currency used for charge allocation.
  • Title: Allocation Percentage
    Percentage used for charge allocation.
  • Title: Allocation Rate
    Rate to be applied to purchase order schedules for deriving the charge estimates.
  • Title: Delivered-to Inventory Organization Name
    Read Only: true
    Maximum Length: 240
    Name of the inventory organization to which the item is delivered.
  • Title: Delivered-To Inventory Organization ID
    Read Only: true
    Value that uniquely identifies the inventory organization to which the item is delivered.
  • Title: Destination Type
    Read Only: true
    Maximum Length: 80
    Destination type on the purchase order.
  • Title: Allocated Estimate Amount in Charge Currency
    Read Only: true
    Estimated amount on the charge line in the charge currency.
  • Title: Allocated Estimate Amount in Trade Operation Currency
    Read Only: true
    Estimated amount on the charge line in the trade operation currency.
  • Title: Allocated Estimate Amount in Functional Currency
    Read Only: true
    Estimated amount on the charge line in the functional currency.
  • Title: Allocated Estimate Amount in Material Requisition BU Currency
    Read Only: true
    Estimated amount on the charge line in the functional currency of the business unit that is requisitioning the material.
  • Title: Allocated Estimate per Unit Amount in Charge Currency
    Read Only: true
    Estimated per unit amount on the charge line in the charge currency.
  • Title: Allocated Estimate per Unit Amount in Trade Operation Currency
    Read Only: true
    Estimated per unit amount on the charge line in the trade operation currency.
  • Title: Allocated Estimate per Unit Amount in Functional Currency
    Read Only: true
    Estimated per unit amount on the charge line in the functional currency.
  • Title: Allocated Estimate per Unit Amount in Material Requisition BU Currency
    Read Only: true
    Estimated per unit amount on the charge line in the functional currency of the business unit that is requisitioning the material.
  • Title: Allocated Estimate NonRecoverable Tax in Trade Operation Currency
    Read Only: true
    Estimated non-recoverable tax on the charge line in the trade operation currency.
  • Title: Allocated Estimate NonRecoverable Tax in Functional Currency
    Read Only: true
    Estimated non-recoverable tax on the charge line in the functional currency.
  • Title: Allocated Estimate NonRecoverable Tax in Material Requisitioning BU Currency
    Read Only: true
    Estimated non-recoverable tax on the charge line in the functional currency of the business unit that is requisitioning the material.
  • Title: Allocated Estimate per Unit NonRecoverable Tax in Charge Currency
    Read Only: true
    Estimated per unit non-recoverable tax on the charge line in the charge currency.
  • Title: Allocated Estimate per Unit NonRecoverable Tax in Trade Operation Currency
    Read Only: true
    Estimated per unit non-recoverable tax on the charge line in the trade operation currency.
  • Title: Allocated Estimate per Unit NonRecoverable Tax in Functional Currency
    Read Only: true
    Estimated per unit non-recoverable tax on the charge line in the functional currency.
  • Title: Allocated Estimate per Unit NonRecoverable Tax in Material Requisition BU Currency
    Read Only: true
    Estimated per unit non-recoverable tax on the charge line in the functional currency of the business unit that is requisitioning the material.
  • Title: Allocated Estimate NonRecoverable Tax in Charge Currency
    Read Only: true
    Estimated non-recoverable tax on the charge line in the charge currency.
  • Title: Item ID
    Read Only: true
    Value that uniquely identifies the item.
  • Read Only: true
    Maximum Length: 300
    Item on the purchase order schedule.
  • Title: Landed Cost PO Schedule ID
    Value that uniquely identifies the purchase order schedule for landed cost.
  • Links
  • Title: Ordered Quantity
    Quantity on the purchase order schedule.
  • Title: Purchase Order Header ID
    Read Only: true
    Value that uniquely identifies the purchase order header.
  • Title: Item Price
    Item price on the purchase order.
  • Title: Purchase Order Line ID
    Read Only: true
    Value that uniquely identifies the purchase order line.
  • Title: Purchase Order Line Location ID
    Read Only: true
    Value that uniquely identifies the purchase order shipment schedule.
  • Title: Purchase Order Line
    Read Only: true
    Maximum Length: 40
    Number that identifies the line in the purchase order.
  • Title: Purchase Order
    Read Only: true
    Maximum Length: 40
    Number that identifies the material purchase order for the landed cost estimate.
  • Maximum Length: 3
    Value that identifies the primary unit of measure for the purchase order schedule quantity.
  • Title: Ordered Quantity (Secondary UOM)
    Ordered quantity on the purchase order in the primary unit of measure.
  • Title: Ordered Quantity (Secondary UOM)
    Ordered quantity on the purchase order in the secondary unit of measure.
  • Title: PO Schedule Amount
    Read Only: true
    Amount on the purchase order schedule line.
  • Title: PO Schedule Functional Currency Amount
    Read Only: true
    Functional currency amount on the purchase order schedule line.
  • Title: Purchase Order Schedule
    Read Only: true
    Maximum Length: 40
    Number that identifies the schedule of the material purchase order line used for the landed cost estimate.
  • Maximum Length: 3
    Value that identifies the secondary unit of measure for the purchase order schedule quantity.
  • Title: Procurement BU
    Read Only: true
    Maximum Length: 240
    Procurement business unit on the purchase order schedule.
  • Title: Procurement Business Unit ID
    Read Only: true
    Value that uniquely identifies the procurement business unit for the material purchase order schedule.
  • Title: Profit Center BU
    Read Only: true
    Maximum Length: 240
    Profit center business unit on the purchase order schedule.
  • Title: Profit Center BU ID
    Read Only: true
    Value that uniquely identifies the profit center business unit for the material purchase order schedule.
  • Title: Receipt Quantity
    Read Only: true
    Received quantity corresponding to the purchase order schedule.
  • Title: Requisitioning BU
    Read Only: true
    Maximum Length: 240
    Requisitioning business unit on the purchase order schedule.
  • Title: Requisitioning BU ID
    Read Only: true
    Value that uniquely identifies the requisitioning business unit for the material purchase order schedule.
  • Title: Ship-to Location
    Read Only: true
    Maximum Length: 240
    Location to which the item is delivered.
  • Title: Ship-To Location ID
    Read Only: true
    Value that uniquely identifies the location to which the item is delivered.
  • Title: Supplier
    Read Only: true
    Maximum Length: 360
    Supplier on the purchase order.
  • Title: Supplier Site
    Read Only: true
    Maximum Length: 240
    Supplier site on the purchase order.
  • Title: Supplier Site ID
    Read Only: true
    Value that uniquely identifies the supplier site on the purchase order.
  • Title: Unit of Measure
    Read Only: true
    Maximum Length: 25
    Unit of measure for the purchase order schedule quantity.
  • Title: UOM Type
    Maximum Length: 30
    Value that identifies the unit of measure used for charge allocation.
Nested Schema : tradeOperations-charges-chargeReferences-item-response
Type: object
Show Source
Nested Schema : tradeOperations-charges-chargeRelatedLines-item-response
Type: object
Show Source
  • Title: Charge BU
    Read Only: true
    Maximum Length: 240
    Value that indicates the requisitioning business unit that incurs the charge.
  • Title: Related Charge Line Number
    Value that uniquely identifies the charge line number for the charge entered as related in a charge line.
  • Title: Charge Line Status Meaning
    Read Only: true
    Maximum Length: 80
    Value that indicates the meaning of the charge line status.
  • Title: Charge Line Status
    Read Only: true
    Maximum Length: 30
    Abbreviation that uniquely identifies the status of the charge line. Values include Allocated, Allocated with Warning, Allocation in Error, Cancelled, Draft Allocation, Incomplete, New, Pending Association, Ready for Allocation, and Requires Reallocation.
  • Title: Related Charge Name
    Read Only: true
    Maximum Length: 80
    Name of the charge for the related charge line entered in a charge line.
  • Title: Charge Currency
    Read Only: true
    Maximum Length: 15
    Transaction currency in which the charge is entered.
  • Title: Include item value
    Contains one of the following values: true or false. If true, then the purchase value needs to be included for the purpose of deriving the charge amount. If false, then the purchase value is not included for the purpose of deriving the charge amount. The default value is false.
  • Links
  • Title: Percentage of Item Value
    Percent of the purchase value. It is required only when Include Item Value Flag is set to yes.
  • Title: Related Charge Line ID
    Value that uniquely identifies the related charge line for a trade operation charge.
  • Title: Related Charge Line Percentage
    Percent for each of the related charge line based on which the charge line amount will be derived.
  • Title: Total Amount
    Read Only: true
    Estimated total amount on the charge line.
  • Title: Trade Operation Charge ID
    Value that uniquely identifies the trade operation charge.
  • Title: Trade Operation Charge Related Line ID
    Value that uniquely identifies the trade operation charge related line.
Nested Schema : tradeOperations-defaultPOSchedules-item-response
Type: object
Show Source
Nested Schema : tradeOperations-tradeOperationShipments-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all trade operations.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations"

Example 1 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
"CreationDate": "2015-12-11T16:06:52+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2015-12-11",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": 300100071793259,
"Route": "East-South",
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "Receipt Acct Landed Cost Charges",
"TradeOperationId": 300100085591704,
"TradeOperationName": "CMLRRF-RcptAcct",
"TradeOperationNumber": 2,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": null,
         ...
            },
   ...
         ]
   ...
 }           

Example 2 cURL Command

Use the following cURL command to submit a request on the REST resource to get trade operation details with the name CMLRRF-RctAcct:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindTradeOperationName=CMLRRF-RcptAcct"

Example 2 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
"CreationDate": "2015-12-11T16:06:52+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2015-12-11",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": 300100071793259,
"Route": "East-South",
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "Receipt Acct Landed Cost Charges",
"TradeOperationId": 300100085591704,
"TradeOperationName": "CMLRRF-RcptAcct",
"TradeOperationNumber": 2,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": null,
    "links" : [ 
 ... ]
  } ],
  "count" : 1,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ 
    ...
 ]
}

Example 3cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details with trade operation number 19:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindTradeOperationNumber=19"

Example 3 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
CreationDate": "2018-04-04T06:30:01+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2018-04-04",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": null,
"Route": null,
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "QADesc_040318112903",
"TradeOperationId": 300100124647746,
"TradeOperationName": "QAName_040318112903",
"TradeOperationNumber": 19,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": 8,
    "links" : [ 
 ...
 ]
  } ],
  "count" : 1,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ 
     ...
  } ]
}

Example 4 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details with business unit as Vision Corporation:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindBusinessUnitName=Vision+Operations"

Example 4 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
""CreationDate": "2015-12-11T16:06:52+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2015-12-11",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": 300100071793259,
"Route": "East-South",
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "Receipt Acct Landed Cost Charges",
"TradeOperationId": 300100085591704,
"TradeOperationName": "CMLRRF-RcptAcct",
"TradeOperationNumber": 2,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": null,
    "links" : [ 
 ...
 ]
  },
   ...  
  ],
  "count" : 25,
  "hasMore" : true,
  "limit" : 25,
  "offset" : 0,
  "links" : [ 
    ...
  ]
}

Example 5 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which are Open:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindStatusCode=OPEN"

Example 5 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
"CreationDate": "2015-12-11T16:06:52+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2015-12-11",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": 300100071793259,
"Route": "East-South",
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "Receipt Acct Landed Cost Charges",
"TradeOperationId": 300100085591704,
"TradeOperationName": "CMLRRF-RcptAcct",
"TradeOperationNumber": 2,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": null,
    "links" : [ 
 ...
 ]
  }, 
  ...
  "count" : 25,
  "hasMore" : true,
  "limit" : 25,
  "offset" : 0,
  "links" : [ 
  ...  
  ]
  ]
}

Example 6 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which are meant for the Route East-West:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindRouteName=East-South"

Example 6 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
""CreationDate": "2015-12-11T16:06:52+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2015-12-11",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": 300100071793259,
"Route": "East-South",
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "Receipt Acct Landed Cost Charges",
"TradeOperationId": 300100085591704,
"TradeOperationName": "CMLRRF-RcptAcct",
"TradeOperationNumber": 2,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": null,
    "links" : [ ... ]
  },
  ...  
  ],
  "count" : 2,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ 
...
  ]
}

Example 7 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which are updated between 2015-12-10 and 2015-12-11:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindFromDate=2015-12-10,bindToDate=2015-12-11"

Example 7 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
"CreationDate": "2015-12-11T16:06:52+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2015-12-11",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": 300100071793259,
"Route": "East-South",
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "Receipt Acct Landed Cost Charges",
"TradeOperationId": 300100085591704,
"TradeOperationName": "CMLRRF-RcptAcct",
"TradeOperationNumber": 2,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": null,
    "links" : [ ...]
  },  ...
  ],
  "count" : 1,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ ...]
  }

Example 8 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details whose curerncy is USD:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindTradeOperationCurrency=USD"

Example 8 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
"CreationDate": "2018-05-21T09:47:25+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2018-05-21",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": null,
"Route": null,
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "QADesc_05211824551",
"TradeOperationId": 300100149994620,
"TradeOperationName": "QAName_05211824551",
"TradeOperationNumber": 164,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": null,
    "links" : [ ...]
  },
...
  ],
  "count" : 25,
  "hasMore" : true,
  "limit" : 25,
  "offset" : 0,
  "links" : [... ]
}

Example 9 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which were created from a template named Junit Test Template:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindTemplateName=Junit+Test+Template"

Example 9 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
    "CreationDate" : "2011-12-13T14:21:06.263-08:00",
    "CurrencyConversionRateType" : "Corporate",
    "EstimatedTradeOperationAmount" : null,
    "LastUpdateDate" : null,
    "ProcurementBUId" : 204,
    "ProcurementBU" : "Vision Corporation",
    "RouteId" : null,
    "Route" : null,
    "TradeOperationCurrency" : "USD",
    "TradeOperationDescription" : null,
    "TradeOperationId" : 999888777000027,
    "TradeOperationName" : "TestTradeOperName021",
    "TradeOperationNumber" : 99080897,
    "TradeOperationStatus" : "OPEN",
    "TradeOperationTemplateId" : 999888777666111,
    "TradeOperationTemplate" : "Junit Test Template",
    "links" : [ ...]
  } ],
  "count" : 1,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ ...]
}

Example 10 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindChargeBU=Vision+Services"

Example 10 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
 "CreationDate": "2017-07-21T15:16:08+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2017-07-21",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": null,
"Route": null,
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "QADesc_07211781502",
"TradeOperationId": 300100112121260,
"TradeOperationName": "QAName_07211781502",
"TradeOperationNumber": 13,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": 8,
    "links" : [ ... ]
  },
  ...
  ],
  "count" : 22,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ ...]
}

Example 11 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which has charges of type SS_Freight:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindChargeName=SS_Freight"

Example 11 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
""CreationDate": "2018-05-08T11:57:28+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2018-05-08",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": null,
"Route": null,
"TradeOperationCurrency": "USD",
"TradeOperationDescription": null,
"TradeOperationId": 300100130015909,
"TradeOperationName": "ABtownTO45021",
"TradeOperationNumber": 109,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": 300100071793570,
"TradeOperationTemplate": "CMLRRFTemp1",
"EstimatedTradeOperationAmount": 3172.625,
    "links" : [...]
  }, 
  ...
  ],
  "count" : 2,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ ... ]
}

Example 12 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which have charges successfully alocated:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindChargeLineStatus=Successfully+allocated"

Example 12 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
""CreationDate": "2018-04-09T10:23:00.726+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2018-04-27",
"ProcurementBUId": 911,
"ProcurementBU": "Vision Corporation",
"RouteId": null,
"Route": null,
"TradeOperationCurrency": "EUR",
"TradeOperationDescription": "Multiple BU2",
"TradeOperationId": 300100125693616,
"TradeOperationName": "Multiple BU2",
"TradeOperationNumber": 1,
"TradeOperationStatus": "INACTIVE",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": 140,
    "links" : [ ...],
  "count" : 1,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ ...]
}

Example 13 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which have charges with Missing Invoice Flag selected:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindMissingInvoicesFlag=Y"

Example 13 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
"CreationDate": "2018-04-09T10:23:00.726+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2018-04-27",
"ProcurementBUId": 911,
"ProcurementBU": "Vision Corporation",
"RouteId": null,
"Route": null,
"TradeOperationCurrency": "EUR",
"TradeOperationDescription": "Multiple BU2",
"TradeOperationId": 300100125693616,
"TradeOperationName": "Multiple BU2",
"TradeOperationNumber": 1,
"TradeOperationStatus": "INACTIVE",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": 140,
    "links" : [...
 ]
  }, 
  ...
  ],
  "count" : 8,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ ... ]
}

Example 14 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which have charges in Tentative State:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindChargesInTentativeState=Y"

Example 14 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
"CreationDate": "2018-04-26T15:02:37+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2018-04-26",
"ProcurementBUId": 458,
"ProcurementBU": "Vision Services",
"RouteId": 300100071793259,
"Route": "East-South",
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "LM-VS-TO2",
"TradeOperationId": 300100128626344,
"TradeOperationName": "LM-VS-TO2",
"TradeOperationNumber": 3,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": null,
    "links" : [ ...]
  }, 
  ... 
  ],
  "count" : 2,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ ... ]
}

Example 15 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which have charges which are not applicable for tax:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindTaxApplicableFlag=N"

Example 15 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
"CreationDate": "2018-05-08T15:14:48+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2018-05-08",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": null,
"Route": null,
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "Cost Account disparate Charge Lines TO",
"TradeOperationId": 300100130023969,
"TradeOperationName": "Cost Account disparate Charge Lines TO",
"TradeOperationNumber": 114,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": 105,
    "links" : [ ... ]
  },
  ...
  ],
  "count" : 21,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [...]
}

Example 16 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which have charges with supplier as CV_SuppA01:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindChargeSupplier=CV_SuppA01"

Example 16 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
"CreationDate": "2017-02-23T11:46:48+00:00",
"CurrencyConversionRateType": "Corporate",
"LastUpdateDate": "2017-02-23",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Corporation",
"RouteId": 300100089911039,
"Route": "zR13OTBI_NS",
"TradeOperationCurrency": "USD",
"TradeOperationDescription": "zR13OTBI_TR002",
"TradeOperationId": 300100089911166,
"TradeOperationName": "zR13OTBI_TR002",
"TradeOperationNumber": 4,
"TradeOperationStatus": "OPEN",
"TradeOperationTemplateId": null,
"TradeOperationTemplate": null,
"EstimatedTradeOperationAmount": null,
    "links" : [ ...],
  "count" : 1,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ ... ]
}

Example 17 cURL Command

Use the following cURL command to submit a request on the REST resource to get all trade operation details which have charges that are applicable for tax:

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations?finder=findTradeOperations;bindTaxApplicableFlag=Y"

Example 17 Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
    "CreationDate" : "2018-02-26T08:54:15+00:00",
    "CurrencyConversionRateType" : "EXP_Corporate",
    "CurrencyConversionRateTypeCode" : "100000011204016",
    "LastUpdateDate" : "2018-03-19",
    "ProcurementBUId" : 204,
    "ProcurementBU" : "Vision Corporation",
    "RouteId" : null,
    "Route" : null,
    "TradeOperationCurrency" : "USD",
    "TradeOperationDescription" : "YHY03",
    "TradeOperationId" : 300100124650255,
    "TradeOperationName" : "YHY03",
    "TradeOperationNumber" : 31,
    "TradeOperationStatus" : "OPEN",
    "TradeOperationTemplateId" : null,
    "TradeOperationTemplate" : null,
    "EstimatedTradeOperationAmount" : 0,
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername/fscmRestApi/resources/version/tradeOperations/300100124650255",
      "name" : "tradeOperations",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000778"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername/fscmRestApi/resources/version/tradeOperations/300100124650255",
      "name" : "tradeOperations",
      "kind" : "item"
    }, {
      "rel" : "lov",
      "href" : "https://servername/fscmRestApi/resources/version/tradeOperations/300100124650255/lov/StatusLOV",
      "name" : "StatusLOV",
      "kind" : "collection"
    }, {
      "rel" : "lov",
      "href" : "https://servername/fscmRestApi/resources/version/tradeOperations/300100124650255/lov/BusinessUnitLOV",
      "name" : "BusinessUnitLOV",
      "kind" : "collection"
    }, {
      "rel" : "lov",
      "href" : "https://servername/fscmRestApi/resources/version/tradeOperations/300100124650255/lov/CurrencyCodeLOV",
      "name" : "CurrencyCodeLOV",
      "kind" : "collection"
    }, {
      "rel" : "lov",
      "href" : "https://servername/fscmRestApi/resources/version/tradeOperations/300100124650255/lov/ConversionTypeLOV",
      "name" : "ConversionTypeLOV",
      "kind" : "collection"
    }, {
      "rel" : "lov",
      "href" : "https://servername/fscmRestApi/resources/version/tradeOperations/300100124650255/lov/RouteLOV",
      "name" : "RouteLOV",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/tradeOperations/300100124650255/child/charges",
      "name" : "charges",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername/fscmRestApi/resources/version/tradeOperations/300100124650255/child/defaultPoSchedules",
      "name" : "defaultPoSchedules",
      "kind" : "collection"
    } ]
  }, {
    "CreationDate" : "2018-03-19T13:57:46+00:00",
    "CurrencyConversionRateType" : "Corporate",
    "CurrencyConversionRateTypeCode" : "Corporate",
    "LastUpdateDate" : "2018-03-19",
    "ProcurementBUId" : 204,
    "ProcurementBU" : "Vision Corporation",
    "RouteId" : null,
    "Route" : null,
    "TradeOperationCurrency" : "USD",
    "TradeOperationDescription" : null,
    "TradeOperationId" : 300100124966730,
    "TradeOperationName" : "kdjf",
    "TradeOperationNumber" : 38,
    "TradeOperationStatus" : "OPEN",
    "TradeOperationTemplateId" : null,
    "TradeOperationTemplate" : null,
    "EstimatedTradeOp

Example 18 cURL Command

This example describes how to get all trade operations when Allocate Landed Cost Charges using the ASN Quantity feature is opted-in.

curl -u username:password "https://servername/fscmRestApi/resources/version/tradeOperations"

Example 18 Response Body

The following shows an example of the response body in JSON format.

{
    "items": [
        {
            "CurrencyConversionRateType": "Corporate",
            "CreationDate": "2018-05-25T15:49:59+00:00",
            "CurrencyConversionRateTypeCode": "Corporate",
            "LastUpdateDate": "2018-05-25",
            "ProcurementBUId": 888,
            "ProcurementBU": "Vision France - Organization",
            "RouteId": 300100071793259,
            "Route": "East-South",
            "TradeOperationCurrency": "EUR",
            "TradeOperationDescription": "CMLREST-France1 Description",
            "TradeOperationId": 300100152661965,
            "TradeOperationName": "CMLREST-France1",
            "TradeOperationNumber": 1,
            "TradeOperationStatus": "OPEN",
            "TradeOperationTemplateId": null,
            "TradeOperationTemplate": null,
            "EstimatedTradeOperationAmount": null,
            "AllocationQuantityTypeCode": "PO_QTY",
            "AllocationQuantityType": "Purchase Order Schedule Quantity",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965",
                    "name": "tradeOperations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965",
                    "name": "tradeOperations",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965/lov/RouteLOV",
                    "name": "RouteLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965/lov/StatusLOV",
                    "name": "StatusLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965/lov/CurrencyCodeLOV",
                    "name": "CurrencyCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965/lov/ConversionTypeLOV",
                    "name": "ConversionTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965/child/charges",
                    "name": "charges",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965/child/defaultPOSchedules",
                    "name": "defaultPOSchedules",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100152661965/child/tradeOperationShipments",
                    "name": "tradeOperationShipments",
                    "kind": "collection"
                }
            ]
        },
        {
            "CurrencyConversionRateType": "Corporate",
            "CreationDate": "2015-12-11T16:06:52+00:00",
            "CurrencyConversionRateTypeCode": "Corporate",
            "LastUpdateDate": "2015-12-11",
            "ProcurementBUId": 204,
            "ProcurementBU": "Vision Operations",
            "RouteId": 300100071793259,
            "Route": "East-South",
            "TradeOperationCurrency": "USD",
            "TradeOperationDescription": "Receipt Acct Landed Cost Charges",
            "TradeOperationId": 300100085591704,
            "TradeOperationName": "CMLRRF-RcptAcct",
            "TradeOperationNumber": 2,
            "TradeOperationStatus": "OPEN",
            "TradeOperationTemplateId": null,
            "TradeOperationTemplate": null,
            "EstimatedTradeOperationAmount": null,
            "AllocationQuantityTypeCode": "PO_QTY",
            "AllocationQuantityType": "Purchase Order Schedule Quantity",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704",
                    "name": "tradeOperations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000F78"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704",
                    "name": "tradeOperations",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704/lov/RouteLOV",
                    "name": "RouteLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704/lov/StatusLOV",
                    "name": "StatusLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704/lov/CurrencyCodeLOV",
                    "name": "CurrencyCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704/lov/ConversionTypeLOV",
                    "name": "ConversionTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704/child/charges",
                    "name": "charges",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704/child/defaultPOSchedules",
                    "name": "defaultPOSchedules",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591704/child/tradeOperationShipments",
                    "name": "tradeOperationShipments",
                    "kind": "collection"
                }
            ]
        },
        {
            "CurrencyConversionRateType": "Corporate",
            "CreationDate": "2015-12-11T14:55:11+00:00",
            "CurrencyConversionRateTypeCode": "Corporate",
            "LastUpdateDate": "2015-12-11",
            "ProcurementBUId": 204,
            "ProcurementBU": "Vision Operations",
            "RouteId": 300100071793259,
            "Route": "East-South",
            "TradeOperationCurrency": "USD",
            "TradeOperationDescription": "Reconcile Charge Lines",
            "TradeOperationId": 300100085591680,
            "TradeOperationName": "CMLRRF-AdjBal",
            "TradeOperationNumber": 1,
            "TradeOperationStatus": "OPEN",
            "TradeOperationTemplateId": null,
            "TradeOperationTemplate": null,
            "EstimatedTradeOperationAmount": 3188.25,
            "AllocationQuantityTypeCode": "PO_QTY",
            "AllocationQuantityType": "Purchase Order Schedule Quantity",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680",
                    "name": "tradeOperations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000001278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680",
                    "name": "tradeOperations",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680/lov/RouteLOV",
                    "name": "RouteLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680/lov/StatusLOV",
                    "name": "StatusLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680/lov/CurrencyCodeLOV",
                    "name": "CurrencyCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680/lov/ConversionTypeLOV",
                    "name": "ConversionTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680/child/charges",
                    "name": "charges",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680/child/defaultPOSchedules",
                    "name": "defaultPOSchedules",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100085591680/child/tradeOperationShipments",
                    "name": "tradeOperationShipments",
                    "kind": "collection"
                }
            ]
        },
        {
            "CurrencyConversionRateType": "Corporate",
            "CreationDate": "2017-02-24T08:25:16+00:00",
            "CurrencyConversionRateTypeCode": "Corporate",
            "LastUpdateDate": "2017-02-24",
            "ProcurementBUId": 204,
            "ProcurementBU": "Vision Operations",
            "RouteId": null,
            "Route": null,
            "TradeOperationCurrency": "USD",
            "TradeOperationDescription": "Exp Dest",
            "TradeOperationId": 300100089911244,
            "TradeOperationName": "Exp Dest",
            "TradeOperationNumber": 7,
            "TradeOperationStatus": "OPEN",
            "TradeOperationTemplateId": null,
            "TradeOperationTemplate": null,
            "EstimatedTradeOperationAmount": 4000,
            "AllocationQuantityTypeCode": "PO_QTY",
            "AllocationQuantityType": "Purchase Order Schedule Quantity",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244",
                    "name": "tradeOperations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244",
                    "name": "tradeOperations",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244/lov/RouteLOV",
                    "name": "RouteLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244/lov/StatusLOV",
                    "name": "StatusLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244/lov/CurrencyCodeLOV",
                    "name": "CurrencyCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244/lov/ConversionTypeLOV",
                    "name": "ConversionTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244/child/charges",
                    "name": "charges",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244/child/defaultPOSchedules",
                    "name": "defaultPOSchedules",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911244/child/tradeOperationShipments",
                    "name": "tradeOperationShipments",
                    "kind": "collection"
                }
            ]
        },
        {
            "CurrencyConversionRateType": "Corporate",
            "CreationDate": "2017-03-06T11:49:41+00:00",
            "CurrencyConversionRateTypeCode": "Corporate",
            "LastUpdateDate": "2017-03-06",
            "ProcurementBUId": 204,
            "ProcurementBU": "Vision Operations",
            "RouteId": null,
            "Route": null,
            "TradeOperationCurrency": "USD",
            "TradeOperationDescription": "CDRM_CML_Test",
            "TradeOperationId": 300100110402946,
            "TradeOperationName": "CDRM_CML_Test",
            "TradeOperationNumber": 9,
            "TradeOperationStatus": "OPEN",
            "TradeOperationTemplateId": null,
            "TradeOperationTemplate": null,
            "EstimatedTradeOperationAmount": null,
            "AllocationQuantityTypeCode": "PO_QTY",
            "AllocationQuantityType": "Purchase Order Schedule Quantity",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946",
                    "name": "tradeOperations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946",
                    "name": "tradeOperations",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946/lov/RouteLOV",
                    "name": "RouteLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946/lov/StatusLOV",
                    "name": "StatusLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946/lov/CurrencyCodeLOV",
                    "name": "CurrencyCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946/lov/ConversionTypeLOV",
                    "name": "ConversionTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946/child/charges",
                    "name": "charges",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946/child/defaultPOSchedules",
                    "name": "defaultPOSchedules",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100110402946/child/tradeOperationShipments",
                    "name": "tradeOperationShipments",
                    "kind": "collection"
                }
            ]
        },
        {
            "CurrencyConversionRateType": "Corporate",
            "CreationDate": "2017-02-23T11:46:48+00:00",
            "CurrencyConversionRateTypeCode": "Corporate",
            "LastUpdateDate": "2017-02-23",
            "ProcurementBUId": 204,
            "ProcurementBU": "Vision Operations",
            "RouteId": 300100089911039,
            "Route": "zR13OTBI_NS",
            "TradeOperationCurrency": "USD",
            "TradeOperationDescription": "zR13OTBI_TR002",
            "TradeOperationId": 300100089911166,
            "TradeOperationName": "zR13OTBI_TR002",
            "TradeOperationNumber": 4,
            "TradeOperationStatus": "OPEN",
            "TradeOperationTemplateId": null,
            "TradeOperationTemplate": null,
            "EstimatedTradeOperationAmount": null,
            "AllocationQuantityTypeCode": "PO_QTY",
            "AllocationQuantityType": "Purchase Order Schedule Quantity",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166",
                    "name": "tradeOperations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000578"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166",
                    "name": "tradeOperations",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166/lov/RouteLOV",
                    "name": "RouteLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166/lov/StatusLOV",
                    "name": "StatusLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166/lov/CurrencyCodeLOV",
                    "name": "CurrencyCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166/lov/ConversionTypeLOV",
                    "name": "ConversionTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166/child/charges",
                    "name": "charges",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166/child/defaultPOSchedules",
                    "name": "defaultPOSchedules",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911166/child/tradeOperationShipments",
                    "name": "tradeOperationShipments",
                    "kind": "collection"
                }
            ]
        },
        {
            "CurrencyConversionRateType": "Corporate",
            "CreationDate": "2017-02-24T07:26:11+00:00",
            "CurrencyConversionRateTypeCode": "Corporate",
            "LastUpdateDate": "2023-05-03",
            "ProcurementBUId": 204,
            "ProcurementBU": "Vision Operations",
            "RouteId": null,
            "Route": null,
            "TradeOperationCurrency": "USD",
            "TradeOperationDescription": "ExpDestTo1",
            "TradeOperationId": 300100089911237,
            "TradeOperationName": "ExpDestTo1",
            "TradeOperationNumber": 6,
            "TradeOperationStatus": "OPEN",
            "TradeOperationTemplateId": null,
            "TradeOperationTemplate": null,
            "EstimatedTradeOperationAmount": 4000,
            "AllocationQuantityTypeCode": "PO_QTY",
            "AllocationQuantityType": "Purchase Order Schedule Quantity",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237",
                    "name": "tradeOperations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237",
                    "name": "tradeOperations",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237/lov/RouteLOV",
                    "name": "RouteLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237/lov/StatusLOV",
                    "name": "StatusLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237/lov/CurrencyCodeLOV",
                    "name": "CurrencyCodeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237/lov/ConversionTypeLOV",
                    "name": "ConversionTypeLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237/child/charges",
                    "name": "charges",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237/child/defaultPOSchedules",
                    "name": "defaultPOSchedules",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/tradeOperations/300100089911237/child/tradeOperationShipments",
                    "name": "tradeOperationShipments",
                    "kind": "collection"
                }
            ]
        }
Back to Top