Get all trade operations
/fscmRestApi/resources/11.13.18.05/tradeOperations
Request
-
expand: string
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).
-
fields: string
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 -
finder: string
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;
- PrimaryKey
-
limit: integer
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.
-
links: string
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 -
offset: integer
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.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
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
-
q: string
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
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
-
Metadata-Context: string
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".
-
REST-Framework-Version: string
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 TopResponse
- application/json
Default Response
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
arrayLinksobject-
ActualTradeOperationAmount: number
Read Only:
true -
AllocationQuantityType: string
Title:
Allocation Quantity TypeRead Only:trueMaximum Length:80 -
AllocationQuantityTypeCode: string
Maximum Length:
20 -
Attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
charges: array
charges
-
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:true -
CurrencyConversionRateType: string
Title:
Conversion Rate TypeMaximum Length:30 -
CurrencyConversionRateTypeCode: string
Title:
Currency Conversion Rate TypeMaximum Length:30 -
defaultPOSchedules: array
defaultPOSchedules
-
defaultTOShipLines: array
defaultTOShipLines
-
DFF: array
DFF
-
EstimatedTradeOperationAmount: number
Title:
Estimated AmountRead Only:true -
LastUpdateDate: string
(date)
Title:
Last Update Date -
LastUpdatedTime: string
(date-time)
Read Only:
true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Precision: integer
(int32)
Title:
PrecisionRead Only:trueDefault Value:2 -
ProcurementBU: string
Title:
Procurement BUMaximum Length:240 -
ProcurementBUId: integer
(int64)
Title:
Procurement Business Unit ID -
Route: string
Title:
RouteMaximum Length:80 -
RouteId: integer
(int64)
Title:
Route ID -
Status: string
Title:
MeaningMaximum Length:80 -
StatusUpdateReason: string
Title:
ReasonMaximum Length:240 -
TradeOperationCurrency: string
Title:
CurrencyMaximum Length:15 -
TradeOperationDescription: string
Title:
DescriptionMaximum Length:240 -
TradeOperationId: integer
(int64)
Title:
Trade Operation ID -
TradeOperationName: string
Title:
NameMaximum Length:80 -
TradeOperationNumber: number
Title:
Number -
tradeOperationShipments: array
tradeOperationShipments
-
TradeOperationStatus: string
Title:
StatusMaximum Length:30Default Value:DRAFT -
TradeOperationTemplate: string
Title:
TemplateRead Only:trueMaximum Length:80 -
TradeOperationTemplateId: integer
(int64)
Title:
Trade Operation Template ID -
TransactionType: string
Title:
Transaction TypeMaximum Length:80 -
TransactionTypeCode: string
Title:
Transaction TypeMaximum Length:30Default Value:PO_RECEIPT
arrayAttachmentsarrayLinksobject-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
arrayLinksobject-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
object-
ActualAmountInTradeOperationCurrency: number
Title:
Actual Amount in Trade Operation CurrencyRead Only:true -
ActualNonrecoverableTaxInTradeOperationCurrency: number
Title:
Actual Nonrecoverable Tax in Trade Operation CurrencyRead Only:true -
ActualTotalinDocumentCurrency: number
Read Only:
true -
AllocationBasisMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80 -
AllowOverrideFlag: boolean
Read Only:
trueMaximum Length:1Default Value:true -
AssociatedTo: string
Read Only:
trueMaximum Length:255 -
AutoTaxCalculationFlag: boolean
Title:
Enable automatic tax calculationMaximum Length:1 -
ChargeAllocationBasis: string
Title:
Allocation BasisMaximum Length:30 -
ChargeAllocationBasisBaseUOM: string
Title:
Allocation Basis Base UOMMaximum Length:25 -
ChargeBasis: string
Title:
Charge BasisMaximum Length:30 -
ChargeBasisMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80 -
ChargeBasisUOM: string
Title:
Charge Basis UOMMaximum Length:25 -
ChargeBU: string
Title:
Charge BUMaximum Length:240 -
ChargeBUId: integer
(int64)
Title:
Charge Business Unit IDRead Only:true -
ChargeCreationSource: string
Read Only:
trueMaximum Length:11 -
ChargeCurrency: string
Title:
Charge CurrencyMaximum Length:15 -
ChargeCurrencyConversionDate: string
(date)
Title:
Currency Conversion Date -
ChargeCurrencyConversionRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30 -
ChargeCurrencyConversionType: string
Title:
Conversion Rate TypeMaximum Length:30 -
ChargeCurrencyExtendedPrecision: integer
(int32)
Title:
Extended PrecisionRead Only:trueDefault Value:5 -
ChargeCurrencyPrecision: integer
(int32)
Title:
PrecisionRead Only:trueDefault Value:2 -
ChargeDescription: string
Read Only:
trueMaximum Length:240 -
ChargeId: integer
(int64)
Title:
Charge ID -
chargeInvoiceAssociations: array
chargeInvoiceAssociations
-
ChargeLineNumber: integer
(int32)
Title:
Line Number -
ChargeLineStatusCode: string
Title:
Charge Line StatusMaximum Length:30Default Value:INCOMPLETE -
ChargeLineStatusMeaning: string
Title:
Charge Line Status MeaningRead Only:trueMaximum Length:80 -
ChargeName: string
Title:
Charge NameMaximum Length:80 -
ChargeNameNew: string
Title:
Charge Name -
chargePurchaseOrderSchedules: array
chargePurchaseOrderSchedules
-
ChargeReferenceAvailable: string
Read Only:
trueMaximum Length:255 -
chargeReferences: array
chargeReferences
-
chargeRelatedLines: array
chargeRelatedLines
-
ChargeServicePOLine: string
-
ChargeServicePONumber: string
-
ChargeServicePOSchedule: string
-
ChargeSupplier: string
-
chargeTransferOrderShipLines: array
Charge Transfer Order Shipment Lines
Title:
Charge Transfer Order Shipment LinesTransfer order shipment lines which are associated with the charge line for the allocation of landed cost charges. -
ConversionType: string
Read Only:
trueMaximum Length:30 -
CreationDate: string
(date-time)
Read Only:
true -
EnteredAmount: number
Read Only:
true -
EstimatedAmountinChargeCurrency: number
Title:
Estimated Amount in Charge Currency -
EstimatedAmountinFunctionalCurrency: number
Title:
Estimated Amount in Functional CurrencyRead Only:true -
EstimatedAmountinTradeOperationCurrency: number
Title:
Estimated Amount in Trade Operation CurrencyRead Only:true -
EstimatedNonrecoverableinTradeOperationCurrency: number
Title:
Estimated Nonrecoverable Tax in Trade Operation CurrencyRead Only:true -
EstimatedNonrecoverableTaxinChargeCurrency: number
Title:
Estimated Nonrecoverable Tax in Trade Operation Currency -
EstimatedNonrecoverableTaxinFunctionalCurrency: number
Title:
Estimated Nonrecoverable Tax in Functional CurrencyRead Only:true -
EstimatedTotalAmountinChargeCurrency: number
Title:
Estimated Total Amount in Charge CurrencyRead Only:true -
EstimatedTotalAmountinFunctionalCurrency: number
Title:
Estimated Total Amount in Functional CurrencyRead Only:true -
EstimatedTotalAmountinTradeOperationCurrency: number
Title:
Estimated Total Amount in Trade Operation CurrencyRead Only:true -
EstimatedTotalinChargeCurrency: number
Read Only:
true -
FirstPartyTaxRegistrationNumber: integer
(int64)
Title:
First Party Tax Registration Number -
FunctionalCurrencyCode: string
Read Only:
trueMaximum Length:255 -
FunctionalCurrencyExtendedPrecision: integer
(int32)
Title:
Extended PrecisionRead Only:trueDefault Value:5 -
FunctionalCurrencyPrecision: integer
(int32)
Title:
PrecisionRead Only:trueDefault Value:2 -
IgnoreDefaultReferences: string
Maximum Length:
255Default Value:N -
IncludePurchaseValueFlag: boolean
Maximum Length:
1 -
Invoice: string
Read Only:
trueMaximum Length:255 -
IsAppliedToReceipts: string
-
IsInvoicePartiallyAssociated: string
Read Only:
trueMaximum Length:255 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationOfFinalDischarge: string
Title:
Location of Final DischargeMaximum Length:255 -
NonrecoverableTax: number
Title:
Estimated Nonrecoverable Tax in Charge CurrencyRead Only:true -
ObjectVersionNumber: integer
(int32)
-
PartyId: integer
Read Only:
true -
PercentageOfPurchaseValue: number
Title:
Percentage of Item Value -
ProductFiscalClassification: string
Title:
Fiscal Product Classification NameMaximum Length:240 -
Rate: number
Title:
Rate -
RequestId: integer
(int64)
Read Only:
true -
RequisitionBULegalEntityId: string
Read Only:
trueMaximum Length:255 -
RunControl: string
Read Only:
trueMaximum Length:30 -
ServicePOFlag: boolean
Title:
Service POMaximum Length:1Default Value:false -
ServicePOLineNumberofCharge: string
Title:
Service PO Line NumberRead Only:trueMaximum Length:40 -
ServicePONumberofCharge: string
Title:
PO NumberRead Only:trueMaximum Length:40 -
ServicePOScheduleofCharge: string
Title:
Service PO ScheduleRead Only:trueMaximum Length:40 -
SupplierforCharge: string
Title:
Supplier SiteMaximum Length:360 -
SupplierId: integer
(int64)
Title:
Supplier ID -
SupplierSiteforCharge: string
Title:
Supplier SiteMaximum Length:240 -
SupplierSiteId: integer
(int64)
Title:
Supplier Site -
TaxApplicableFlag: boolean
Title:
Tax applicableMaximum Length:1 -
TaxationCountryCode: string
Title:
Taxation CountryMaximum Length:2 -
TaxClassificationCode: string
Title:
Tax Classification CodeMaximum Length:30 -
TaxDocumentFiscalClassification: string
Title:
Document Fiscal ClassificationMaximum Length:30 -
TaxDocumentType: string
Title:
Document TypeMaximum Length:30Default Value:CHARGE_ESTIMATE -
TaxFinalDischargeLocationId: integer
(int64)
Title:
Final Discharge Location ID -
TaxLineIntendedUse: string
Title:
Tax Intended UseMaximum Length:240 -
TaxLineType: string
Title:
Line TypeMaximum Length:30Default Value:SERVICES -
TaxProductCategory: string
Title:
Product CategoryMaximum Length:240 -
TaxProductType: string
Title:
Product TypeMaximum Length:40Default Value:SERVICES -
TaxSetId: integer
-
TaxStatus: string
Title:
Tax Status MeaningRead Only:trueMaximum Length:80 -
TaxStatusCode: string
Title:
StatusMaximum Length:30 -
TaxTransactionBusinessCategory: string
Title:
Transaction Business CategoryMaximum Length:240 -
TaxType: string
Title:
Charge Tax TypeMaximum Length:30 -
TentativeFlag: boolean
Title:
TentativeMaximum Length:1Default Value:false -
ThirdPartyTaxRegistrationNumber: integer
(int64)
Title:
Third Party Tax Registration Number -
ToptChargeHistoryId: integer
(int64)
Read Only:
true -
TrackMissingInvoicesFlag: boolean
Title:
Track missing invoicesMaximum Length:1 -
TradeOperationChargeId: integer
(int64)
Title:
Trade Operation Charge ID -
UserDefinedFiscalClassification: string
Title:
User-Defined Fiscal ClassificationMaximum Length:30
arrayCharge Transfer Order Shipment LinesarrayLinksobject-
AssociationMode: string
Title:
Association ModeMaximum Length:255 -
ChargeInvoiceAssociationId: integer
(int64)
Title:
Charge Invoice Association ID -
FunctionalCurrencyAmount: number
Title:
Allocated Actual Amount in Functional Currency -
FunctionalCurrencyCode: string
Title:
Functional Currency CodeMaximum Length:15 -
FunctionalCurrencyExtendedPrecision: integer
(int32)
Title:
Extended PrecisionRead Only:true -
FunctionalCurrencyPrecision: integer
(int32)
Title:
PrecisionRead Only:true -
FunctionalCurrencyTax: number
Title:
Allocated Actual NonRecoverable Tax in Functional Currency -
FunctionalCurrencyTotal: number
Title:
Allocated Actual Total in Functional CurrencyRead Only:true -
InvoiceAmount: number
Title:
Allocated Actual Amount in Invoice Currency -
InvoiceCurrencyCode: string
Title:
Invoice Currency CodeMaximum Length:15 -
InvoiceCurrencyExtendedPrecision: integer
(int32)
Title:
Extended PrecisionRead Only:true -
InvoiceCurrencyPrecision: integer
(int32)
Title:
PrecisionRead Only:true -
InvoiceDate: string
(date-time)
Read Only:
true -
InvoiceId: integer
(int64)
Title:
Invoice ID -
InvoiceLineNumber: integer
(int64)
Title:
Invoice Line Number -
InvoiceNumber: string
Title:
Invoice NumberRead Only:trueMaximum Length:50 -
InvoiceTax: number
Title:
Allocated Actual Nonrecoverable Tax in Invoice Currency -
InvoiceTotal: number
Title:
Allocated Actual Total in Invoice CurrencyRead Only:true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Supplier: string
Title:
SupplierRead Only:trueMaximum Length:360 -
SupplierId: integer
(int64)
Title:
Supplier IDRead Only:true -
SupplierSite: string
Title:
Supplier SiteRead Only:trueMaximum Length:240 -
SupplierSiteId: integer
(int64)
Title:
Supplier Site IDRead Only:true -
TradeOperationCurrencyAmount: number
Title:
Allocated Actual Amount in Trade Operation CurrencyRead Only:true -
TradeOperationCurrencyCode: string
Title:
Document CurrencyRead Only:trueMaximum Length:15 -
TradeOperationCurrencyTax: number
Title:
Allocated Actual NonRecoverable Tax in Trade Operation CurrencyRead Only:true -
TradeOperationCurrencyTotal: number
Title:
Allocated Actual Total in Trade Operation CurrencyRead Only:true
arrayLinksobject-
ActAmountInDocumentCurrency: number
Title:
Allocated Actual Amount in Trade Operation CurrencyRead Only:true -
ActAmountInFuncCurrency: number
Title:
Allocated Actual Amount in Functional CurrencyRead Only:true -
ActAmountInMatRequisitionBUCurrency: number
Title:
Allocated Actual Amount in Material Requisition BU CurrencyRead Only:true -
ActAmountPERUnitInDocumentCurrency: number
Title:
Allocated Actual per Unit Amount in Trade Operation CurrencyRead Only:true -
ActAmountPERUnitInFuncCurrency: number
Title:
Allocated Actual per Unit Amount in Functional CurrencyRead Only:true -
ActAmountPERUnitInMatRequisitionBUCurrency: number
Title:
Allocated Actual per Unit Amount in Material Requisition BU CurrencyRead Only:true -
ActTaxInDocumentCurrency: number
Title:
Allocated Actual NonRecoverable Tax in Trade Operation CurrencyRead Only:true -
ActTaxInFuncCurrency: number
Title:
Allocated Actual NonRecoverable Tax in Functional CurrencyRead Only:true -
ActTaxInMatRequisitionBUCurrency: number
Title:
Allocated Actual NonRecoverable Tax in Material Requisition BU CurrencyRead Only:true -
ActTaxPERUnitInDocumentCurrency: number
Title:
Allocated Actual per Unit NonRecoverable Tax in Trade Operation CurrencyRead Only:true -
ActTaxPERUnitInFuncCurrency: number
Title:
Allocated Actual per Unit NonRecoverable Tax in Functional CurrencyRead Only:true -
ActTaxPERUnitInMatRequisitionBUCurrency: number
Title:
Allocated Actual per Unit NonRecoverable Tax in Material Requisition BU CurrencyRead Only:true -
AllocationBaseFactor: number
Title:
Allocation Base Factor -
AllocationCurrencyCode: string
Title:
Allocation CurrencyMaximum Length:15 -
AllocationPercentage: number
Title:
Allocation Percentage -
AllocationRate: number
Title:
Allocation Rate -
DeliverToInvOrg: string
Title:
Delivered-to Inventory Organization NameRead Only:trueMaximum Length:240 -
DeliverToInvOrgId: integer
(int64)
Title:
Delivered-To Inventory Organization IDRead Only:true -
DestinationType: string
Title:
Destination TypeRead Only:trueMaximum Length:80 -
EstAmountInChargeCurrency: number
Title:
Allocated Estimate Amount in Charge CurrencyRead Only:true -
EstAmountInDocumentCurrency: number
Title:
Allocated Estimate Amount in Trade Operation CurrencyRead Only:true -
EstAmountInFunCurrency: number
Title:
Allocated Estimate Amount in Functional CurrencyRead Only:true -
EstAmountInMatRequisitionBUCurrency: number
Title:
Allocated Estimate Amount in Material Requisition BU CurrencyRead Only:true -
EstAmountPERUnitInChargeCurrency: number
Title:
Allocated Estimate per Unit Amount in Charge CurrencyRead Only:true -
EstAmountPERUnitInDocumentCurrency: number
Title:
Allocated Estimate per Unit Amount in Trade Operation CurrencyRead Only:true -
EstAmountPERUnitInFuncCurrency: number
Title:
Allocated Estimate per Unit Amount in Functional CurrencyRead Only:true -
EstAmountPERUnitInMatRequisitionBUCurrency: number
Title:
Allocated Estimate per Unit Amount in Material Requisition BU CurrencyRead Only:true -
EstTaxInDocumentCurrency: number
Title:
Allocated Estimate NonRecoverable Tax in Trade Operation CurrencyRead Only:true -
EstTaxInFuncCurrency: number
Title:
Allocated Estimate NonRecoverable Tax in Functional CurrencyRead Only:true -
EstTaxInMatRequisitionBUCurrency: number
Title:
Allocated Estimate NonRecoverable Tax in Material Requisitioning BU CurrencyRead Only:true -
EstTaxPERUnitInChargeCurrency: number
Title:
Allocated Estimate per Unit NonRecoverable Tax in Charge CurrencyRead Only:true -
EstTaxPERUnitInDocumentCurrency: number
Title:
Allocated Estimate per Unit NonRecoverable Tax in Trade Operation CurrencyRead Only:true -
EstTaxPERUnitInFuncCurrency: number
Title:
Allocated Estimate per Unit NonRecoverable Tax in Functional CurrencyRead Only:true -
EstTaxPERUnitInMatRequisitionBUCurrency: number
Title:
Allocated Estimate per Unit NonRecoverable Tax in Material Requisition BU CurrencyRead Only:true -
EstTaxtInChargeCurrency: number
Title:
Allocated Estimate NonRecoverable Tax in Charge CurrencyRead Only:true -
ExtendedPrecision: integer
(int32)
Title:
Extended PrecisionRead Only:true -
ItemId: integer
(int64)
Title:
Item IDRead Only:true -
ItemNumber: string
Read Only:
trueMaximum Length:300 -
LandedCostPOScheduleId: integer
(int64)
Title:
Landed Cost PO Schedule ID -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrderedQuantity: number
Title:
Ordered Quantity -
POHeaderId: integer
(int64)
Title:
Purchase Order Header IDRead Only:true -
POItemPrice: number
Title:
Item Price -
POLineId: integer
(int64)
Title:
Purchase Order Line IDRead Only:true -
POLineLocationId: integer
(int64)
Title:
Purchase Order Line Location IDRead Only:true -
POLineNumber: string
Title:
Purchase Order LineRead Only:trueMaximum Length:40 -
PONumber: string
Title:
Purchase OrderRead Only:trueMaximum Length:40 -
POPrimaryUOMCode: string
Maximum Length:
3 -
POQuantityInPrimaryUOM: number
Title:
Ordered Quantity (Secondary UOM) -
POQuantityInSecondaryUOM: number
Title:
Ordered Quantity (Secondary UOM) -
POScheduleAmount: number
Title:
PO Schedule AmountRead Only:true -
POScheduleFuncCurrencyAmount: number
Title:
PO Schedule Functional Currency AmountRead Only:true -
POScheduleNumber: string
Title:
Purchase Order ScheduleRead Only:trueMaximum Length:40 -
POSecondaryUOMCode: string
Maximum Length:
3 -
Precision: integer
(int32)
Title:
PrecisionRead Only:true -
ProcurementBU: string
Title:
Procurement BURead Only:trueMaximum Length:240 -
ProcurementBUId: integer
(int64)
Title:
Procurement Business Unit IDRead Only:true -
ProfitCenterBU: string
Title:
Profit Center BURead Only:trueMaximum Length:240 -
ProfitCenterBUId: integer
(int64)
Title:
Profit Center BU IDRead Only:true -
ReceiptQuantity: number
Title:
Receipt QuantityRead Only:true -
RequisitioningBU: string
Title:
Requisitioning BURead Only:trueMaximum Length:240 -
RequisitioningBUId: integer
(int64)
Title:
Requisitioning BU IDRead Only:true -
ShiptoLocation: string
Title:
Ship-to LocationRead Only:trueMaximum Length:240 -
ShipToLocationId: integer
(int64)
Title:
Ship-To Location IDRead Only:true -
Supplier: string
Title:
SupplierRead Only:trueMaximum Length:360 -
SupplierSite: string
Title:
Supplier SiteRead Only:trueMaximum Length:240 -
SupplierSiteId: integer
(int64)
Title:
Supplier Site IDRead Only:true -
TropChargePoScheduleId: integer
(int64)
-
UnitOfMeasure: string
Title:
Unit of MeasureRead Only:trueMaximum Length:25 -
UOMTypeCode: string
Title:
UOM TypeMaximum Length:30
arrayLinksobject-
Attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
AutoAssociateFlag: boolean
Title:
Automatically Associate on MatchMaximum Length:1Default Value:false -
ChargeReferenceName: string
Title:
Charge Reference Name -
ChargeReferenceTypeDescription: string
Title:
Reference Type DescriptionRead Only:trueMaximum Length:240 -
ChargeReferenceTypeId: integer
(int64)
Title:
Trade Operation Charge Reference Type ID -
ChargeReferenceValueDataType: string
Title:
Reference Data TypeRead Only:trueMaximum Length:80 -
IsDefaultReference: string
Maximum Length:
255Default Value:N -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PreDefinedFlag: boolean
Title:
PredefinedRead Only:trueMaximum Length:1Default Value:false -
ReferenceValueDate: string
(date-time)
Title:
Date Reference -
ReferenceValueNumber: number
Title:
Numeric Reference -
ReferenceValueText: string
Title:
Alphanumeric ReferenceMaximum Length:64 -
TradeOperationChargeId: integer
(int64)
Title:
Trade Operation Charge ID -
TradeOperationChargeReferenceValueId: integer
(int64)
Title:
Trade Operation Charge Reference Value ID
arrayAttachmentsarrayLinksobject-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
arrayLinksobject-
ChargeBU: string
Title:
Charge BURead Only:trueMaximum Length:240 -
ChargeCurrencyPrecision: integer
(int32)
Title:
PrecisionRead Only:true -
ChargeLineNumber: integer
Title:
Related Charge Line Number -
ChargeLineStatus: string
Title:
Charge Line Status MeaningRead Only:trueMaximum Length:80 -
ChargeLineStatusCode: string
Title:
Charge Line StatusRead Only:trueMaximum Length:30 -
ChargeName: string
Title:
Related Charge NameRead Only:trueMaximum Length:80 -
EnteredCurrencyCode: string
Title:
Charge CurrencyRead Only:trueMaximum Length:15 -
IncludePurchaseValueFlag: boolean
Title:
Include item value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PercentageOfItemValue: number
Title:
Percentage of Item Value -
RelatedChargeLineId: integer
(int64)
Title:
Related Charge Line ID -
RelatedChargeLinePercentage: number
Title:
Related Charge Line Percentage -
TotalAmount: number
Title:
Total AmountRead Only:true -
TradeOperationChargeId: integer
(int64)
Title:
Trade Operation Charge ID -
TradeOperationChargeRelatedLineId: integer
(int64)
Title:
Trade Operation Charge Related Line ID
arrayLinksobject-
ActAmountInDocumentCurrency: number
Amount on the charge line in the trade operation currency.
-
ActAmountInFunctionalCurrrency: number
Amount on the charge line in the functional currency of the invoice.
-
ActAmountInMatRequisitionBUCurrency: number
Amount on the charge line in the material requisitioning BU functional currency.
-
ActAmountPERUnitInDocumentCurrency: number
Per unit amount on the charge line in the trade operation currency.
-
ActAmountPERUnitInFunctionalCurrency: number
Read Only:
truePer unit amount on the charge line in the invoice functional currency. -
ActAmountPERUnitInMatRequisitionBUCurrency: number
Per unit amount on the charge line in the material requisitioning BU functional currency.
-
ActTaxInDocumentCurrency: number
Nonrecoverable tax on the charge line in the trade operation currency.
-
ActTaxInFunctionalCurrency: number
Read Only:
trueNonrecoverable tax on the charge line in the invoice functional currency. -
ActTaxInMatRequisitionBUCurrency: number
Read Only:
trueNonrecoverable tax on the charge line in the material requisitioning BU functional currency. -
ActTaxPERUnitInDocumentCurrency: number
Read Only:
truePer unit nonrecoverable tax on the charge line in the trade operation currency. -
ActTaxPERUnitInFunctionalCurrency: number
Read Only:
truePer unit nonrecoverable tax on the charge line in the invoice functional currency. -
ActTaxPERUnitInMatRequisitionBUCurrency: number
Read Only:
truePer unit nonrecoverable tax on the charge line in the material requisitioning BU functional currency. -
AllocationFactor: number
Base factor value used for allocation.
-
AllocationPercentage: number
Read Only:
truePercentage used for charge allocation. -
Currency: string
Title:
Currency NameRead Only:trueMaximum Length:80Currency on the transfer order. -
CurrencyCode: string
Title:
Currency CodeRead Only:trueMaximum Length:15Transfer order currency code. -
DestinationOrganizationCode: string
Read Only:
trueMaximum Length:18Code for the organization receiving goods from the source organization. -
DestinationOrganizationId: integer
(int64)
Read Only:
trueUnique identifier for the destination organization. -
EstAmountInChargeCurrency: number
Read Only:
trueAllocated estimated amount in the charge BU. -
EstAmountInDocumentCurrency: number
Read Only:
trueAllocated estimated amount in the trade operation. -
EstAmountInFunctionalCurrency: number
Read Only:
trueAllocated estimated amount in the invoice functional currency. -
EstAmountInMatRequisitionBUCurrency: number
Read Only:
trueAllocated estimated amount in the material BU currency. -
EstAmountPERUnitInChargeCurrency: number
Read Only:
trueAllocated estimated per unit amount in the charge BU currency. -
EstAmountPERUnitInFunctionalCurrency: number
Read Only:
trueAllocated estimated per unit amount in the invoice functional currency. -
EstAmountPERUnitInMatRequisitionBUCurrency: number
Read Only:
trueAllocated estimated per unit amount in the material BU. -
EstAmountUnitInDocumentCurrency: number
Read Only:
trueAllocated estimated per unit amount in the trade operation. -
EstimatedTransferPrice: number
Estimated unit price from the source organization to the destination organization in the functional currency.
-
EstTaxInChargeCurrency: number
Read Only:
trueEstimated nonrecoverable tax on the charge line. -
EstTaxInDocumentCurrency: number
Read Only:
trueEstimated nonrecoverable tax on the charge line in the trade operation. -
EstTaxInFunctionalCurrency: number
Read Only:
trueEstimated nonrecoverable tax on the charge line in the invoice functional currency. -
EstTaxInMatRequisitionBUCurrency: number
Read Only:
trueEstimated nonrecoverable tax on the charge line in the material BU. -
EstTaxPERUnitInChargeCurrency: number
Read Only:
trueEstimated per unit nonrecoverable tax on the charge line. -
EstTaxPERUnitInFunctionalCurrency: number
Read Only:
trueEstimated per unit nonrecoverable tax on the charge line in the invoice functional currency. -
EstTaxPERUnitInMatRequisitionBUCurrency: number
Read Only:
trueEstimated per unit nonrecoverable tax on the charge line in the material BU. -
EstTaxUnitInDocumentCurrency: number
Read Only:
trueEstimated per unit nonrecoverable tax on the charge line in the trade operation. -
ExtendedPrecision: integer
(int32)
Title:
Extended PrecisionRead Only:trueValue that identifies the extended precision. -
InventoryItemId: integer
(int64)
Read Only:
trueIdentifier for an inventory item. -
InventoryOrganizationId: integer
(int64)
Read Only:
trueIdentifier for the inventory organization. -
ItemNumber: string
Read Only:
trueMaximum Length:300Value that identifies the item number. -
LatestToShipLineChargeActualId: integer
Unique identifier of the latest charge invoice amounts allocated to the transfer order ship line in a trade operation.
-
LatestToShipLineChargeEstimateId: integer
Unique identifier of the latest charge estimate amounts allocated to the transfer order ship line in a trade operation.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationId: integer
(int64)
Read Only:
trueUnique identifier of the location at which the item is delivered. -
LocationName: string
Title:
Display NameRead Only:trueMaximum Length:240Location to which the item is delivered. -
MaterialRequisitionBUCurrencyCode: string
Maximum Length:
15Material requisition BU currency code. -
Precision: integer
(int32)
Title:
PrecisionRead Only:trueValue that identifies the currency precision. -
PrimaryUOMCode: string
Maximum Length:
3Value that identifies the primary UOM. -
QuantityReceived: number
Read Only:
trueQuantity on the transfer order receipt. -
QuantityShipped: number
Read Only:
trueQuantity shipped against the transfer order line. -
Rate: number
Value that indicates the allocation rate.
-
RequestedQuantity: number
Title:
Requested QuantityRead Only:trueRequested quantity on the transfer order line. -
SecondaryQuantityReceived: number
Read Only:
trueQuantity on the transfer order receipt in the secondary UOM. -
SecondaryQuantityShipped: number
Read Only:
trueOrdered quantity on the transfer order in the secondary UOM. -
SecondaryRequestedQuantity: number
Title:
Secondary Requested QuantityRead Only:trueRequested quantity on the transfer order line in the secondary UOM. -
ShipmentHeaderId: integer
(int64)
Read Only:
trueUnique identifier of the shipment header. -
ShipmentLineId: integer
(int64)
Unique identifier of the shipment line.
-
ShipmentLineNumber: integer
(int64)
Read Only:
trueLine number for the shipment for which landed cost charges are applied. -
ShipmentNumber: string
Read Only:
trueMaximum Length:30Value that identifies the shipment number. -
SourceOrganizationCode: string
Read Only:
trueMaximum Length:18Code for the organization transferring goods to the destination organization. -
SourceOrganizationId: integer
(int64)
Read Only:
trueUnique identifier for the organization transferring goods to the destination organization. -
ToshiplineChargeActualId: integer
(int64)
Read Only:
trueUnique identifier of the charge invoice amounts allocated to the transfer order ship line in a trade operation. -
ToshiplineChargeEstimateId: integer
(int64)
Read Only:
trueUnique identifier of the charge amounts allocated to the transfer order ship line in a trade operation. -
TrackedQuantity: number
Tracked quantity on the associated transfer order.
-
TradeOperationChargeId: integer
(int64)
Unique identifier of the trade operation charge.
-
TransferOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transfer order. -
TransferOrderLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transfer order line. -
TransferOrderLineNumber: integer
(int32)
Title:
Transfer Order LineRead Only:trueTransfer order line number for the shipment. -
TransferOrderNumber: string
Title:
Transfer OrderRead Only:trueMaximum Length:50Transfer order number for the shipment. -
TropChargeToShipLineId: integer
(int64)
Unique identifier for the charge line transfer order shipment line association.
-
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure for the transfer order ship line quantity. -
UOMCode: string
Maximum Length:
3Unit of measure for the transfer order ship line quantity.
arrayLinksobject-
ChargeBU: string
Title:
Charge BURead Only:trueMaximum Length:240 -
ItemNumber: string
Title:
ItemRead Only:trueMaximum Length:300 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
POCurrencyCode: string
Title:
PO CurrencyMaximum Length:15 -
POLineLocationId: integer
(int64)
Title:
Purchase Order Line Location ID -
POLineNumber: string
Title:
Purchase Order LineRead Only:trueMaximum Length:40 -
PONumber: string
Title:
PO NumberRead Only:trueMaximum Length:40 -
POPrimaryUOMCode: string
Title:
PO Primary UOMMaximum Length:3 -
POQuantityInPrimaryUOM: number
Title:
Ordered Quantity (Primary UOM) -
POQuantityInSecondaryUOM: number
Title:
Ordered Quantity (Secondary UOM) -
POScheduleAmount: number
Title:
PO Schedule AmountRead Only:true -
POScheduleFuncCurrencyAmount: number
Title:
PO Schedule Functional Currency AmountRead Only:true -
POScheduleNumber: string
Title:
Purchase Order ScheduleRead Only:trueMaximum Length:40 -
POSecondaryUOMCode: string
Title:
PO Secondary UOMMaximum Length:3 -
ProfitCenterBusinessUnit: string
Title:
Business UnitRead Only:trueMaximum Length:240 -
RequisitioningBusinessUnit: string
Title:
Business UnitRead Only:trueMaximum Length:240 -
TradeOperationDefaultPOScheduleId: integer
(int64)
Title:
Trade Operation Default PO Schedule ID -
TradeOperationId: integer
(int64)
Title:
Trade Operation ID -
UnitOfMeasure: string
Title:
Unit of MeasureRead Only:trueMaximum Length:25
arrayLinksobject-
DestinationOrganization: string
Title:
Destination OrganizationRead Only:trueMaximum Length:18 -
DestinationOrganizationId: integer
(int64)
Title:
Destination OrganizationRead Only:true -
HeaderId: integer
(int64)
Title:
Shipment Header IDRead Only:true -
InventoryItemId: integer
(int64)
Title:
Item IDRead Only:true -
ItemNumber: string
Title:
ItemRead Only:trueMaximum Length:300 -
LineId: integer
(int64)
Title:
LineRead Only:true -
LineNumber: integer
(int32)
Title:
Line NumberRead Only:true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QuantityShipped: number
Title:
Shipped QuantityRead Only:true -
RequestedQuantity: number
Title:
Requested QuantityRead Only:true -
ShipmentHeaderId: integer
(int64)
Title:
Shipment Header IDRead Only:true -
ShipmentLineId: integer
(int64)
Title:
Shipment Line ID -
ShipmentLineNumber: integer
(int64)
Title:
Shipment Line NumberRead Only:true -
ShipmentNumber: string
Title:
Shipment NumberRead Only:trueMaximum Length:30 -
ShippedDate: string
(date-time)
Title:
Shipped DateRead Only:true -
SourceOrganization: string
Title:
Source OrganizationRead Only:trueMaximum Length:18 -
SourceOrganizationId: integer
(int64)
Title:
Source OrganizationRead Only:true -
TradeOperationId: integer
(int64)
Title:
Trade Operation ID -
TransferOrder: string
Title:
Transfer OrderRead Only:trueMaximum Length:50 -
TropDefaultToShipLineId: integer
(int64)
-
UnitOfMeasure: string
Title:
Unit of MeasureRead Only:trueMaximum Length:25 -
UOMCode: string
Title:
UOMRead Only:trueMaximum Length:3
arrayLinksobject-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Context Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TradeOperationId: integer
(int64)
arrayLinksobject-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationName: string
Title:
Display NameRead Only:trueMaximum Length:240 -
ShipmentHeaderId: integer
(int64)
-
ShipmentNumber: string
Title:
Shipment NumberMaximum Length:30 -
ShippedDate: string
(date-time)
Read Only:
true -
ShipToLocation: string
Title:
NameRead Only:trueMaximum Length:60 -
Supplier: string
Title:
NameRead Only:trueMaximum Length:360 -
SupplierSite: string
Title:
SiteRead Only:trueMaximum Length:240 -
TradeOperationId: integer
(int64)
Title:
Trade Operation ID -
TradeOperationShipmentId: integer
(int64)
arrayLinks- associateFilteredPOSchedulesAndAllocate
- associateFilteredTOShipmentLinesAndAllocate
- createTradeOperationAndCharges
- createTradeOperationFromFilteredSet
- createTradeOperationFromInvoices
- createTradeOperationFromTemplate
- createTradeOperationFromTemplateForFilterSet
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"
}
]
}