Get all purchase orders
/fscmRestApi/resources/11.13.18.05/purchaseOrders
Request
-
effectiveDate: string
This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
-
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 Finds a purchase order according to the purchase order identifier.
Finder Variables- POHeaderId; integer; Value that uniquely identifies a purchase order.
- findByIntent Finds purchase orders according to the intent.
Finder Variables- Intent; string; Value that uniquely identifies the intent. Valid values are APUser, POUser, and LOBUser.
- POHeaderId; integer; Value that uniquely identifies the purchase order.
- SysEffectiveDate; object;
- PrimaryKey Finds a purchase order according to the purchase order identifier.
-
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:- AcknowledgmentDueDate; string; Date that the application requests the supplier to acknowledge the purchase order.
- BillToBU; string; Business unit that processes supplier invoices for the purchase order.
- BillToBUId; integer; Value that uniquely identifies the business unit that processes supplier invoices for the purchase order.
- BillToLocation; string; Bill-to location where the supplier must send the invoice.
- BillToLocationAddress; string; Value that identifies the bill-to location address to which the supplier must send the invoice.
- BillToLocationId; integer; Value that uniquely identifies the bill-to location.
- Buyer; string; Person responsible for managing the purchase order.
- BuyerDisplayName; string; Display name of the person responsible for managing the purchase order.
- BuyerId; integer; Value that uniquely identifies the buyer.
- BuyerManagedTransportFlag; boolean; Contains one of the following values: true or false. If true, then the buyer or an agent that the buyer designates must arrange transportation, from picking up the requested item to delivering it to the ship-to location that the purchase order specifies. If false, then the supplier must arrange transportation.
- ConfigurationOrderingEnabledFlag; boolean; Contains one of the following values: true or false. If true, then the purchase order supports the ordering of configurations involving model items and options. If false, then the purchase order doesn't support the ordering of such items. Configurations are single shippable units comprising a base model (model item) and optional additions (options).
- CreatedBy; string; User who created the purchase order.
- CreationDate; string; Date and time when the buyer or application creates the purchase order.
- Currency; string; Purchase order currency.
- CurrencyCode; string; Abbreviation that identifies the purchase order currency.
- Description; string; Description of the purchase order.
- DocumentStyle; string; Value that identifies the purchasing document style.
- DocumentStyleId; integer; Value that uniquely identifies the purchasing style of the document.
- FundsStatus; string; Status of the funds associated with the purchase order.
- LastUpdateDate; string; Date and time when the buyer or application most recently updated the purchase order.
- LastUpdatedBy; string; User who most recently updated the purchase order.
- MasterContractId; integer; Value that uniquely identifies the contract from enterprise contracts. This attribute allows a direct connection between execution documents in Oracle Purchasing Cloud and high-level contracts in Oracle Enterprise Contracts Cloud.
- MasterContractNumber; string; Number that identifies the contract from enterprise contracts. This attribute allows a direct connection between execution documents in Oracle Purchasing Cloud and high-level contracts in Oracle Enterprise Contracts Cloud.
- NegotiationSupplierSiteId; integer; Value that uniquely identifies the supplier site stamped on the negotiation.
- NonRecoverableInclusiveTax; number; Nonrecoverable tax amount included in the purchase order amount. The purchaser can't recover this tax.
- NonRecoverableTax; number; Nonrecoverable tax amount not included in the purchase order amount. The purchaser can't recover this tax.
- OrderNumber; string; Number that uniquely identifies the purchase order in the sold-to legal entity.
- OverrideB2BCommunicationFlag; boolean; Contains one of the following values: true or false. If true, the purchase order can't be communicated using B2B communication, and you can communicate it using an alternate communication method such as email. If false, the purchase order must be communicated using B2B communication when the supplier site is configured to receive B2B messages.
- OverridingApprover; string; Overriding first approver identifier to route purchase orders for approval.
- OverridingApproverId; integer; Value that uniquely identifies the user specified on the purchase order as the overriding approver for approval routing.
- POHeaderId; integer; Value that uniquely identifies the purchase order.
- PendingResponseRole; string; Value that identifies the role of the user from whom a response is pending for the change order. This value is populated when the change order status is PENDING APPROVAL, PENDING ACCEPTANCE, or PENDING SIGNATURE. Possible values are APPROVER, BUYER for signature case, and SUPPLIER for signature or acceptance case.
- ProcurementBU; string; Business unit that manages and owns the purchase order.
- ProcurementBUId; integer; Value that uniquely identifies the business unit that manages and owns the purchase order.
- ProgressPaymentFlag; boolean; Contains one of the following values: true or false. If true, then the progress payment is enabled for the style. If false, then the progress payment isn't enabled for the style. This attribute doesn't have a default value.
- RecoverableInclusiveTax; number; Recoverable tax amount included in the purchase order amount. The purchaser can recover this tax.
- RecoverableTax; number; Recoverable tax amount not included in the purchase order amount. The purchaser can recover this tax.
- RequiresSignatureFlag; boolean; Contains one of the following values: true or false. If true, then the purchase order requires signatures to meet legal requirements. If false, then the purchase order doesn't require signatures.
- RequisitionHeaderId; integer; Value that uniquely identifies the requisition header.
- RequisitioningBU; string; Business unit that creates the requisition.
- RequisitioningBUId; integer; Value that uniquely identifies the business unit that creates the requisition.
- SoldToLegalEntity; string; Party financially responsible for purchases on the purchase order.
- SoldToLegalEntityId; integer; Value that uniquely identifies the legal entity that's financially responsible for purchases on the purchase order.
- SpecialHandlingType; string; Type, such as bill-only, that describes the behavior of purchasing documents that need to be handled in a special manner.
- SpecialHandlingTypeCode; string; Abbreviation that identifies the special handling type.
- Status; string; Status of the purchase order relative to the purchase order life cycle.
- StatusCode; string; Abbreviation that identifies the purchase order status in the order life cycle.
- Supplier; string; Supplier who fulfills the item.
- SupplierBccEmailAddress; string; Email address to which a copy of the purchase order communication email is sent without letting other recipients know.
- SupplierCcEmailAddress; string; Email address to which a copy of the purchase order communication email is sent.
- SupplierCommunicationMethod; string; Method by which the purchase order is communicated to the supplier, such as email or fax.
- SupplierCommunicationMethodCode; string; Method by which the purchase order is communicated to the supplier, such as email or fax.
- SupplierEmailAddress; string; Email address of the supplier for communication.
- SupplierFax; string; Fax number used to communicate the purchase order to the supplier.
- SupplierId; integer; Value that uniquely identifies the supplier.
- SupplierPartyId; integer; Value that uniquely identifies the party for the supplier.
- SupplierSite; string; Location that the supplier uses to purchase the item.
- SupplierSiteId; integer; Value that uniquely identifies the supplier site.
-
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".
-
Effective-Of: string
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
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-
AcknowledgeWithinDays: number
Title:
Acknowledge Within DaysRead Only:trueNumber of days the supplier can decide to accept or reject the purchase order. -
AcknowledgmentDueDate: string
(date)
Title:
Acknowledgment Due DateRead Only:trueDate that the application requests the supplier to acknowledge the purchase order. -
AdditionalContactEmail: string
Title:
Additional Contact EmailRead Only:trueMaximum Length:2000Email addresses of additional supplier contacts. These email addresses are used to send purchase orders to supplier contacts involved in the procurement process. -
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
BillToBU: string
Title:
Bill-to BURead Only:trueMaximum Length:240Business unit that processes supplier invoices for the purchase order. -
BillToBUId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit that processes supplier invoices for the purchase order. -
BillToLocation: string
Title:
Bill-to LocationBill-to location where the supplier must send the invoice. -
BillToLocationAddress: string
Title:
Ship-to Location AddressRead Only:trueMaximum Length:255Value that identifies the bill-to location address to which the supplier must send the invoice. -
BillToLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the bill-to location. -
BudgetControlEnabledFlag: boolean
Read Only:
trueMaximum Length:1Value indicating if budgetary control is enabled for a purchase order. -
Buyer: string
Title:
BuyerRead Only:trueMaximum Length:240Person responsible for managing the purchase order. -
BuyerDisplayName: string
Title:
BuyerRead Only:trueMaximum Length:240Display name of the person responsible for managing the purchase order. -
BuyerId: integer
(int64)
Read Only:
trueValue that uniquely identifies the buyer. -
BuyerManagedTransportFlag: boolean
Title:
Buyer Managed TransportationRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the buyer or an agent that the buyer designates must arrange transportation, from picking up the requested item to delivering it to the ship-to location that the purchase order specifies. If false, then the supplier must arrange transportation. -
Carrier: string
Title:
CarrierRead Only:trueMaximum Length:360Company that transports the item through land, sea, or air. -
CarrierId: integer
(int64)
Read Only:
trueValue that uniquely identifies the company that transports the item through land, sea, or air. -
ConfigurationOrderingEnabledFlag: boolean
Title:
Buyer Managed TransportationRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the purchase order supports the ordering of configurations involving model items and options. If false, then the purchase order doesn't support the ordering of such items. Configurations are single shippable units comprising a base model (model item) and optional additions (options). -
ConfirmingOrderFlag: boolean
Title:
Confirming OrderRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the document confirms that the supplier is aware of the purchase order. If false, then the supplier isn't aware of the purchase order. -
ConsignmentTermsFlag: boolean
Title:
Consignment Terms EnabledRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the document style supports consignment. If false, then the document style doesn't support consignment. -
contractDocuments: array
Supporting Documents for Contract Terms
Title:
Supporting Documents for Contract TermsDetails of the supporting document associated with the contract terms of a purchasing document. The information includes the file name, title, description, and category. -
ConversionRate: number
Title:
Conversion RateRead Only:trueConversion rate to use when converting the currency. -
ConversionRateDate: string
(date)
Title:
Conversion DateRead Only:trueDate to use for the conversion rate when converting an ordered amount into another currency. The conversion rate varies depending on the date. -
ConversionRateType: string
Title:
Conversion Rate TypeRead Only:trueMaximum Length:30Rate type that the application uses to determine the currency conversion rate for the purchase order. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the purchase order. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the buyer or application creates the purchase order. -
CreditAmount: number
Title:
CreditRead Only:trueTotal of the amounts from the purchase order lines with a credit line type. -
Currency: string
Title:
CurrencyRead Only:trueMaximum Length:80Purchase order currency. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the purchase order currency. -
CurrentVersionId: integer
(int64)
Read Only:
trueNumber that uniquely identifies the current version of the purchase order. -
DefaultTaxationCountry: string
Title:
Taxation CountryRead Only:trueMaximum Length:80Country where the transaction takes place. This attribute is used for taxation. -
DefaultTaxationCountryCode: string
Title:
Taxation CountryRead Only:trueMaximum Length:2Abbreviation that identifies the country for taxation. -
Description: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the purchase order. -
DFF: array
DFF
-
DiscountAmount: number
Title:
DiscountRead Only:trueTotal of the discount amounts from the purchase order lines. -
DocumentFiscalClassification: string
Title:
Document Fiscal ClassificationRead Only:trueMaximum Length:1996Tax classification used by a tax authority to categorize a document. -
DocumentFiscalClassificationCode: string
Read Only:
trueMaximum Length:240Abbreviation that identifies the document fiscal classification. -
DocumentFiscalClassificationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the document fiscal classification. -
DocumentStyle: string
Title:
Document StyleRead Only:trueMaximum Length:240Value that identifies the purchasing document style. -
DocumentStyleId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchasing style of the document. -
FirstPartyRegistrationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the first-party registration number. -
FirstPartyRegistrationNumber: string
Title:
First-Party Tax Registration NumberRead Only:trueMaximum Length:50Value that's a unique sequence of letters or numbers assigned to a first party by a tax authority when the first party is registered. This attribute is used to identify the first-party registration. -
FOB: string
Title:
FOBRead Only:trueMaximum Length:80Free on board. Location where ownership of the item transfers from the supplier to the buyer. -
FOBCode: string
Title:
FOBRead Only:trueMaximum Length:30Abbreviation that identifies the type of term for free on board for the item. -
FreightTerms: string
Title:
Freight TermsRead Only:trueMaximum Length:80Terms that describe who pays charges to transport the item. -
FreightTermsCode: string
Title:
Freight TermsRead Only:trueMaximum Length:30Abbreviation that identifies the type of freight terms for the purchase order. -
FrozenFlag: boolean
Title:
FrozenRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the purchase order is frozen and modifications aren't allowed. If false, then the purchase order isn't frozen. -
FundsStatus: string
Title:
MeaningRead Only:trueMaximum Length:80Status of the funds associated with the purchase order. -
FundsStatusCode: string
Read Only:
trueMaximum Length:25Code identifying the status of the funds associated with the purchase order. -
globalDFFs: array
globalDFFs
-
ImportSourceCode: string
Title:
Import SourceRead Only:trueMaximum Length:25Value that indicates the source application from which the purchase order was imported. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the buyer or application most recently updated the purchase order. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the purchase order. -
lines: array
Lines
Title:
LinesPurchasing details, such as the item to purchase, quantity, unit of measure, and price. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MasterContractId: integer
(int64)
Read Only:
trueValue that uniquely identifies the contract from enterprise contracts. This attribute allows a direct connection between execution documents in Oracle Purchasing Cloud and high-level contracts in Oracle Enterprise Contracts Cloud. -
MasterContractNumber: string
Title:
Master ContractRead Only:trueMaximum Length:120Number that identifies the contract from enterprise contracts. This attribute allows a direct connection between execution documents in Oracle Purchasing Cloud and high-level contracts in Oracle Enterprise Contracts Cloud. -
MasterContractType: string
Title:
Master Contract TypeType of contract. This attribute specifies the nature of the enterprise contract. The contract type specifies what kind of information you can enter including the presence of lines and contract terms. -
MasterContractTypeId: integer
Value that uniquely identifies the contract type. This attribute specifies the nature of the enterprise contract. The contract type specifies what kind of information you can enter including the presence of lines and contract terms.
-
ModeOfTransport: string
Title:
Mode of TransportRead Only:trueMaximum Length:80Mode of transport that the shipper uses to transport the item, such as land, sea, or air. -
ModeOfTransportCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the mode of transport. -
Negotiation: string
Title:
NegotiationRead Only:trueMaximum Length:255Number that uniquely identifies the negotiation that the purchase order line references. -
NegotiationSupplierSiteId: integer
Read Only:
trueValue that uniquely identifies the supplier site stamped on the negotiation. -
NonRecoverableInclusiveTax: number
Title:
Nonrecoverable Inclusive TaxRead Only:trueNonrecoverable tax amount included in the purchase order amount. The purchaser can't recover this tax. -
NonRecoverableTax: number
Title:
Nonrecoverable TaxRead Only:trueNonrecoverable tax amount not included in the purchase order amount. The purchaser can't recover this tax. -
NoteToReceiver: string
Title:
Note to ReceiverRead Only:trueMaximum Length:1000Note that the receiver can read to get details about how to process the purchase order. -
NoteToSupplier: string
Title:
Note to SupplierRead Only:trueMaximum Length:1000Note that the supplier can read to get details about how to process the purchase order. -
OrderDate: string
(date-time)
Title:
Order DateRead Only:trueDate when the purchase order was communicated to the supplier. -
Ordered: number
Title:
OrderedRead Only:trueTotal of the amounts from the purchase order lines. Doesn't include exclusive taxes. -
OrderedAmountBeforeAdjustments: number
Title:
Ordered Before AdjustmentsRead Only:trueTotal of the amounts from the purchase order lines. doesn't include credits, discounts, or exclusive taxes. -
OrderNumber: string
Title:
OrderRead Only:trueMaximum Length:30Number that uniquely identifies the purchase order in the sold-to legal entity. -
OverrideB2BCommunicationFlag: boolean
Title:
Override B2B communicationRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, the purchase order can't be communicated using B2B communication, and you can communicate it using an alternate communication method such as email. If false, the purchase order must be communicated using B2B communication when the supplier site is configured to receive B2B messages. -
OverridingApprover: string
Title:
Overriding ApproverRead Only:trueMaximum Length:240Overriding first approver identifier to route purchase orders for approval. -
OverridingApproverDisplayName: string
Title:
Overriding ApproverRead Only:trueMaximum Length:240Name of the user specified on the purchase order as the overriding approver for the approval routing. -
OverridingApproverId: integer
(int64)
Read Only:
trueValue that uniquely identifies the user specified on the purchase order as the overriding approver for approval routing. -
PaymentTerms: string
Title:
Payment TermsRead Only:trueMaximum Length:50Terms that the application uses to schedule payments and calculate due dates, discount dates, and discount amounts for each invoice against the purchase order. -
PaymentTermsId: integer
(int64)
Read Only:
trueValue that uniquely identifies the payment terms. -
PayOnReceiptFlag: boolean
Title:
Pay on ReceiptRead Only:trueMaximum Length:25Contains one of the following values: true or false. If true, then the application creates an invoice that requests payment for the item according to the receipt transaction. If false, then the application doesn't require the supplier to create this invoice and instead requests payment according to the receipt of the shipped item. -
PendingResponseRole: string
Title:
Transferred ToRead Only:trueMaximum Length:25Value that identifies the role of the user from whom a response is pending for the change order. This value is populated when the change order status is PENDING APPROVAL, PENDING ACCEPTANCE, or PENDING SIGNATURE. Possible values are APPROVER, BUYER for signature case, and SUPPLIER for signature or acceptance case. -
POHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order. -
ProcurementBU: string
Title:
Procurement BURead Only:trueMaximum Length:240Business unit that manages and owns the purchase order. -
ProcurementBUId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit that manages and owns the purchase order. -
ProgressPaymentFlag: boolean
Title:
Progress Payments EnabledRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the progress payment is enabled for the style. If false, then the progress payment isn't enabled for the style. This attribute doesn't have a default value. -
PurchaseBasis: string
Title:
Purchase BasisRead Only:trueValue that indicates whether the line is for goods or services. -
RecoverableInclusiveTax: number
Title:
Recoverable Inclusive TaxRead Only:trueRecoverable tax amount included in the purchase order amount. The purchaser can recover this tax. -
RecoverableTax: number
Title:
Recoverable TaxRead Only:trueRecoverable tax amount not included in the purchase order amount. The purchaser can recover this tax. -
ReferenceNumber: string
Title:
Reference NumberRead Only:trueMaximum Length:120Document number of the purchase order that the import imported from the legacy application into Oracle Purchasing Cloud. -
RequesterDisplayName: string
Title:
RequesterRead Only:trueName of the deliver-to person or requester if unique among all distributions, else Multiple. -
RequesterId: integer
Read Only:
trueValue that uniquely identifies the deliver-to person or requester. -
RequiredAcknowledgment: string
Title:
Required AcknowledgmentRead Only:trueMaximum Length:80Acknowledgment that the application requires from the supplier. Values include Document and Schedule when supplier must acknowledge the header and schedule of the purchase order, Document when supplier must acknowledge the header of the purchase order, or None when the purchase order doesn't require acknowledgment. -
RequiredAcknowledgmentCode: string
Title:
Required AcknowledgmentRead Only:trueMaximum Length:1Abbreviation that identifies the acknowledgment that the purchase order requires from the supplier. Values include Y for document and schedule, D for document, or N for none. -
RequiresSignatureFlag: boolean
Title:
Requires signatureRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the purchase order requires signatures to meet legal requirements. If false, then the purchase order doesn't require signatures. -
Requisition: string
Title:
RequisitionRead Only:trueMaximum Length:255Number that identifies the requisition. -
RequisitionHeaderId: integer
(int64)
Title:
Nonrecoverable Inclusive TaxRead Only:trueValue that uniquely identifies the requisition header. -
RequisitioningBU: string
Title:
Requisitioning BURead Only:trueMaximum Length:240Business unit that creates the requisition. -
RequisitioningBUId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit that creates the requisition. -
Revision: number
Title:
RevisionRead Only:trueVersions of the purchase order that requires communication to and, as an option, get acknowledgment from the supplier. -
SalesOrder: string
Title:
Customer Sales OrderRead Only:trueMaximum Length:255Identifies the sales order that's to be fulfilled by the material being procured. -
ServiceLevel: string
Title:
Service LevelRead Only:trueMaximum Length:80Priority that determines how quickly to transport the item. -
ServiceLevelCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the service level for the shipping method. -
ShippingMethod: string
Title:
Shipping MethodRead Only:trueMaximum Length:255Transportation method for the carrier or service level for the purchase order. For example, ABC Shipping - AIR - 2nd Day. -
ShipToLocationAddress: string
Title:
Ship-to Location AddressRead Only:trueValue that identifies the common internal or external address where the supplier ships all the items. -
ShipToLocationCode: string
Title:
Ship-to Location CodeRead Only:trueAbbreviation that identifies the location when items are shipped to an internal location. -
ShipToLocationId: integer
Read Only:
trueValue that uniquely identifies the common internal or external location where the supplier ships all the items. -
SoldToLegalEntity: string
Title:
Sold-to Legal EntityRead Only:trueMaximum Length:240Party financially responsible for purchases on the purchase order. -
SoldToLegalEntityId: integer
(int64)
Read Only:
trueValue that uniquely identifies the legal entity that's financially responsible for purchases on the purchase order. -
SourceAgreement: string
Title:
Source AgreementRead Only:trueMaximum Length:255Number that uniquely identifies the source agreement that the purchase order line references. -
specialHandlingDFF: array
specialHandlingDFF
-
SpecialHandlingType: string
Title:
Special Handling TypeRead Only:trueMaximum Length:30Type, such as bill-only, that describes the behavior of purchasing documents that need to be handled in a special manner. -
SpecialHandlingTypeCode: string
Title:
TypeRead Only:trueMaximum Length:30Abbreviation that identifies the special handling type. -
Status: string
Title:
StatusRead Only:trueMaximum Length:80Status of the purchase order relative to the purchase order life cycle. -
StatusCode: string
Title:
Status CodeRead Only:trueMaximum Length:25Abbreviation that identifies the purchase order status in the order life cycle. -
Supplier: string
Title:
SupplierRead Only:trueMaximum Length:360Supplier who fulfills the item. -
SupplierBccEmailAddress: string
Title:
BccRead Only:trueMaximum Length:2000Email address to which a copy of the purchase order communication email is sent without letting other recipients know. -
SupplierCcEmailAddress: string
Title:
CcRead Only:trueMaximum Length:2000Email address to which a copy of the purchase order communication email is sent. -
SupplierCommunicationMethod: string
Title:
Communication MethodRead Only:trueMaximum Length:80Method by which the purchase order is communicated to the supplier, such as email or fax. -
SupplierCommunicationMethodCode: string
Title:
Communication MethodRead Only:trueMaximum Length:25Method by which the purchase order is communicated to the supplier, such as email or fax. -
SupplierContact: string
Title:
Supplier ContactRead Only:trueMaximum Length:360Person who represents the supplier when communicating with the buyer. -
SupplierContactDisplayName: string
Title:
Supplier ContactRead Only:trueMaximum Length:360Display name of the person who represents the supplier when communicating with the buyer. -
SupplierContactId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier contact. -
SupplierEmailAddress: string
Title:
EmailRead Only:trueMaximum Length:2000Email address of the supplier for communication. -
SupplierFax: string
Title:
FaxRead Only:trueMaximum Length:60Fax number used to communicate the purchase order to the supplier. -
SupplierId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier. -
SupplierOrder: string
Title:
Supplier OrderRead Only:trueMaximum Length:25Document number that the supplier created for the purchase order. -
SupplierPartyId: integer
(int64)
Title:
Supplier Party IDRead Only:trueValue that uniquely identifies the party for the supplier. -
SupplierSite: string
Title:
Supplier SiteRead Only:trueMaximum Length:240Location that the supplier uses to purchase the item. -
SupplierSiteId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier site. -
supportingDocuments: array
Supporting Documents for Contract Terms
Title:
Supporting Documents for Contract TermsDetails of the supporting document associated with the contract terms of a purchasing document. The information includes the file name, title, description, and category. -
templateUsages: array
Template Applied to Business Documents
Title:
Template Applied to Business DocumentsThe relationship between the contract template and the business document in which it's used. For example, contract template Subcontracting Terms and Conditions is used in purchase order 11001. -
ThirdPartyRegistrationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the third-party registration. -
ThirdPartyRegistrationNumber: string
Title:
Third-Party Tax Registration NumberRead Only:trueMaximum Length:50Value that's a unique sequence of letters or numbers assigned to a third party or third-party site by a tax authority. This attribute is used to identify the party or party-site level tax registration. -
Total: number
Title:
TotalRead Only:trueOrdered amount plus the exclusive tax amounts for the purchase order. -
TotalTax: number
Title:
Total TaxRead Only:trueExclusive tax amount that the purchase can recover and not recover for the purchase order.
arrayAttachmentsarraySupporting Documents for Contract Termsarray-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPOHeaders":"#/components/schemas/oracle_apps_flex_prc_po_publicEntity_poHeaderGdf_view_PoHeaderGDFFVxUSPOHeadersVO-item-response" } }
arrayLinesarrayLinksarray-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "ORA_PO_BILL_ONLY_HEADERS":"#/components/schemas/oracle_apps_flex_prc_po_publicEntity_poHeaderSHdf_view_POHeaderSHORA__5FPO__5FBILL__5FONLY__5FHEADERSVO-item-response" } }
arraySupporting Documents for Contract TermsarrayTemplate Applied to Business Documentsobject-
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-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAsynchronous tracker ID of the supporting document. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the supporting document. -
CategoryName: string
Title:
CategoryMaximum Length:30Code for the category to which the supporting document is assigned. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueName of the user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILECode that identifies if the supporting document is a file or a URL. -
Description: string
Title:
DescriptionMaximum Length:255Description of the supporting document. -
DmDocumentId: string
Maximum Length:
255Document identifier of the supporting document in the content server. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Path of the folder for the supporting document in the content server. -
DmVersionNumber: string
Maximum Length:
255Version number of the supporting document in the content server. -
DownloadInfo: string
Title:
DownloadInfoJSON object, represented as a string, containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code for the supporting document. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message for the supporting document. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the supporting document. -
FileContents: string
(byte)
Title:
File ContentsFile contents of the supporting document. -
FileName: string
Title:
File NameMaximum Length:2048File name of the supporting document. A file name or URL is required. -
FileUrl: string
Title:
File UrlURL location of the supporting document. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64-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:trueDate when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueName of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionName of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the supporting document. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeUploaded file content type of the supporting document. -
UploadedFileLength: integer
Title:
File SizeUploaded file length of the supporting document. -
UploadedFileName: string
Title:
Uploaded File NameUploaded file name of the supporting document. -
UploadedText: string
Title:
Uploaded TextUploaded text of the supporting document. -
Uri: string
Title:
UriMaximum Length:4000URI of the supporting document. -
Url: string
Title:
UrlMaximum Length:4000URL of the supporting document. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Name of the category to which the supporting document is assigned.
arrayLinksobject-
__FLEX_Context: string
Title:
Context PromptRead Only:trueMaximum Length:30Context Prompt -
__FLEX_Context_DisplayValue: string
Title:
Context PromptContext Prompt -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoHeaderId: integer
(int64)
Read Only:
true
arrayLinksobjectDiscriminator Values
object-
__FLEX_Context: string
Title:
Context SegmentRead Only:trueMaximum Length:150Default Value:FVxUSPOHeadersContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
DataActAwardType: string
Title:
DATA Act Award TypeRead Only:trueMaximum Length:150DATA Act Award Type -
DataActAwardType_Display: string
Title:
DATA Act Award TypeDATA Act Award Type -
EnableForDataActReporting: string
Title:
Enable for DATA Act reportingRead Only:trueMaximum Length:150Enable for DATA Act reporting -
FederalAwardId: string
Title:
Federal Award Identification NumberRead Only:trueMaximum Length:150Federal Award Identification Number -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
parentAwardId: string
Title:
Parent Award IDRead Only:trueMaximum Length:150Parent Award ID -
PoHeaderId: integer
(int64)
Read Only:
true -
ProcurementInstrumentID: string
Title:
Procurement Instrument IdentifierRead Only:trueMaximum Length:150Procurement Instrument Identifier -
UniqueRecordIdentifier: string
Title:
Unique Record IdentifierRead Only:trueMaximum Length:150Unique Record Identifier
arrayLinksobject-
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
BaseModel: string
Title:
Base ModelRead Only:trueMaximum Length:255The buying organization's identification number or code for the model on which the unique configuration is built. -
BaseModelId: integer
(int64)
Read Only:
trueValue that uniquely identifies the buying organization for the model item from which an assemble-to-order configuration was created. -
BaseModelPrice: number
Title:
Base Model PriceRead Only:trueUnit price of the base model from which the configuration was built. -
BasePrice: number
Title:
Base PriceRead Only:trueOriginal price for each unit of the offered item or service. This attribute is associated with a feature that requires opt in. -
BidLineNumber: number
Title:
Response LineRead Only:trueNumber that uniquely identifies the supplier's response line to the negotiation that the purchase order line references. -
BidNumber: number
Title:
Negotiation ResponseRead Only:trueNumber that uniquely identifies the supplier's response to the negotiation that the purchase order line references. -
Category: string
Title:
Category NameRead Only:trueMaximum Length:2400Name of the purchasing category that the purchase order uses to classify the purchase for the order line. -
CategoryCode: string
Read Only:
trueMaximum Length:820Abbreviation that identifies the purchasing category. -
CategoryId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchasing category. -
configurationComponents: array
Configuration Components
Title:
Configuration ComponentsA component, such as a submodel, option class, or option, that's associated with a configured item, created by a customer who selected which options are desired as part of the finished product. -
ConfiguredItemFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the purchased item is a configuration, which is a single shippable unit made of a base model (model item) and optional additions (options). If false, then the purchased item is a standard item. This attribute doesn't have a default value. -
ConsignmentLineFlag: boolean
Title:
Consignment LineRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the item on the purchase order is under consignment. If false, then the item isn't under consignment. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the purchase order line. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the buyer or application created the purchase order line. -
CreditFlag: boolean
Title:
Credit FlagRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the line is a credit line and the price associated with the line is a negative value. If false, then the line isn't a credit line and represents either an item or a service. -
Currency: string
Title:
CurrencyRead Only:trueMaximum Length:80Purchase order currency. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the purchase order currency. -
Description: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the item that the purchase order references. -
DFF: array
DFF
-
Discount: number
Title:
DiscountRead Only:trueValue that indicates the discount percent or amount of the purchase order line. -
DiscountReason: string
Title:
Discount ReasonRead Only:trueMaximum Length:240Reason for the discount. -
DiscountType: string
Title:
MeaningRead Only:trueMaximum Length:80Type of discount that indicates whether the discount is based on amount or percent. -
FundsStatusCode: string
Read Only:
trueMaximum Length:25Code identifying the status of the funds associated with the purchase order line. -
HazardClass: string
Title:
Hazard ClassRead Only:trueMaximum Length:40Name of the hazard class that's used to identify and classify hazardous materials to comply with the safety regulations. -
HazardClassCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the hazard class. -
HazardClassId: integer
(int64)
Read Only:
trueValue that uniquely identifies the hazard class. -
Item: string
Title:
ItemRead Only:trueAbbreviation that uniquely identifies the item on the purchase order. -
ItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the item on the purchase order. -
ItemRevision: string
Title:
Item RevisionRead Only:trueMaximum Length:18Revision number of the item. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the buyer or application most recently updated the purchase order line. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the purchase order line. -
LineNumber: number
Title:
LineRead Only:trueNumber that uniquely identifies the purchase order line. -
LineType: string
Title:
Line TypeRead Only:trueMaximum Length:30Type that indicates whether the purchase order line references an item or a service. -
LineTypeId: integer
(int64)
Read Only:
trueValue that uniquely identifies whether the purchase order line references an item or a service. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Manufacturer: string
Title:
ManufacturerRead Only:trueMaximum Length:700Name of the manufacturer of the item. -
ManufacturerPartNumber: string
Title:
Manufacturer Part NumberRead Only:trueMaximum Length:700Number issued by the manufacturer that uniquely identifies the individual product. -
MaximumRetainageAmount: number
Title:
Maximum Retainage AmountRead Only:trueMaximum amount of retainage that can be withheld on a contract line. -
NegotiatedFlag: boolean
Title:
NegotiatedRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the buyer and the supplier negotiated and agreed on the price before the purchase. If false, then the buyer and the supplier didn't negotiate the price before the purchase. -
Negotiation: string
Title:
NegotiationRead Only:trueMaximum Length:240Number that uniquely identifies the negotiation that the purchase order line references. -
NegotiationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the negotiation that the purchase order line references. -
NegotiationLine: number
Title:
Negotiation LineRead Only:trueNumber that uniquely identifies the negotiation line that the purchase order line references. -
NonRecoverableInclusiveTax: number
Title:
Nonrecoverable Inclusive TaxRead Only:trueNonrecoverable tax amount included in the purchase order line amount. The purchaser can't recover this tax. -
NonRecoverableTax: number
Title:
Nonrecoverable TaxRead Only:trueNonrecoverable tax amount not included in the purchase order line amount. The purchaser can't recover this tax. -
NoteToSupplier: string
Title:
Note to SupplierRead Only:trueMaximum Length:1000Note that the supplier can read to get details about how to process the order line on the purchase order. -
OptionsPrice: number
Title:
Selected Options PriceRead Only:trueValue that identifies the sum of the extended price of all options chosen for each unit of the purchased configuration. -
Ordered: number
Title:
OrderedRead Only:truePrice multiplied by quantity. The purchase order uses this value when the purchase order line contains a quantity. If the purchase order line references a fixed price service, then this attribute contains the same value that the scheduled amount contains. -
OrderNumber: string
Title:
OrderRead Only:trueMaximum Length:30Number that uniquely identifies the purchase order in the sold-to legal entity. -
POHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order. -
POLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order line. -
Price: number
Title:
PriceRead Only:truePrice of the purchase order line. -
PricingUOM: string
Title:
Pricing UOMRead Only:trueMaximum Length:25Unit of measure that the item uses for pricing. -
PricingUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure the item uses for pricing. -
Quantity: number
Title:
QuantityRead Only:trueQuantity of the item on the order line. -
RecoverableInclusiveTax: number
Title:
Recoverable Inclusive TaxRead Only:trueRecoverable tax amount included in the purchase order line amount. The purchaser can recover this tax. -
RecoverableTax: number
Title:
Recoverable TaxRead Only:trueRecoverable tax amount not included in the purchase order line amount. The purchaser can recover this tax. -
schedules: array
Schedules
Title:
SchedulesPurchasing details, such as, ship-to location and delivery date. -
SecondaryQuantity: string
Title:
Secondary QuantityRead Only:trueQuantity on the order line in the secondary unit of measure. Applies when more than one unit of measure controls the item. -
SecondaryUOM: string
Title:
Secondary UOMRead Only:trueSecondary unit of measure to use for the quantity when more than one unit of measure controls the item. -
SecondaryUOMCode: string
Read Only:
trueAbbreviation that identifies the quantity on the order line in the secondary unit of measure. Applies when more than one unit of measure controls the item. -
SourceAgreementId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source agreement that the purchase order line references. -
SourceAgreementLine: number
Title:
Source Agreement LineRead Only:trueNumber that uniquely identifies the source agreement line that the purchase order line references. -
SourceAgreementLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source agreement line that the purchase order line references. -
SourceAgreementNumber: string
Title:
Source AgreementRead Only:trueMaximum Length:30Number that uniquely identifies the source agreement that the purchase order line references. -
SourceAgreementProcurementBU: string
Title:
Source Agreement Procurement BUBusiness unit of the purchase agreement against which this purchase order line is released. -
SourceAgreementProcurementBUId: integer
(int64)
Read Only:
trueValue that uniquely identifies the business unit of the purchase agreement against which this purchase order line is released. -
SourceAgreementType: string
Title:
Source Agreement Document TypeRead Only:trueMaximum Length:80Specifies whether the agreement is a blanket purchase agreement or a contract purchase agreement. -
SourceAgreementTypeCode: string
Read Only:
trueMaximum Length:25Source agreement type. For example, CONTRACT or BLANKET. -
specialHandlingDFF: array
specialHandlingDFF
-
Status: string
Title:
StatusRead Only:trueMaximum Length:80Status of the purchase order line. -
StatusCode: string
Title:
Line StatusRead Only:trueMaximum Length:25Abbreviation that identifies the status of the purchase order line. -
SupplierConfigurationId: string
Title:
Supplier Configuration IDRead Only:trueMaximum Length:150Value that uniquely identifies the configured item that the requester created in the supplier application when creating the requisition. -
SupplierItem: string
Title:
Supplier ItemRead Only:trueMaximum Length:300Number that the supplier uses to identify the item on the purchase order line. -
Total: number
Title:
TotalRead Only:trueOrdered amount plus the exclusive tax amounts on the purchase order line. -
TotalTax: number
Title:
Total TaxRead Only:trueTotal of the exclusive tax amounts that the purchaser can recover and not recover for the purchase order line. -
UNNumber: string
Title:
UN NumberRead Only:trueMaximum Length:20Number that the United Nations uses to identify hazardous material. -
UNNumberCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the number that the United Nations uses to identify hazardous material. -
UNNumberDescription: string
Title:
UN Number DescriptionRead Only:trueMaximum Length:240Description of the hazardous material that the United Nations identification number references. -
UNNumberId: integer
(int64)
Read Only:
trueValue that uniquely identifies the number that the United Nations uses to identify hazardous material. -
UOM: string
Title:
UOMRead Only:trueMaximum Length:25Unit of measure that the item uses for the quantity. -
UOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure. -
WorkOrderProduct: string
Title:
ProductRead Only:trueMaximum Length:300Finished item that the work order in contract manufacturing creates.
arrayAttachmentsarrayConfiguration ComponentsarrayLinksarraySchedulesarray-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "ORA_PO_BILL_ONLY_LINES":"#/components/schemas/oracle_apps_flex_prc_po_publicEntity_poLineSHdf_view_POLineSHORA__5FPO__5FBILL__5FONLY__5FLINESVO-item-response" } }
object-
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-
BaseModel: string
Title:
Base ModelRead Only:trueMaximum Length:255The buying organization's identification number or code for the model on which the unique submodel is built. The submodel makes up part of the configuration. -
BaseModelId: integer
(int64)
Value that uniquely identifies the number or code for the model on which the unique submodel is built. The submodel makes up part of the configuration.
-
ComponentLineId: integer
(int64)
Unique identifier of the component that's part of the configuration.
-
ComponentLineNumber: number
Title:
LineNumber that uniquely identifies the component that's part of the configuration. -
Currency: string
Title:
Currency NameRead Only:trueMaximum Length:80Purchase order currency. -
CurrencyCode: string
Title:
Currency CodeRead Only:trueMaximum Length:15Abbreviation that identifies the purchase order currency. -
Description: string
Title:
DescriptionMaximum Length:240Text describing the component used in the configuration. -
ExtendedPrice: integer
(int64)
Title:
Extended PriceRead Only:trueExtended price of the component used in the configuration. Extended price is calculated as quantity multiplied by price. -
ExtendedPriceWithQualifier: string
Title:
Extended PriceRead Only:trueMaximum Length:255Extended price of the component used in the configuration. Extended price is calculated as quantity multiplied by price. Value is shown in the currency code. -
Item: string
Title:
ItemRead Only:trueMaximum Length:255The buying organization's identification number or code for the component used in the configuration. -
ItemId: integer
(int64)
Title:
ItemValue that uniquely identifies the number or code for the component used in the configuration. -
ItemType: string
Title:
Item TypeRead Only:trueMaximum Length:80Indicates whether the component is a configured product, an option class, or an option. -
ItemTypeCode: string
Maximum Length:
30Abbreviation that identifies whether the component is a configured product, an option class, or an option. -
LineNumber: number
Title:
LineRead Only:trueNumber that uniquely identifies the purchase order line. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrderNumber: string
Title:
OrderRead Only:trueMaximum Length:30Number that uniquely identifies the purchase order in the sold-to legal entity. -
ParentComponentLineId: integer
(int64)
Title:
Parent LineUnique identifier of the parent component. -
ParentComponentLineNumber: number
Title:
Parent LineRead Only:trueNumber that uniquely identifies the parent component line for a component that's included in a configuration. -
POHeaderId: integer
(int64)
Value that uniquely identifies the purchase order.
-
POLineId: integer
(int64)
Value that uniquely identifies the purchase order line.
-
Price: number
Title:
PricePrice of the component used in the configuration. -
PriceWithQualifier: string
Title:
PriceRead Only:trueMaximum Length:255Price of the component used in the configuration. Value is shown in the currency code. -
Quantity: number
Title:
QuantityNumber of units needed to complete a single configuration. -
QuantityWithQualifier: string
Title:
QuantityRead Only:trueMaximum Length:255Number of units needed to complete a single configuration. Value is shown in the unit of measure. -
Revision: string
Title:
RevisionMaximum Length:18Identifier of the version of the component referenced in the configuration details. -
SourceAgreementId: integer
(int64)
Value that uniquely identifies the source agreement that the component references.
-
SourceAgreementLine: number
Title:
Source Agreement LineRead Only:trueNumber that uniquely identifies the source agreement line that the component references. -
SourceAgreementLineId: integer
(int64)
Value that uniquely identifies the source agreement line that the component references.
-
SourceAgreementNumber: string
Title:
Source AgreementRead Only:trueMaximum Length:30Number that uniquely identifies the source agreement that the component references. -
SupplierItem: string
Title:
Supplier ItemMaximum Length:300The supplier's identification number or code for the component used in the configuration. -
UOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure that the component uses for quantity. -
UOMCode: string
Title:
UOMMaximum Length:3Abbreviation that identifies the unit of measure.
arrayLinksobject-
__FLEX_Context: string
Title:
Context PromptRead Only:trueMaximum Length:30Context Prompt -
__FLEX_Context_DisplayValue: string
Title:
Context PromptContext Prompt -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoLineId: integer
(int64)
Read Only:
true
arrayLinksobject-
AccrueAtReceiptFlag: boolean
Title:
Accrue at ReceiptRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then accrue the purchase order schedule at receipt. If false, then don't accrue it at receipt. -
AllowSubstituteReceiptsFlag: boolean
Title:
Allow Substitute ReceiptsRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the purchase order schedule allows the application to use a substitute item in place of the ordered item. If false, then the purchase order schedule doesn't allow a substitute item. -
AssessableValue: number
Title:
Assessable ValueRead Only:trueValue of the product that can be assessable. -
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
BackToBackFlag: boolean
Title:
Back-to-Back OrderRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the sales order exists for the purchase order schedule, and use back-to back-fulfillment. The purchase order schedule fulfills the sales order upon receipt. If false, then the sales order doesn't exist for the purchase order schedule. -
BilledAmount: number
Title:
Invoice MatchedRead Only:trueAmount equivalent of the matched invoice lines based on the purchase price. -
BilledQuantity: number
Title:
Invoiced QuantityRead Only:trueQuantity invoiced against the purchase order schedule. -
Carrier: string
Title:
CarrierRead Only:trueMaximum Length:360Company that transports the item. -
CarrierId: integer
(int64)
Read Only:
trueValue that uniquely identifies the company that transports the item. -
CountryOfOrigin: string
Title:
Country of OriginRead Only:trueMaximum Length:80Country where the organization that ships and exports the item resides. -
CountryOfOriginCode: string
Title:
Country of OriginRead Only:trueMaximum Length:2Abbreviation that identifies the country where the organization resides that ships and exports the item. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the purchase order schedule. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the buyer or application created the purchase order schedule. -
Currency: string
Title:
CurrencyRead Only:trueMaximum Length:80Purchase order currency. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the purchase order currency. -
CustomerItem: string
Title:
Customer ItemRead Only:trueMaximum Length:25Value that identifies the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement. -
CustomerItemDescription: string
Title:
Customer Item DescriptionRead Only:trueMaximum Length:240Description of the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement. -
CustomerPOLineNumber: string
Title:
Customer Purchase Order LineRead Only:trueMaximum Length:50Number that identifies the purchase order line for the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement. -
CustomerPONumber: string
Title:
Customer Purchase OrderRead Only:trueMaximum Length:50Number that identifies the purchase order for the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement. -
CustomerPOScheduleNumber: string
Title:
Customer Purchase Order ScheduleRead Only:trueMaximum Length:50Number that identifies the purchase order schedule for the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement. -
DeliverToLocation: string
Title:
Deliver-to LocationRead Only:trueAbbreviation that identifies the final location that receives the item. -
Description: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work associated with the progress payment schedule. -
DestinationType: string
Title:
Destination TypeRead Only:trueMaximum Length:80Determines how to charge the item. Values include Inventory, Expense, Drop Ship, or Work Order. -
DestinationTypeCode: string
Title:
Destination TypeRead Only:trueMaximum Length:25How to use the item during fulfillment. Values include INVENTORY, EXPENSE, DROP SHIP, or MANUFACTURING. -
DFF: array
DFF
-
distributions: array
Distributions
Title:
DistributionsPurchasing details, such as details about accounting or the project. -
EarlyReceiptToleranceDays: number
Title:
Early Receipt Tolerance in DaysRead Only:trueMaximum number of days the application allows to receive an early shipment. -
FirmFlag: boolean
Title:
FirmRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then the schedule can't be changed by the manufacturing application. If false, then the schedule can be changed by the manufacturing application. This attribute doesn't have a default value. -
globalDFFs: array
globalDFFs
-
InvoiceCloseTolerancePercent: number
Title:
Invoice Close Tolerance PercentRead Only:truePercent that the application uses to determine whether to close a purchase order schedule when the invoice invoices only part of the item. -
InvoiceMatchOption: string
Title:
Invoice Match OptionRead Only:trueMaximum Length:80Determines whether to match the invoice to the purchase order or the receipt. If the purchase order line is under consignment, then match each invoice to the consumption advice. -
InvoiceMatchOptionCode: string
Title:
Invoice Match OptionRead Only:trueMaximum Length:25Determines whether the invoice for the purchase order schedule must match the purchase order or the receipt. Values include C for consumption advice, P for order, or R for receipt. -
KanbanCardNumber: string
Title:
Kanban CardRead Only:trueMaximum Length:200Value that uniquely identifies the Kanban card. -
LastAcceptableDeliveryDate: string
(date)
Title:
Last Acceptable Delivery DateRead Only:trueLast date when the shipper can deliver the item. -
LastAcceptableShipDate: string
(date)
Title:
Last Acceptable Ship DateRead Only:trueLast date when the shipper can ship the item. -
LastAcceptDate: string
(date)
Read Only:
trueLast date when the receiver can receive the item. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the buyer or application most recently updated the purchase order schedule. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the purchase order schedule. -
LateReceiptToleranceDays: number
Title:
Late Receipt Tolerance in DaysRead Only:trueMaximum number of days the application allows to receive a late shipment. -
LineIntendedUse: string
Title:
Intended UseRead Only:trueMaximum Length:240Purpose for which a product is likely to be used in the business by the purchaser. -
LineIntendedUseId: integer
(int64)
Title:
Intended UseRead Only:trueValue that uniquely identifies the intended use of a product in the business by the purchaser. -
LineLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order schedule. -
LineNumber: number
Title:
LineRead Only:trueNumber that uniquely identifies the purchase order line. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationOfFinalDischargeCode: string
Title:
Location of Final DischargeRead Only:trueMaximum Length:255Abbreviation that identifies the final discharge location. -
LocationOfFinalDischargeId: integer
(int64)
Read Only:
trueValue that uniquely identifies the final discharge location. -
MatchApprovalLevelCode: string
Title:
Match Approval LevelRead Only:trueSpecifies how quantities on the purchase order, receipt, inspection, and invoice must match before the buyer can pay the invoice. Values include 2-Way, 3-Way, or 4-Way. -
ModeOfTransport: string
Title:
Mode of TransportRead Only:trueMaximum Length:80Mode of transportation that ships the item, such as truck, air, or boat. -
ModeOfTransportCode: string
Title:
Mode of TransportRead Only:trueMaximum Length:30Abbreviation that identifies the mode of transport. -
NonRecoverableInclusiveTax: integer
(int64)
Title:
Nonrecoverable Inclusive TaxRead Only:trueNonrecoverable tax amount included in the purchase order schedule amount. The purchaser can't recover this tax. -
NonRecoverableTax: number
Title:
Nonrecoverable TaxRead Only:trueNonrecoverable tax amount not included in the purchase order schedule amount. The purchaser can't recover this tax. -
NoteToReceiver: string
Title:
Note to ReceiverRead Only:trueMaximum Length:1000Note that the receiver can read to get details about how to process the purchase order schedule. -
OrchestrationAgreementLineNumber: integer
(int64)
Read Only:
trueNumber that identifies the orchestration agreement line. -
OrchestrationAgreementNumber: string
Title:
Financial Orchestration FlowRead Only:trueMaximum Length:100Number that identifies the orchestration agreement between the legal entities, business units, and trade organizations establishing a trade relationship. -
Ordered: number
Title:
OrderedRead Only:truePrice multiplied by the scheduled quantity. If the purchase order line references a fixed price service, then this attribute contains the same value that the scheduled amount contains. -
OrderNumber: string
Title:
OrderRead Only:trueMaximum Length:30Number that uniquely identifies the purchase order in the sold-to legal entity. -
OriginalPromisedDeliveryDate: string
(date)
Title:
Original Promised Delivery DateRead Only:trueDate when the supplier promises to deliver the item that the buyer ordered. -
OriginalPromisedShipDate: string
(date)
Title:
Original Promised Ship DateRead Only:trueDate when the supplier promises to ship the item that the buyer ordered. -
OverReceiptAction: string
Title:
Overreceipt ActionRead Only:trueMaximum Length:80Action to take when the receipt exceeds the value that the OverReceiptTolerancePercent attribute specifies. Values include None, Reject, or Warning. -
OverReceiptActionCode: string
Title:
Overreceipt ActionRead Only:trueMaximum Length:25Action to take when the receipt exceeds the value that the OverReceiptTolerancePercent attribute specifies. Values include NONE, REJECT, or WARNING. -
OverReceiptTolerancePercent: number
Title:
Overreceipt Tolerance PercentRead Only:truePercent tolerance to use when receiving more than the ordered quantity or amount without starting the action that the OverReceiptActionCode attribute specifies. -
POHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order. -
POLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the parent of the purchase order line. -
POTradingOrganization: string
Read Only:
trueName of the inventory organization reporting to the sold-to legal entity identified on a purchase order. This organization is used for cost accounting the transactions in the sold-to legal entity. -
POTradingOrganizationCode: string
Read Only:
trueAbbreviation that identifies the inventory organization reporting to the sold-to legal entity identified on a purchase order. This organization is used for cost accounting the transactions in the sold-to legal entity. -
POTradingOrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization reporting to the sold-to legal entity identified on a purchase order. This organization is used for cost accounting the transactions in the sold-to legal entity. -
Price: number
Title:
PriceRead Only:truePrice of the purchase order line. -
PricingUOM: string
Title:
Pricing UOMRead Only:trueMaximum Length:25Abbreviation that identifies the unit of measure the item uses for pricing. -
PricingUOMCode: string
Read Only:
trueMaximum Length:3Unit of measure that the item uses for pricing. -
PrimaryTradeRelationshipId: integer
(int64)
Read Only:
trueValue that uniquely identifies the primary trade relationship in an orchestration agreement. -
ProductCategory: string
Title:
Product CategoryRead Only:trueMaximum Length:1996Name of the category used to classify products for tax purposes. -
ProductCategoryCode: string
Title:
Product CategoryRead Only:trueMaximum Length:240Abbreviation that identifies the category used to classify products for tax purposes. -
ProductFiscalClassification: string
Title:
Product Fiscal ClassificationRead Only:trueMaximum Length:240Tax classification used by a tax authority to categorize a product. -
ProductFiscalClassificationCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the fiscal classification of a product by tax authority for tax purposes. -
ProductFiscalClassificationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the fiscal classification of a product by tax authority for tax purposes. It's based on the inventory item category. -
ProductType: string
Title:
Product TypeRead Only:trueMaximum Length:80Value that determines how the tax is calculated. Values include goods and services. -
ProductTypeCode: string
Title:
Product TypeRead Only:trueMaximum Length:240Abbreviation that identifies the product type. -
PromisedDeliveryDate: string
(date)
Title:
Promised Delivery DateRead Only:trueDate when the supplier promises to deliver the item to the buyer. -
PromisedShipDate: string
(date)
Title:
Promised Ship DateRead Only:trueDate when the supplier promises to ship the item to the buyer. -
Quantity: number
Title:
QuantityRead Only:trueScheduled quantity of the item. -
ReceiptCloseTolerancePercent: number
Title:
Receipt Close Tolerance PercentRead Only:truePercent that the application uses to determine whether to close a purchase order schedule when the receiver receives only part of the item. -
ReceiptDateExceptionAction: string
Title:
Receipt Date Exception ActionRead Only:trueMaximum Length:80Action to take when the buyer doesn't receive the purchase ordered quantity or doesn't receive the amount before the value that the Late Receipt Tolerance Days attribute specifies. Values include None, Reject, or Warning. -
ReceiptDateExceptionActionCode: string
Title:
Receipt Date Exception ActionRead Only:trueMaximum Length:25Action to take when the application doesn't receive the purchase ordered quantity or amount before the value that the Late Receipt Tolerance Days attribute specifies. Values include NONE, REJECT, or WARNING. -
ReceiptRouting: string
Title:
Receipt RoutingRead Only:trueMaximum Length:80Routing to use when receiving the item. Values include Standard Receipt, Inspection Required, or Direct Delivery. -
ReceiptRoutingId: integer
(int64)
Title:
Receipt RoutingRead Only:trueHow to simplify transaction entry when routing the receipt. Values include 1 for standard receipt, 2 for inspection required, or 3 for direct delivery. -
ReceivedAmount: number
Title:
ReceivedRead Only:trueAmount received for service lines. -
ReceivedQuantity: number
Title:
Received QuantityRead Only:trueQuantity received against the purchase order schedule. -
RecoverableInclusiveTax: integer
(int64)
Title:
Recoverable Inclusive TaxRead Only:trueRecoverable tax amount included in the purchase order schedule amount. The purchaser can recover this tax. -
RecoverableTax: number
Title:
Recoverable TaxRead Only:trueRecoverable tax amount not included in the purchase order schedule amount. The purchaser can recover this tax. -
RequestedDeliveryDate: string
(date)
Title:
Requested Delivery DateRead Only:trueDate when the buyer requests that the supplier deliver the item. -
RequestedShipDate: string
(date)
Title:
Requested Ship DateRead Only:trueDate when the buyer requests that the supplier ship the item. -
Requester: string
Title:
RequesterRead Only:trueDisplay name of the deliver-to person or requester. -
Requisition: string
Title:
RequisitionRead Only:trueNumber that identifies the requisition. -
RequisitionHeaderId: integer
(int64)
Title:
Nonrecoverable Inclusive TaxRead Only:trueValue that uniquely identifies the requisition header. -
RetainageAmount: number
Title:
RetainageRead Only:trueTotal amount withheld as retainage against the schedule. -
RetainageRate: number
Title:
Retainage RateRead Only:truePercentage of the invoice value that can be withheld as retainage. -
RetainageReleasedAmount: number
Title:
Retainage ReleasedRead Only:trueAmount of retainage released for the schedule. -
SalesOrderLineNumber: string
Title:
Customer Sales Order LineRead Only:trueMaximum Length:50Number that uniquely identifies the sales order line that the purchase order schedule references. -
SalesOrderNumber: string
Title:
Customer Sales OrderRead Only:trueMaximum Length:50Number that uniquely identifies the sales order that the purchase order schedule references. -
SalesOrderScheduleNumber: string
Title:
Customer Sales Order ScheduleRead Only:trueMaximum Length:50Number that uniquely identifies the sales order schedule that the purchase order schedule references. -
ScheduleNumber: number
Title:
ScheduleRead Only:trueNumber that uniquely identifies the purchase order schedule for the purchase order line. -
SecondaryQuantity: number
Title:
Secondary QuantityRead Only:trueScheduled quantity in the secondary unit of measure. Applies when more than one unit of measure controls the item. -
SecondaryUOM: string
Title:
Secondary UOMRead Only:trueMaximum Length:25Secondary unit of measure to use for the quantity when more than one unit of measure controls the item. -
SecondaryUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the scheduled quantity in the secondary unit of measure. Applies when more than one unit of measure controls the item. -
ShippingMethod: string
Title:
Shipping MethodRead Only:trueMaximum Length:255Shipping method on the purchase order schedule. -
ShipToCustomer: string
Title:
Ship-to PartyRead Only:trueMaximum Length:360Name of the party who receives the item that the supplier ships. -
ShipToCustomerContact: string
Title:
Ship-to Customer ContactRead Only:trueMaximum Length:360Name of the contact from the company where the goods are shipped. -
ShipToCustomerContactId: integer
(int64)
Read Only:
trueValue that uniquely identifies the contact from the company where the goods are shipped. -
ShipToCustomerId: integer
(int64)
Read Only:
trueValue that uniquely identifies the third party that receives the item. -
ShipToCustomerLocation: string
Title:
Ship-to Customer LocationRead Only:trueMaximum Length:255Value that identifies the external address where the supplier ships the item. -
ShipToCustomerLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the external location where the supplier ships the item. -
ShipToExceptionAction: string
Title:
Ship-to Exception ActionRead Only:trueMaximum Length:80Action to take if an exception occurs when the receiving location is different from the ship-to location. Values include None, Reject, and Warning. -
ShipToExceptionActionCode: string
Title:
Ship-to Exception ActionRead Only:trueMaximum Length:25How to handle each receipt when the receiving location is different from the ship-to location. Values include NONE, REJECT, or WARNING. -
ShipToLocationCode: string
Title:
LocationRead Only:trueMaximum Length:60Abbreviation that identifies the location where the supplier ships the item. -
ShipToLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the location where the supplier ships the item. -
ShipToOrganization: string
Title:
Ship-to OrganizationRead Only:trueMaximum Length:240Name of the inventory organization that receives the item. -
ShipToOrganizationCode: string
Read Only:
trueMaximum Length:18Abbreviation that identifies the inventory organization where the supplier ships the item. -
ShipToOrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization where the supplier ships the item. -
Status: string
Title:
StatusRead Only:trueMaximum Length:80Status of the purchase order schedule. -
StatusCode: string
Title:
StatusRead Only:trueMaximum Length:25Abbreviation that identifies the status of the purchase order schedule. -
Subinventory: string
Title:
Destination SubinventoryRead Only:trueSubinventory that identifies where to deliver the requested item. -
SupplierOrder: string
Title:
Supplier OrderRead Only:trueMaximum Length:25Number that identifies the document that the supplier created for the purchase order. -
SupplierOrderLineNumber: string
Title:
Supplier Order LineRead Only:trueMaximum Length:25Number or text that the supplier uses to identify a purchase order schedule. -
TaxClassification: string
Title:
Tax ClassificationRead Only:trueMaximum Length:255Grouping of taxes for reporting and processing purposes. -
TaxClassificationCode: string
Title:
Tax Classification CodeRead Only:trueMaximum Length:30Abbreviation that identifies the tax classification. -
Total: number
Title:
TotalRead Only:trueOrdered amount plus the exclusive tax amounts of the purchase order schedule. -
TotalTax: number
Title:
Total TaxRead Only:trueTotal of the exclusive tax amounts that the purchaser can recover and not recover for the purchase order. -
TransactionBusinessCategory: string
Title:
Transaction Business CategoryRead Only:trueMaximum Length:1996Classification or categorization of a transaction. This attribute is used for tax purposes as required by a tax authority. -
TransactionBusinessCategoryCode: string
Title:
Transaction Business CategoryRead Only:trueMaximum Length:240Abbreviation that identifies the classification or categorization of a transaction. This attribute is used for tax purposes as required by a tax authority. -
TransactionBusinessCategoryId: integer
(int64)
Read Only:
trueValue that uniquely identifies the classification or categorization of a transaction. This attribute is used for tax purposes as required by a tax authority. -
Type: string
Title:
TypeRead Only:trueMaximum Length:80Type of payment released based on units of work or a lump sum amount. -
TypeCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the schedule type. -
UOM: string
Title:
UOMRead Only:trueMaximum Length:25Unit of measure in the item quantity. -
UOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure. -
UserDefinedFiscalClassification: string
Title:
User-Defined Fiscal ClassificationRead Only:trueMaximum Length:240Additional classification of the transaction for tax purposes. -
UserDefinedFiscalClassificationCode: string
Title:
User-Defined Fiscal ClassificationRead Only:trueMaximum Length:30Abbreviation that identifies the user-defined fiscal classification. -
WorkOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order in the factory. -
WorkOrderNumber: string
Title:
Work OrderRead Only:trueMaximum Length:120Display number that uniquely identifies the work order in the factory. -
WorkOrderOperationSequence: number
Title:
Operation SequenceRead Only:trueSequence to use when performing each work order operation.
arrayAttachmentsarrayDistributionsarray-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPOLineLocations":"#/components/schemas/oracle_apps_flex_prc_po_publicEntity_poScheduleGdf_view_PoScheduleGDFFVxUSPOLineLocationsVO-item-response" } }
arrayLinksobject-
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-
__FLEX_Context: string
Title:
Context PromptRead Only:trueMaximum Length:30Context Prompt -
__FLEX_Context_DisplayValue: string
Title:
Context PromptContext Prompt -
LineLocationId: integer
(int64)
Read Only:
true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
arrayLinksobject-
BudgetDate: string
(date)
Title:
Budget DateDate to use to determine the time frame when the organization consumed the budget. -
ChartOfAccountId: integer
Read Only:
trueValue that uniquely identifies the chart of accounts. -
ConversionRate: number
Title:
Conversion RateConversion rate to use when converting the currency. -
ConversionRateDate: string
(date)
Title:
Conversion DateDate to use for the conversion rate when converting an amount into another currency. The conversion rate varies depending on date. -
ConversionRateType: string
Title:
Conversion Rate TypeRead Only:trueMaximum Length:30Type of rate that the application uses to determine the currency conversion rate for the purchase order. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the purchase order distribution. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the buyer or application created the purchase order distribution. -
Currency: string
Title:
CurrencyRead Only:trueMaximum Length:80Purchase order currency. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the purchase order currency. -
DeliverToCustomer: string
Title:
NameRead Only:trueMaximum Length:360Name of the third-party that receives the item. -
DeliverToCustomerId: integer
(int64)
Value that uniquely identifies the third-party location that receives the item.
-
DeliverToCustomerLocation: string
Read Only:
trueName of the customer location that receives the item. Applies during a drop ship. -
DeliverToCustomerLocationId: integer
(int64)
Value that uniquely identifies the third-party location that receives the item.
-
DeliverToLocationCode: string
Title:
Deliver-to LocationRead Only:trueAbbreviation that identifies the final location that receives the item. -
DeliverToLocationId: integer
(int64)
Value that uniquely identifies the final location that receives the item.
-
DestinationChargeAccount: string
Title:
Destination Charge AccountRead Only:trueAccount to charge for the cost of the item in the requisitioning business unit. -
DestinationChargeAccountId: integer
(int64)
Value that uniquely identifies the account to charge for the cost of the item in the requisitioning business unit.
-
DestinationSubinventory: string
Title:
Destination SubinventoryMaximum Length:10Subinventory that identifies where to deliver the requested item. -
DestinationVarianceAccount: string
Title:
Destination Variance AccountRead Only:trueAccount to charge for the variation in the purchase price for the purchase in the requisitioning business unit. Applies when the legal entity of the requisitioning business unit's not the same as the sold-to legal entity. -
DestinationVarianceAccountId: integer
(int64)
Value that uniquely identifies the account to charge for the variation in the purchase price for the purchase in the requisitioning business unit. Applies when the legal entity of the requisitioning business unit's not the same as the sold-to legal entity.
-
DFF: array
DFF
-
DistributionNumber: number
Title:
DistributionNumber that uniquely identifies the purchase order distribution for the purchase order schedule. -
globalDFFs: array
globalDFFs
-
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the buyer or application most recently updated the purchase order distribution. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the purchase order distribution. -
LineNumber: number
Title:
LineRead Only:trueNumber that uniquely identifies the purchase order line for the purchase order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NonrecoverableExclusiveTax: number
Title:
Nonrecoverable Exclusive TaxTax that the purchase order amount doesn't contain. The purchaser can't recover this tax. -
NonrecoverableInclusiveTax: number
Title:
Nonrecoverable Inclusive TaxTax that the purchase order amount contains. The purchaser can't recover this tax. -
Ordered: number
Title:
OrderedPrice multiplied by the distribution quantity. Applies when the purchase order line contains a quantity. If the purchase order line references a fixed price service, then this attribute contains the same value that the distribution amount contains. -
OrderNumber: string
Title:
OrderRead Only:trueMaximum Length:30Number that uniquely identifies the purchase order in the sold-to legal entity. -
Percentage: number
Title:
PercentageValue that identifies how much of the cost associated with the items or services will be charged to a particular account. -
POAccrualAccount: string
Title:
PO Accrual AccountRead Only:trueAccount to charge for receipt accrual. Applies when the legal entity of the requisitioning business unit and the sold-to legal entity are the same. -
POAccrualAccountId: integer
(int64)
Value that uniquely identifies the account to charge for receipt accrual. Applies when the legal entity of the requisitioning business unit and the sold-to legal entity are the same.
-
POChargeAccount: string
Title:
PO Charge AccountRead Only:trueAccount to charge for the purchase. Applies when the legal entity of the requisitioning business unit and the sold-to legal entity are the same. -
POChargeAccountId: integer
(int64)
Value that uniquely identifies the account to charge for the purchase. Applies when the legal entity of the requisitioning business unit and the sold-to legal entity are the same.
-
PODistributionId: integer
(int64)
Value that uniquely identifies the purchase order distribution.
-
POHeaderId: integer
(int64)
Value that uniquely identifies the purchase order.
-
POLineId: integer
(int64)
Value that uniquely identifies the parent of the purchase order line.
-
POVarianceAccount: string
Title:
PO Variance AccountRead Only:trueAccount to charge for any price difference between the invoice and the purchase order. -
POVarianceAccountId: integer
(int64)
Value that uniquely identifies the account to charge for the price difference between the invoice and the purchase order.
-
projectDFF: array
projectDFF
-
Quantity: number
Title:
QuantityDistribution quantity of the item that the purchaser is purchasing. -
RecoverableExclusiveTax: number
Title:
Recoverable Exclusive TaxTax that the purchase order amount doesn't contain. The purchaser can recover this tax. -
RecoverableInclusiveTax: number
Title:
Recoverable Inclusive TaxTax that the purchase order amount contains. The purchaser can recover this tax. -
Requester: string
Title:
RequesterRead Only:trueMaximum Length:240Name of the deliver-to person or requester. -
RequesterDisplayName: string
Title:
NameRead Only:trueMaximum Length:240Display name of the deliver-to person or requester. -
RequesterId: integer
(int64)
Value that uniquely identifies the deliver-to person or requester.
-
Requisition: string
Title:
RequisitionRead Only:trueMaximum Length:64Number that identifies the requisition. -
RequisitionDistribution: number
Title:
Requisition DistributionRead Only:trueNumber that uniquely identifies a requisition distribution for the requisition line. -
RequisitionDistributionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requisition distribution. -
RequisitionHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requisition header. -
RequisitionLine: number
Title:
Requisition LineRead Only:trueNumber that uniquely identifies the requisition line for the requisition. -
RequisitionLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requisition line. -
ScheduleNumber: number
Title:
ScheduleRead Only:trueNumber that uniquely identifies the purchase order schedule for the purchase order line. -
Status: string
Title:
StatusRead Only:trueMaximum Length:255Status of the purchase order distribution. -
StatusCode: string
Title:
Status CodeRead Only:trueMaximum Length:255Abbreviation that identifies the status of the purchase order distribution. -
Total: number
Title:
TotalOrdered amount plus the exclusive tax amounts of the purchase order distribution. -
TotalTax: number
Title:
Total TaxTotal of the exclusive tax amounts that the purchaser can recover and not recover for the purchase order distribution. -
UOM: string
Title:
UOMRead Only:trueMaximum Length:25Unit of measure of the item quantity. -
UOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure.
array-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPODistributions":"#/components/schemas/oracle_apps_flex_prc_po_publicEntity_poDistributionGdf_view_PoDistributionGDFFVxUSPODistributionsVO-item-response" } }
arrayLinksarray-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
object-
__FLEX_Context: string
Title:
Context PromptMaximum Length:30Context Prompt -
__FLEX_Context_DisplayValue: string
Title:
Context PromptContext Prompt -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
arrayLinksobjectDiscriminator Values
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:150Default Value:FVxUSPODistributionsContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
betc: string
Title:
BETCMaximum Length:150BETC -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
arrayLinksobjectDiscriminator Values
- AP_Distribution_Sets
- AP_Invoice_Distribution
- AP_Invoice_Line
- EXM_Expense_Report
- EXM_Expense_Report_Line
- INV_Misc_Transactions
- OM_Sales_Order
- PJC_All
- PJC_Expenditure_Batch
- POR_Requisition
- POR_User_Preferences
- PO_Purchase_Order
- PO_Purchase_Order_Line
- PO_Purchase_Order_Schedule
-
AP_Distribution_Sets -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
-
AP_Invoice_Distribution -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
-
AP_Invoice_Line -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
-
EXM_Expense_Report -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
-
EXM_Expense_Report_Line -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
-
INV_Misc_Transactions -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
-
OM_Sales_Order -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFOM__5FSales__5FOrderVO-item-response
-
PJC_All -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPJC__5FAllVO-item-response
-
PJC_Expenditure_Batch -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
-
POR_Requisition -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPOR__5FRequisitionVO-item-response
-
POR_User_Preferences -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
-
PO_Purchase_Order -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
-
PO_Purchase_Order_Line -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
-
PO_Purchase_Order_Schedule -
object
oracle_apps_prc_po_publicEntity_flex_PJCPoTransDistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:AP_Distribution_SetsContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:AP_Invoice_DistributionContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:AP_Invoice_LineContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:EXM_Expense_ReportContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:EXM_Expense_Report_LineContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:INV_Misc_TransactionsContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:OM_Sales_OrderContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
billableFlag: string
Title:
BillableMaximum Length:1Billable -
billableFlag_Display: string
Title:
BillableBillable -
capitalizableFlag: string
Title:
CapitalizableMaximum Length:1Capitalizable -
capitalizableFlag_Display: string
Title:
CapitalizableCapitalizable -
contractId: number
Title:
Contract NumberContract Number -
contractId_Display: string
Title:
Contract NumberContract Number -
expenditureItemDate: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
expenditureTypeId: number
Title:
Expenditure TypeExpenditure Type -
expenditureTypeId_Display: string
Title:
Expenditure TypeExpenditure Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
organizationId: number
Title:
Expenditure OrganizationExpenditure Organization -
organizationId_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
PoDistributionId: integer
(int64)
-
projectId: number
Title:
Project NumberProject Number -
projectId_Display: string
Title:
Project NumberProject Number -
reservedAttribute1: string
Title:
Funding SourceMaximum Length:150Funding Source -
reservedAttribute1_Display: string
Title:
Funding SourceFunding Source -
taskId: number
Title:
Task NumberTask Number -
taskId_Display: string
Title:
Task NumberTask Number -
workTypeId: number
Title:
Work TypeWork Type -
workTypeId_Display: string
Title:
Work TypeWork Type
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PJC_AllContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_DisplayValue: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_DisplayValue: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PJC_Expenditure_BatchContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:POR_RequisitionContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:POR_User_PreferencesContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PO_Purchase_OrderContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PO_Purchase_Order_LineContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PO_Purchase_Order_ScheduleContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PoDistributionId: integer
(int64)
arrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksobjectDiscriminator Values
object-
__FLEX_Context: string
Title:
Context SegmentRead Only:trueMaximum Length:150Default Value:FVxUSPOLineLocationsContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
LineLocationId: integer
(int64)
Read Only:
true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
tradingPartnerBetc: string
Title:
Trading Partner BETCRead Only:trueMaximum Length:150Trading Partner BETC -
tradingPartnerTas: number
Title:
Trading Partner TASRead Only:trueTrading Partner TAS -
tradingPartnerTas_Display: string
Title:
Trading Partner TASTrading Partner TAS
arrayLinksobjectDiscriminator Values
object-
__FLEX_Context: string
Title:
Context PromptRead Only:trueMaximum Length:30Default Value:ORA_PO_BILL_ONLY_LINESContext Prompt -
__FLEX_Context_DisplayValue: string
Title:
Context PromptContext Prompt -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
lot: string
Title:
LotRead Only:trueMaximum Length:150Lot -
PoLineId: integer
(int64)
Read Only:
true -
serialNumber: string
Title:
Serial NumberRead Only:trueMaximum Length:150Serial Number
arrayLinksobjectDiscriminator Values
object-
__FLEX_Context: string
Title:
Context PromptRead Only:trueMaximum Length:30Default Value:ORA_PO_BILL_ONLY_HEADERSContext Prompt -
__FLEX_Context_DisplayValue: string
Title:
Context PromptContext Prompt -
dateOfService: string
(date)
Title:
Date of ServiceRead Only:trueDate of Service -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
physicianName: string
Title:
Physician NameRead Only:trueMaximum Length:150Physician Name -
PoHeaderId: integer
(int64)
Read Only:
true -
referenceNumber: string
Title:
Reference NumberRead Only:trueMaximum Length:150Reference Number
arrayLinksobject-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAsynchronous tracker ID of the supporting document. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the supporting document. -
CategoryName: string
Title:
CategoryMaximum Length:30Code for the category to which the supporting document is assigned. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueName of the user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILECode that identifies if the supporting document is a file or a URL. -
Description: string
Title:
DescriptionMaximum Length:255Description of the supporting document. -
DmDocumentId: string
Maximum Length:
255Document identifier of the supporting document in the content server. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Path of the folder for the supporting document in the content server. -
DmVersionNumber: string
Maximum Length:
255Version number of the supporting document in the content server. -
DownloadInfo: string
Title:
DownloadInfoJSON object, represented as a string, containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code for the supporting document. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message for the supporting document. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the supporting document. -
FileContents: string
(byte)
Title:
File ContentsFile contents of the supporting document. -
FileName: string
Title:
File NameMaximum Length:2048File name of the supporting document. A file name or URL is required. -
FileUrl: string
Title:
File UrlURL location of the supporting document. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64-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:trueDate when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueName of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionName of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the supporting document. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeUploaded file content type of the supporting document. -
UploadedFileLength: integer
Title:
File SizeUploaded file length of the supporting document. -
UploadedFileName: string
Title:
Uploaded File NameUploaded file name of the supporting document. -
UploadedText: string
Title:
Uploaded TextUploaded text of the supporting document. -
Uri: string
Title:
UriMaximum Length:4000URI of the supporting document. -
Url: string
Title:
UrlMaximum Length:4000URL of the supporting document. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Name of the category to which the supporting document is assigned.
arrayLinksobject-
AuthoringParty: string
Maximum Length:
255Indicates which party was the author of the contract terms for the document. -
AuthoringPartyCode: string
Title:
Authoring PartyMaximum Length:30Code that indicates which party was the author of the contract terms for the document. -
AutogenDeviationsFlag: string
Title:
Generate for approvalMaximum Length:1Default Value:YIndicates if deviations should be autogenerated for the business document. -
ContractExpertEnabled: string
Read Only:
trueMaximum Length:1Indicates whether the contract expert feature can be used after the contract template is applied to a business document. Possible values are Y and N. -
ContractFormAttachment: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
ContractSourceCode: string
Title:
Contract SourceMaximum Length:30Indicates the current source of the contract terms for the business document. Valid values are STRUCTURED and ATTACHED. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time of the creation of the record. -
Description: string
Read Only:
trueMaximum Length:2000Description of the contract template used in the business document. -
DocumentId: integer
Unique identifier for the business document that's associated with a contract template.
-
DocumentNumber: string
Title:
Document NumberMaximum Length:150Number of the business document that's associated with a contract template. -
DocumentType: string
Title:
Document TypeMaximum Length:30Code for the document type of the business document that's associated with a contract template. -
DocumentTypeName: string
Title:
Document TypeDocument type of the business document that's associated with a contract template. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Sign in of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MajorVersion: integer
(int64)
Title:
VersionMajor version number of the contract template applied to a business document. -
SimpleContractText: string
(byte)
HTML content of the simple contract terms.
-
SimpleContractYn: string
Maximum Length:
1Indicates whether the contract is simple. -
SourceChangeAllowedFlag: string
Maximum Length:
1Indicates if the contract source is allowed to be changed. -
SourceCode: string
Read Only:
trueMaximum Length:80Source of the template. Possible values are STRUCTURED and ATTACHED. -
TemplateId: number
Title:
Contract Terms TemplateUnique identifier for the contract template used in the business document. -
TemplateId1: integer
(int64)
Read Only:
trueUnique identifier for the contract template used in the business document. -
TemplateName: string
Title:
Current Contract Terms TemplateRead Only:trueMaximum Length:240Name of the contract template used in the business document. -
VersionType: string
Maximum Length:
1Version type of the contract template. It can have the values Current, Amendment, or History.
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.
arrayLinksExamples
This example describes different ways to get all purchase orders.
Get All Purchase Orders
Use the following cURL command to submit a get request on the REST resource.
curl -u username:password "https://servername/fscmRestApi/resources/version/purchaseOrders"
Response Body
The following example includes the contents of the response body in JSON format:
{
"items": [
{
"POHeaderId": 100000019476400,
"OrderNumber": "1000112",
"SoldToLegalEntityId": 204,
"SoldToLegalEntity": "Vision Operations",
"CreationDate": "2009-07-27T11:40:15.292+00:00",
"StatusCode": "INCOMPLETE",
"Status": "Incomplete",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Operations",
"RequisitioningBUId": 204,
"RequisitioningBU": "Vision Operations",
"BillToBUId": 204,
"BillToBU": "Vision Operations",
"Revision": null,
"BuyerId": 25,
"Buyer": "Smith, Pat",
"SupplierId": 1178,
"Supplier": "CDS, Inc",
"SupplierSiteId": 2854,
"SupplierSite": "PITTSBURGH",
"SupplierContactId": 2061,
"SupplierContact": "Brown, John",
"BillToLocationId": 204,
"BillToLocation": "V1- New York City",
"ConversionRateType": "Corporate",
"Ordered": 8000,
"CurrencyCode": "AUD",
"Currency": "Australian Dollar",
"TotalTax": 0,
"Total": 8000,
"Description": null,
"RequiredAcknowledgmentCode": "N",
"RequiredAcknowledgment": "None",
"SupplierOrder": null,
"ReferenceNumber": null,
"AcknowledgmentDueDate": null,
"PaymentTermsId": 10014,
"PaymentTerms": "2/10 NET 30",
"CarrierId": 12519,
"Carrier": "Airborne",
"ModeOfTransportCode": "PARCEL",
"ModeOfTransport": "Parcel",
"ServiceLevelCode": "2DA",
"ServiceLevel": "2nd day air",
"ShippingMethod": "Airborne-Parcel-2nd day air",
"FreightTermsCode": "Due",
"FreightTerms": "Due",
"FOBCode": "Origin",
"FOB": "Origin",
"RequiresSignatureFlag": false,
"AcknowledgeWithinDays": null,
"BuyerManagedTransportFlag": false,
"PayOnReceiptFlag": true,
"ConfirmingOrderFlag": false,
"NoteToSupplier": null,
"NoteToReceiver": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/100000019476400",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/100000019476400",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/100000019476400/child/lines",
"name": "lines",
"kind": "collection"
}
]
},
{
"POHeaderId": 422092,
"OrderNumber": "1000114",
"SoldToLegalEntityId": 204,
"SoldToLegalEntity": "Vision Operations",
"CreationDate": "2009-07-02T11:28:33.193+00:00",
"StatusCode": "ON HOLD",
"Status": "On Hold",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Operations",
"RequisitioningBUId": 204,
"RequisitioningBU": "Vision Operations",
"BillToBUId": 204,
"BillToBU": "Vision Operations",
"Revision": 0,
"BuyerId": 100010026863775,
"Buyer": "Mancia, Matthew",
"SupplierId": 1220,
"Supplier": "CV_SuppC00",
"SupplierSiteId": 1220,
"SupplierSite": "CVSuppC00Site01",
"SupplierContactId": null,
"SupplierContact": null,
"BillToLocationId": 204,
"BillToLocation": "V1- New York City",
"ConversionRateType": null,
"Ordered": 199,
"CurrencyCode": "USD",
"Currency": "US Dollar",
"TotalTax": 0,
"Total": 199,
"Description": "CVPO0005",
"RequiredAcknowledgmentCode": "N",
"RequiredAcknowledgment": "None",
"SupplierOrder": null,
"ReferenceNumber": null,
"AcknowledgmentDueDate": null,
"PaymentTermsId": 10003,
"PaymentTerms": "45 Net (terms date + 45)",
"CarrierId": 12519,
"Carrier": "Airborne",
"ModeOfTransportCode": "PARCEL",
"ModeOfTransport": "Parcel",
"ServiceLevelCode": "2DA",
"ServiceLevel": "2nd day air",
"ShippingMethod": "Airborne-Parcel-2nd day air",
"FreightTermsCode": "Due",
"FreightTerms": "Due",
"FOBCode": "Origin",
"FOB": "Origin",
"RequiresSignatureFlag": false,
"AcknowledgeWithinDays": null,
"BuyerManagedTransportFlag": false,
"PayOnReceiptFlag": true,
"ConfirmingOrderFlag": false,
"NoteToSupplier": null,
"NoteToReceiver": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/422092",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/422092",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/422092/child/lines",
"name": "lines",
"kind": "collection"
}
]
},{
...
}
],
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders",
"name": "purchaseOrders",
"kind": "collection"
}
]
}Get All Purchase Orders According to Order Number
In this example, you use a query operator in the following cURL command to get all purchase orders for order number 1000947.
curl -u username:password "https://servername/fscmRestApi/resources/version/purchaseOrders/?q=OrderNumber=1000947"
Response Body
The following example includes the contents of the response body in JSON format:
{
"items": [
{
"POHeaderId": 100000019476400,
"OrderNumber": "1000947",
"SoldToLegalEntityId": 204,
"SoldToLegalEntity": "Vision Operations",
"CreationDate": "2009-07-27T11:40:15.292+00:00",
"StatusCode": "INCOMPLETE",
"Status": "Incomplete",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Operations",
"RequisitioningBUId": 204,
"RequisitioningBU": "Vision Operations",
"BillToBUId": 204,
"BillToBU": "Vision Operations",
"Revision": null,
"BuyerId": 25,
"Buyer": "Smith, Pat",
"SupplierId": 1178,
"Supplier": "CDS, Inc",
"SupplierSiteId": 2854,
"SupplierSite": "PITTSBURGH",
"SupplierContactId": 2061,
"SupplierContact": "Brown, John",
"BillToLocationId": 204,
"BillToLocation": "V1- New York City",
"ConversionRateType": "Corporate",
"Ordered": 8000,
"CurrencyCode": "AUD",
"Currency": "Australian Dollar",
"TotalTax": 0,
"Total": 8000,
"Description": null,
"RequiredAcknowledgmentCode": "N",
"RequiredAcknowledgment": "None",
"SupplierOrder": null,
"ReferenceNumber": null,
"AcknowledgmentDueDate": null,
"PaymentTermsId": 10014,
"PaymentTerms": "2/10 NET 30",
"CarrierId": 12519,
"Carrier": "Airborne",
"ModeOfTransportCode": "PARCEL",
"ModeOfTransport": "Parcel",
"ServiceLevelCode": "2DA",
"ServiceLevel": "2nd day air",
"ShippingMethod": "Airborne-Parcel-2nd day air",
"FreightTermsCode": "Due",
"FreightTerms": "Due",
"FOBCode": "Origin",
"FOB": "Origin",
"RequiresSignatureFlag": false,
"AcknowledgeWithinDays": null,
"BuyerManagedTransportFlag": false,
"PayOnReceiptFlag": false,
"ConfirmingOrderFlag": false,
"NoteToSupplier": null,
"NoteToReceiver": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/100000019476400",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/100000019476400",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/100000019476400/child/lines",
"name": "lines",
"kind": "collection"
}
]
},
{
"POHeaderId": 422092,
"OrderNumber": "1000947",
"SoldToLegalEntityId": 206,
"SoldToLegalEntity": "Vision City Operations",
"CreationDate": "2009-07-02T11:28:33.193+00:00",
"StatusCode": "ON HOLD",
"Status": "On Hold",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Operations",
"RequisitioningBUId": 204,
"RequisitioningBU": "Vision Operations",
"BillToBUId": 204,
"BillToBU": "Vision Operations",
"Revision": 0,
"BuyerId": 100010026863775,
"Buyer": "Mancia, Matthew",
"SupplierId": 1220,
"Supplier": "CV_SuppC00",
"SupplierSiteId": 1220,
"SupplierSite": "CVSuppC00Site01",
"SupplierContactId": null,
"SupplierContact": null,
"BillToLocationId": 204,
"BillToLocation": "V1- New York City",
"ConversionRateType": null,
"Ordered": 199,
"CurrencyCode": "USD",
"Currency": "US Dollar",
"TotalTax": 0,
"Total": 199,
"Description": "CVPO0005",
"RequiredAcknowledgmentCode": "N",
"RequiredAcknowledgment": "None",
"SupplierOrder": null,
"ReferenceNumber": null,
"AcknowledgmentDueDate": null,
"PaymentTermsId": 10003,
"PaymentTerms": "45 Net (terms date + 45)",
"CarrierId": 12519,
"Carrier": "Airborne",
"ModeOfTransportCode": "PARCEL",
"ModeOfTransport": "Parcel",
"ServiceLevelCode": "2DA",
"ServiceLevel": "2nd day air",
"ShippingMethod": "Airborne-Parcel-2nd day air",
"FreightTermsCode": "Due",
"FreightTerms": "Due",
"FOBCode": "Origin",
"FOB": "Origin",
"RequiresSignatureFlag": false,
"AcknowledgeWithinDays": null,
"BuyerManagedTransportFlag": false,
"PayOnReceiptFlag": true,
"ConfirmingOrderFlag": false,
"NoteToSupplier": null,
"NoteToReceiver": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/422092",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/422092",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/422092/child/lines",
"name": "lines",
"kind": "collection"
}
]
},{
...
}
],
"count": 3,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders",
"name": "purchaseOrders",
"kind": "collection"
}
]
}Get All Purchase Orders According to the Sold-to Legal Entity
In this example, you use the following cURL command to get purchase orders where the Sold To Legal Entity is Vision Operations.
curl -u username:password "https://servername/fscmRestApi/resources/version/purchaseOrders/?q=SoldToLegalEntity='Vision+Operations'"
Response Body
The following example includes the contents of the response body in JSON format:
{
"items": [
{
"POHeaderId": 100000019476400,
"OrderNumber": "1000947",
"SoldToLegalEntityId": 204,
"SoldToLegalEntity": "Vision Operations",
"CreationDate": "2009-07-27T11:40:15.292+00:00",
"StatusCode": "INCOMPLETE",
"Status": "Incomplete",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Operations",
"RequisitioningBUId": 204,
"RequisitioningBU": "Vision Operations",
"BillToBUId": 204,
"BillToBU": "Vision Operations",
"Revision": null,
"BuyerId": 25,
"Buyer": "Smith, Pat",
"SupplierId": 1178,
"Supplier": "CDS, Inc",
"SupplierSiteId": 2854,
"SupplierSite": "PITTSBURGH",
"SupplierContactId": 2061,
"SupplierContact": "Brown, John",
"BillToLocationId": 204,
"BillToLocation": "V1- New York City",
"ConversionRateType": "Corporate",
"Ordered": 8000,
"CurrencyCode": "AUD",
"Currency": "Australian Dollar",
"TotalTax": 0,
"Total": 8000,
"Description": null,
"RequiredAcknowledgmentCode": "N",
"RequiredAcknowledgment": "None",
"SupplierOrder": null,
"ReferenceNumber": null,
"AcknowledgmentDueDate": null,
"PaymentTermsId": 10014,
"PaymentTerms": "2/10 NET 30",
"CarrierId": 12519,
"Carrier": "Airborne",
"ModeOfTransportCode": "PARCEL",
"ModeOfTransport": "Parcel",
"ServiceLevelCode": "2DA",
"ServiceLevel": "2nd day air",
"ShippingMethod": "Airborne-Parcel-2nd day air",
"FreightTermsCode": "Due",
"FreightTerms": "Due",
"FOBCode": "Origin",
"FOB": "Origin",
"RequiresSignatureFlag": false,
"AcknowledgeWithinDays": null,
"BuyerManagedTransportFlag": false,
"PayOnReceiptFlag": true,
"ConfirmingOrderFlag": false,
"NoteToSupplier": null,
"NoteToReceiver": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/100000019476400",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/100000019476400",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/100000019476400/child/lines",
"name": "lines",
"kind": "collection"
}
]
},
{
"POHeaderId": 421786,
"OrderNumber": "1000725",
"SoldToLegalEntityId": 204,
"SoldToLegalEntity": "Vision Operations",
"CreationDate": "2010-04-30T04:27:51.773+00:00",
"StatusCode": "OPEN",
"Status": "Open",
"ProcurementBUId": 204,
"ProcurementBU": "Vision Operations",
"RequisitioningBUId": 204,
"RequisitioningBU": "Vision Operations",
"BillToBUId": 204,
"BillToBU": "Vision Operations",
"Revision": 0,
"BuyerId": 100010024202242,
"Buyer": "Johnson, Andrew",
"SupplierId": 495,
"Supplier": "Office Depot, Inc",
"SupplierSiteId": 2524,
"SupplierSite": "84",
"SupplierContactId": null,
"SupplierContact": null,
"BillToLocationId": 204,
"BillToLocation": "V1- New York City",
"ConversionRateType": null,
"Ordered": 1990,
"CurrencyCode": "USD",
"Currency": "US Dollar",
"TotalTax": 0,
"Total": 1990,
"Description": "zBIA_May_03",
"RequiredAcknowledgmentCode": "N",
"RequiredAcknowledgment": "None",
"SupplierOrder": null,
"ReferenceNumber": null,
"AcknowledgmentDueDate": null,
"PaymentTermsId": 10045,
"PaymentTerms": "1/10 NET 30",
"CarrierId": null,
"Carrier": null,
"ModeOfTransportCode": null,
"ModeOfTransport": null,
"ServiceLevelCode": null,
"ServiceLevel": null,
"ShippingMethod": "",
"FreightTermsCode": "Due",
"FreightTerms": "Due",
"FOBCode": "Destination",
"FOB": "Destination",
"RequiresSignatureFlag": false,
"AcknowledgeWithinDays": null,
"BuyerManagedTransportFlag": false,
"PayOnReceiptFlag": true,
"ConfirmingOrderFlag": false,
"NoteToSupplier": null,
"NoteToReceiver": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/421786",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/421786",
"name": "purchaseOrders",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders/421786/child/lines",
"name": "lines",
"kind": "collection"
}
]
},{
...
}
],
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/purchaseOrders",
"name": "purchaseOrders",
"kind": "collection"
}
]
}