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
      Finder Variables
      • TradeOperationId; integer;
    • findTradeOperations
      Finder Variables
      • bindActualAmount; number;
      • bindBusinessUnitName; string;
      • bindChargeBU; string;
      • bindChargeLineStatus; string;
      • bindChargeName; string;
      • bindChargeReferenceAvailable; string;
      • bindChargeSupplier; string;
      • bindChargesInTentativeState; string;
      • bindDescription; string;
      • bindFromDate; string;
      • bindItemNumber; string;
      • bindMissingInvoicesFlag; string;
      • bindOrderedQty; number;
      • bindPONumber; string;
      • bindRouteName; string;
      • bindShiptoLocation; string;
      • bindStatusCode; string;
      • bindTaxApplicableFlag; string;
      • bindTemplateName; string;
      • bindToDate; string;
      • bindTradeOperationCreationDate; string;
      • bindTradeOperationCurrency; string;
      • bindTradeOperationName; string;
      • bindTradeOperationNumber; string;
  • 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
    • AllocationQuantityTypeCode; string
    • CreatedBy; string
    • CreationDate; string
    • CurrencyConversionRateType; string
    • CurrencyConversionRateTypeCode; string
    • LastUpdateDate; string
    • LastUpdatedTime; string
    • Precision; integer
    • ProcurementBU; string
    • ProcurementBUId; integer
    • Route; string
    • RouteId; integer
    • Status; string
    • StatusUpdateReason; string
    • TradeOperationCurrency; string
    • TradeOperationDescription; string
    • TradeOperationId; integer
    • TradeOperationName; string
    • TradeOperationNumber; number
    • TradeOperationStatus; string
    • TradeOperationTemplate; string
    • TransactionType; string
    • TransactionTypeCode; string
  • 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 : Attachments
Type: array
Title: Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : charges
Type: array
Show Source
Nested Schema : defaultPOSchedules
Type: array
Show Source
Nested Schema : defaultTOShipLines
Type: array
Show Source
Nested Schema : DFF
Type: array
Show Source
Nested Schema : tradeOperationShipments
Type: array
Show Source
Nested Schema : tradeOperations-Attachments-item-response
Type: object
Show Source
Nested Schema : tradeOperations-charges-item-response
Type: object
Show Source
Nested Schema : chargeInvoiceAssociations
Type: array
Show Source
Nested Schema : chargePurchaseOrderSchedules
Type: array
Show Source
Nested Schema : chargeReferences
Type: array
Show Source
Nested Schema : chargeRelatedLines
Type: array
Show Source
Nested Schema : Charge Transfer Order Shipment Lines
Type: array
Title: Charge Transfer Order Shipment Lines
Transfer order shipment lines which are associated with the charge line for the allocation of landed cost charges.
Show Source
Nested Schema : tradeOperations-charges-chargeInvoiceAssociations-item-response
Type: object
Show Source
Nested Schema : tradeOperations-charges-chargePurchaseOrderSchedules-item-response
Type: object
Show Source
Nested Schema : tradeOperations-charges-chargeReferences-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : tradeOperations-charges-chargeReferences-Attachments-item-response
Type: object
Show Source
Nested Schema : tradeOperations-charges-chargeRelatedLines-item-response
Type: object
Show Source
Nested Schema : tradeOperations-charges-chargeTransferOrderShipLines-item-response
Type: object
Show Source
Nested Schema : tradeOperations-defaultPOSchedules-item-response
Type: object
Show Source
Nested Schema : tradeOperations-defaultTOShipLines-item-response
Type: object
Show Source
Nested Schema : tradeOperations-DFF-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