Get all suppliers
get
/fscmRestApi/resources/11.13.18.05/suppliers
Request
Query Parameters
-
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:- ActiveSuppliersFinder: Finds active suppliers in the application.
Finder Variables:- BindSysdate; string; Value that uniquely identifies the system date.
- FindByBilltoBU: Finds suppliers according to the business unit enabled for billing.
Finder Variables:- BilltoBuId; integer; Value that uniquely identifies the bill-to business unit.
- FindByRequisitionBU: Finds suppliers according to the site that you can use to create requisitions in a requisitioning business unit.
Finder Variables:- BindPurchaseFlag; string; Contains one of the following values: true or false. If true, then the supplier site is a purchasing site. If false, then the supplier site is not a purchasing site.
- BindReqBuId; integer; Value that uniquely identifies the requisitioning business unit. The procurement business unit provides items to the requisitioning business unit.
- BindSourcingOnlyFlag; string; Contains one of the following values: true or false. If true, then the supplier site is a sourcing site. If false, then the supplier site is not a sourcing site.
- PrimaryKey: Finds suppliers according to the primary key.
Finder Variables:- SupplierId; integer; Value that uniquely identifies the supplier.
- PrimaryKeyFinder: Finds suppliers according to the primary key.
Finder Variables:- SupplierId; integer; Value that uniquely identifies the supplier.
- ActiveSuppliersFinder: Finds active suppliers in the application.
-
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:- AlternateName; string; Alternate name of the supplier.
- BusinessRelationship; string; Business relationship between the enterprise and the supplier.
- BusinessRelationshipCode; string; Abbreviation that identifies the business relationship between the enterprise and the supplier. A list of accepted values is defined in the lookup type ORA_POZ_BUSINESS_RELATIONSHIP. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
- CreationDate; string; Date when the application created the supplier.
- DUNSNumber; string; Data Universal Numbering System (DUNS) that identifies the supplier business.
- DataFoxId; string; Value that uniquely identifies a company tracked by Oracle DataFox, which is linked to the supplier. This attribute is not currently used.
- FiscalYearEndMonth; string; Month when the fiscal year ends in the supplier organization.
- InactiveDate; string; Date when the supplier is no longer active.
- OBNEnabledFlag; boolean; Contains one of the following values: true, false, or null. If true, then the supplier has an OBN account as a trading partner. If false, then the supplier doesn't have an OBN account. If null, then the supplier's OBN account status check hasn't been completed yet. This attribute isn't currently used.
- ParentSupplier; string; Name of the parent supplier.
- ParentSupplierId; integer; Value that uniquely identifies the parent supplier.
- Supplier; string; Name of the supplier.
- SupplierId; integer; Value that uniquely identifies the supplier.
- SupplierNumber; string; Number that identifies the supplier.
- SupplierPartyId; integer; Value that uniquely identifies the supplier party.
- SupplierType; string; Type of supplier.
- SupplierTypeCode; string; Abbreviation that identifies the type of supplier. A list of accepted values is defined in the lookup type POZ_VENDOR_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Supplier Type Lookup task.
- TaxOrganizationType; string; Type of tax organization for the supplier.
- TaxOrganizationTypeCode; string; Abbreviation that identifies the type of tax organization for the supplier. A list of accepted values is defined in the lookup type POZ_ORGANIZATION_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Tax Organization Type Lookup task.
- TaxRegistrationNumber; string; Identification number for value added tax that some countries use, such as countries in the European Union.
- TaxpayerId; string; Value that uniquely identifies the supplier for taxation purposes.
-
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".
Header Parameters
-
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.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
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.
Root Schema : suppliers
Type:
Show Source
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.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-item-response
Type:
Show Source
object-
addresses: array
Addresses
Title:
AddressesThe Addresses resource manages supplier addresses. -
Alias: string
Title:
AliasMaximum Length:360Alternate internal name for the organization. -
AlternateName: string
Title:
Alternate NameMaximum Length:360Alternate name of the supplier. -
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource manages attachments for a supplier. -
BusinessClassificationNotApplicableFlag: boolean
Maximum Length:
1Default Value:falseContains one of the following values: true or false. If true, then no current business classification applies for the supplier. If false, then business classifications do apply. The default value is false. -
businessClassifications: array
Business Classifications
Title:
Business ClassificationsThe Business Classifications resource manages supplier business classifications. -
BusinessRelationship: string
Title:
Business RelationshipMaximum Length:80Business relationship between the enterprise and the supplier. -
BusinessRelationshipCode: string
Title:
Business RelationshipMaximum Length:30Abbreviation that identifies the business relationship between the enterprise and the supplier. A list of accepted values is defined in the lookup type ORA_POZ_BUSINESS_RELATIONSHIP. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ChiefExecutiveName: string
Title:
Chief Executive NameMaximum Length:240Name of the chief executive officer in the supplier organization. -
ChiefExecutiveTitle: string
Title:
Chief Executive TitleMaximum Length:240Title of the chief executive officer in the supplier organization. -
contacts: array
Contacts
Title:
ContactsThe Contacts resource manages supplier contacts. -
CorporateWebsite: string
Title:
Corporate Web SiteMaximum Length:150Website of the supplier. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the supplier record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the application created the supplier. -
CreationSource: string
Title:
Creation SourceRead Only:trueMaximum Length:80Source that the application uses to create the supplier. A list of accepted values is defined in the lookup type POZ_CREATION_SOURCE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
CreationSourceCode: string
Title:
Creation SourceRead Only:trueMaximum Length:25Default Value:WEB_SERVICEAbbreviation that identifies the source that the application uses to create the supplier. -
CurrentFiscalYearPotentialRevenue: number
Title:
Current Fiscal Year's Potential RevenuePotential revenue for the supplier organization in the current fiscal year. -
CustomerNumber: string
Title:
Customer NumberMaximum Length:25Number that the supplier uses to identify the buying organization. -
DataFoxCompanyName: string
Maximum Length:
360Company name provided by Oracle DataFox intelligence. This attribute is not currently used. -
DataFoxCompanyPrimaryURL: string
Maximum Length:
150Primary URL of the company provided by Oracle DataFox intelligence. This attribute is not currently used. -
DataFoxCountry: string
Maximum Length:
2Country in which the company is present provided by Oracle DataFox intelligence. This attribute is not currently used. -
DataFoxEIN: string
Maximum Length:
30Employer identification number provided by Oracle DataFox intelligence. This attribute is not currently used. -
DataFoxId: string
Maximum Length:
30Value that uniquely identifies a company tracked by Oracle DataFox, which is linked to the supplier. This attribute is not currently used. -
DataFoxLastSyncDate: string
(date-time)
Date when the supplier profile was most recently synchronized with Oracle DataFox intelligence. This attribute is not currently used.
-
DataFoxLegalName: string
Maximum Length:
360Legal name of the company provided by Oracle DataFox intelligence. This attribute is not currently used. -
DataFoxNAICSCode: string
Maximum Length:
25NAICS code provided by Oracle DataFox intelligence. This attribute is not currently used. -
DataFoxScore: integer
(int64)
Intelligence score for the supplier provided by Oracle DataFox. This attribute is not currently used.
-
DataFoxScoringCriteria: string
Maximum Length:
4000Contains details about Oracle DataFox scoring criteria. This attribute isn't currently used. -
DFF: array
Flexfields for Suppliers
Title:
Flexfields for SuppliersThe Flexfields for Suppliers resource manages supplier descriptive flexfields. -
DUNSNumber: string
Title:
D-U-N-S NumberMaximum Length:30Data Universal Numbering System (DUNS) that identifies the supplier business. -
FederalIncomeTaxType: string
Title:
Federal Income Tax TypeMaximum Length:80Type of income tax for the supplier. -
FederalIncomeTaxTypeCode: string
Title:
Taxpayer IDMaximum Length:10Abbreviation that identifies the type of income tax for a reportable supplier according to the 1099 tax code in the United States. -
FederalReportableFlag: boolean
Title:
Federal ReportableMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then supplier is reportable to the Internal Revenue Service in the United States for the 1099 tax code. If false, then the supplier is not reportable. The default value is false. -
FiscalYearEndMonth: string
Maximum Length:
80Month when the fiscal year ends in the supplier organization. -
FiscalYearEndMonthCode: string
Title:
Fiscal Year End MonthMaximum Length:30Abbreviation that identifies the month when the fiscal year ends in the supplier organization. A list of accepted values is defined in the lookup type MONTH. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
globalDFF: array
Global Flexfields for Suppliers
Title:
Global Flexfields for SuppliersThe Global Flexfields for Suppliers resource manages supplier global descriptive flexfields. -
InactiveDate: string
(date)
Title:
Inactive DateDate when the supplier is no longer active. -
IndustryCategory: string
Maximum Length:
30Industry category code for the supplier provided by Oracle DataFox intelligence. This attribute is not currently used. -
IndustrySubcategory: string
Maximum Length:
30Industry subcategory code for the supplier provided by Oracle DataFox intelligence. This attribute is not currently used. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the user most recently updated the supplier record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the supplier record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MissionStatement: string
Title:
Mission StatementMaximum Length:2000Mission statement that the supplier uses. -
NameControl: string
Title:
Name ControlMaximum Length:4First four characters of the last name of a supplier who is reportable to the Internal Revenue Service in the United States for the 1099 tax code. -
NationalInsuranceNumber: string
Title:
National Insurance NumberNumber that uniquely identifies a supplier who is a person. Some countries use this number to track work, taxation, and government benefits for each person. -
NationalInsuranceNumberExistsFlag: boolean
Title:
National Insurance Number ExistsMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then a value exists for the National Insurance number. If false, then a value does not exist for the National Insurance number. This attribute is not updatable. The default value is false. -
OBNEnabledFlag: boolean
Title:
OBN EnabledRead Only:trueMaximum Length:2Contains one of the following values: true, false, or null. If true, then the supplier has an OBN account as a trading partner. If false, then the supplier doesn't have an OBN account. If null, then the supplier's OBN account status check hasn't been completed yet. This attribute isn't currently used. -
OFACSources: string
Maximum Length:
4000Contains details about specific lists in the US Government consolidated screening list that the supplier is currently on. The consolidated screening list includes, among others, those from the Office of Foreign Assets Control. This attribute is not currently used. -
OneTimeSupplierFlag: boolean
Title:
One-time supplierMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the supplier is a one-time supplier. If false, then the supplier is not a one-time supplier. The default value is false. -
OnOFACListFlag: boolean
Contains one of the following values: true or false. If true, then the supplier is on the US Government consolidated screening list, which includes, among others, those from the Office of Foreign Assets Control. If false, the supplier isn't on the list. This attribute is not currently used.
-
ParentSupplier: string
Title:
Parent SupplierMaximum Length:360Name of the parent supplier. -
ParentSupplierId: integer
Value that uniquely identifies the parent supplier.
-
ParentSupplierNumber: string
Title:
Parent Supplier NumberRead Only:trueMaximum Length:30Number that identifies the parent supplier. -
PreferredFunctionalCurrency: string
Title:
Preferred Functional CurrencyMaximum Length:80Currency that the supplier uses. -
PreferredFunctionalCurrencyCode: string
Title:
Preferred Functional CurrencyMaximum Length:15Abbreviation that identifies the currency that the supplier uses. -
PrincipalName: string
Title:
Principal NameMaximum Length:240Name of the principal officer in the supplier organization. -
PrincipalTitle: string
Title:
Principal TitleMaximum Length:240Title of the principal officer in the supplier organization. -
productsAndServices: array
Products and Services
Title:
Products and ServicesThe Products and Services resource manages supplier products and services. -
RegistryId: string
Title:
Registry IDRead Only:trueMaximum Length:30Value that uniquely identifies the party in the supplier relationship. -
sites: array
Sites
Title:
SitesThe Supplier Sites resource manages supplier sites. -
StandardIndustryClass: string
Title:
SICMaximum Length:25Classification number that the industry uses. -
StateReportableFlag: boolean
Title:
State reportableMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the supplier is reportable to a state taxing authority in the United States. If false, then the supplier is not reportable. The default value is false. -
Status: string
Title:
StatusRead Only:trueMaximum Length:255Status of the supplier. Values include ACTIVE or INACTIVE. -
Supplier: string
Title:
SupplierMaximum Length:360Name of the supplier. -
SupplierId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier. -
SupplierNumber: string
Title:
Supplier NumberMaximum Length:30Number that identifies the supplier. -
SupplierPartyId: integer
Title:
Supplier Party IDValue that uniquely identifies the supplier party. -
SupplierType: string
Title:
Supplier TypeMaximum Length:80Type of supplier. -
SupplierTypeCode: string
Title:
Supplier TypeMaximum Length:30Abbreviation that identifies the type of supplier. A list of accepted values is defined in the lookup type POZ_VENDOR_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Supplier Type Lookup task. -
TaxOrganizationType: string
Title:
Tax Organization TypeMaximum Length:80Type of tax organization for the supplier. -
TaxOrganizationTypeCode: string
Title:
Tax Organization TypeMaximum Length:30Abbreviation that identifies the type of tax organization for the supplier. A list of accepted values is defined in the lookup type POZ_ORGANIZATION_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Tax Organization Type Lookup task. -
TaxpayerCountry: string
Title:
Taxpayer CountryMaximum Length:80Country where the supplier organization that is responsible for taxation resides. -
TaxpayerCountryCode: string
Maximum Length:
2Abbreviation that identifies the country where the supplier organization that is responsible for taxation is located. -
TaxpayerId: string
Title:
Taxpayer IDMaximum Length:30Value that uniquely identifies the supplier for taxation purposes. -
TaxpayerIdExistsFlag: boolean
Title:
Taxpayer ID ExistsMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then a value exists for the taxpayer identifier. If false, then value does not exist for the taxpayer identifier. This flag is not updatable. The default value is false. -
TaxRegistrationCountry: string
Title:
Tax Registration CountryMaximum Length:80Country where the supplier registered themselves for value added tax. -
TaxRegistrationCountryCode: string
Maximum Length:
2Abbreviation that identifies the country where the supplier registered themselves for value added tax. -
TaxRegistrationNumber: string
Title:
Tax Registration NumberMaximum Length:50Identification number for value added tax that some countries use, such as countries in the European Union. -
TaxReportingName: string
Title:
Tax Reporting NameMaximum Length:80Name of tax reporting for a supplier who is reportable for income tax to the Internal Revenue Service in the United States. -
UseWithholdingTaxFlag: boolean
Title:
Use withholding taxMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the withholding tax is applicable to the supplier. If false, then withholding tax is not applicable. The default value is false. -
VerificationDate: string
(date)
Title:
Verification DateDate when the supplier most recently received the 1099 tax verification. -
WithholdingTaxGroup: string
Title:
Withholding Tax GroupMaximum Length:25Withholding tax group that the application assigned to the supplier. -
WithholdingTaxGroupId: integer
(int64)
Value that uniquely identifies the tax group in which supplier is classified for withholding the tax.
-
YearEstablished: integer
(int32)
Title:
Year EstablishedYear when the supplier established themselves. -
YearIncorporated: integer
(int32)
Title:
Year IncorporatedYear when the supplier incorporated themselves.
Nested Schema : Addresses
Type:
arrayTitle:
AddressesThe Addresses resource manages supplier addresses.
Show Source
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource manages attachments for a supplier.
Show Source
Nested Schema : Business Classifications
Type:
arrayTitle:
Business ClassificationsThe Business Classifications resource manages supplier business classifications.
Show Source
Nested Schema : Contacts
Type:
arrayTitle:
ContactsThe Contacts resource manages supplier contacts.
Show Source
Nested Schema : Flexfields for Suppliers
Type:
arrayTitle:
Flexfields for SuppliersThe Flexfields for Suppliers resource manages supplier descriptive flexfields.
Show Source
Nested Schema : Global Flexfields for Suppliers
Type:
arrayTitle:
Global Flexfields for SuppliersThe Global Flexfields for Suppliers resource manages supplier global descriptive flexfields.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPOZSuppliers":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFFVxUSPOZSuppliersVO-item-response", "JE_IL_WITHHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIL__5FWITHHOLDINGVO-item-response", "JE_IT_WITHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIT__5FWITHOLDINGVO-item-response", "JExESOnlineVatReporting":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExESOnlineVatReportingVO-item-response", "JExPTAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExPTAdditionalInfoVO-item-response", "JExRUSupplierInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExRUSupplierInfoVO-item-response", "JExTRExchangeRateDiff":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExTRExchangeRateDiffVO-item-response", "JL_BR_APXVDMVD_VENDORS":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJL__5FBR__5FAPXVDMVD__5FVENDORSVO-item-response", "JLxARSuppliers":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJLxARSuppliersVO-item-response" } }
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Products and Services
Type:
arrayTitle:
Products and ServicesThe Products and Services resource manages supplier products and services.
Show Source
Nested Schema : Sites
Type:
arrayTitle:
SitesThe Supplier Sites resource manages supplier sites.
Show Source
Nested Schema : suppliers-addresses-item-response
Type:
Show Source
object-
AdditionalAddressAttribute1: string
Title:
Additional Address Element 1Maximum Length:150First additional address attribute for the flexible supplier address format. -
AdditionalAddressAttribute2: string
Title:
Additional Address Element 2Maximum Length:150Second additional address attribute for the flexible supplier address format. -
AdditionalAddressAttribute3: string
Title:
Additional Address Element 3Maximum Length:150Third additional address attribute for the flexible supplier address format. -
AdditionalAddressAttribute4: string
Title:
Additional Address Element 4Maximum Length:150Fourth Additional address attribute for the flexible supplier address format. -
AdditionalAddressAttribute5: string
Title:
Additional Address Element 5Maximum Length:150Fifth additional address attribute for the flexible supplier address format. -
Addressee: string
Title:
AddresseeMaximum Length:360Addressee of the supplier address. -
AddressLine1: string
Title:
Address Line 1Maximum Length:240First line of the supplier address. -
AddressLine2: string
Title:
Address Line 2Maximum Length:240Second line of the supplier address. -
AddressLine3: string
Title:
Address Line 3Maximum Length:240Third line of the supplier address. -
AddressLine4: string
Title:
Address Line 4Maximum Length:240Fourth line of the supplier address. -
AddressName: string
Title:
Address NameMaximum Length:240Name of the supplier address that is associated to the supplier contact. -
AddressPurposeOrderingFlag: boolean
Title:
OrderingMaximum Length:255Contains one of the following values: true or false. If true, then you can use the supplier address for ordering. If false, then you cannot use this address. The default value is false. -
AddressPurposeRemitToFlag: boolean
Title:
Remit toMaximum Length:255Contains one of the following values: true or false. If true, then you can use the supplier address to send payment. If false, then you cannot use this address. The default value is false. -
AddressPurposeRFQOrBiddingFlag: boolean
Title:
RFQ or BiddingMaximum Length:255Contains one of the following values: true or false. If true, then you can use the supplier address for request for proposal or bidding. If false, then you cannot use this address. The default value is false. -
Building: string
Title:
BuildingMaximum Length:240Building of the supplier address. -
City: string
Title:
City or LocalityMaximum Length:60City of the supplier address. -
Country: string
Title:
CountryMaximum Length:80Country of the supplier address. -
CountryCode: string
Title:
Country CodeMaximum Length:2Abbreviation that identifies the country where the supplier address is located. -
County: string
Title:
CountyMaximum Length:60County of the supplier address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the supplier record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the supplier record. -
DFF: array
Flexfields for Supplier Address
Title:
Flexfields for Supplier AddressThe Flexfields for Supplier Address resource manages supplier address descriptive flexfields. -
Email: string
Title:
EmailMaximum Length:320Email for the supplier address. -
FaxAreaCode: string
Title:
Fax Area CodeMaximum Length:20Abbreviation that identifies the area for the fax of the supplier address. -
FaxCountryCode: string
Title:
Fax Country CodeMaximum Length:10Abbreviation that identifies the country for the fax of the supplier address. -
FaxNumber: string
Title:
FaxMaximum Length:40Fax of the supplier address. -
FloorNumber: string
Title:
FloorMaximum Length:40Floor number of the supplier address. -
GlobalLocationNumber: string
Title:
Global Location NumberMaximum Length:40Global location number of the supplier address. -
InactiveDate: string
(date)
Title:
Inactive DateDate when the supplier address is no longer active. -
Language: string
Title:
LanguageMaximum Length:255Language of the supplier address. -
LanguageCode: string
Title:
LanguageMaximum Length:4Abbreviation that identifies the language of the supplier address. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the user most recently updated the supplier record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the supplier record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PhoneAreaCode: string
Title:
Phone Area CodeMaximum Length:20Abbreviation that identifies the area for phone of the supplier address. -
PhoneCountryCode: string
Title:
Phone Country CodeMaximum Length:10Abbreviation that identifies the country for the phone of the supplier address. -
PhoneExtension: string
Title:
Phone ExtensionMaximum Length:20Phone extension of the supplier address. -
PhoneNumber: string
Title:
PhoneMaximum Length:40Phone number of the supplier address. -
PhoneticAddress: string
Title:
Phonetic Address LineMaximum Length:560Phonetic, Japanese kana, or Chinese kanji representation of the address lines. -
PostalCode: string
Title:
Postal CodeMaximum Length:60Postal code of the supplier address. -
PostalCodeExtension: string
Title:
Postal Plus 4 CodeMaximum Length:20Four digit extension to the postal code of the supplier address. -
Province: string
Title:
ProvinceMaximum Length:60Province of the supplier address. -
State: string
Title:
State or RegionMaximum Length:60State of the supplier address. -
Status: string
Title:
StatusRead Only:trueMaximum Length:255Status of the supplier address. -
SupplierAddressId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier address that is associated to the supplier contact.
Nested Schema : Flexfields for Supplier Address
Type:
arrayTitle:
Flexfields for Supplier AddressThe Flexfields for Supplier Address resource manages supplier address descriptive flexfields.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-addresses-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Enter Party Site InformationMaximum Length:30Descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Enter Party Site InformationDescriptive flexfield context display value for supplier sites. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartySiteId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier address.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
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.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : suppliers-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAn identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a question. It is a primary key that the application creates when the user attaches a document to the question. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueSign in details for the user who created the attachment for the question. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the content in the attachment expires. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) of the attachment. -
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:trueDate and time when the user most recently updated the document that a user attached to the question. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Sign in details of the user who most recently updated the document that a user attached to the question. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueSign in details for the user used who updated the attachment for the question. -
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:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Sign in details that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-businessClassifications-item-response
Type:
Show Source
object-
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource manages attachments for a supplier business classification. -
CertificateExpirationDate: string
(date)
Title:
Expiration DateDate when the certificate that the certifying agency issues for the business classification expires. -
CertificateNumber: string
Title:
Certificate NumberMaximum Length:80Certificate that the certifying agency issues for the business classification. -
CertificateStartDate: string
(date)
Title:
Start DateDate when the certificate that the certifying agency issues for the business classification goes into effect. -
CertifyingAgency: string
Title:
Certifying AgencyMaximum Length:255Agency that certifies the business classification for the supplier. -
CertifyingAgencyId: integer
(int64)
Title:
Certifying AgencyValue that uniquely identifies the agency that certifies the business classification for the supplier. -
Classification: string
Title:
ClassificationMaximum Length:80Classification for the supplier business. -
ClassificationCode: string
Title:
ClassificationMaximum Length:30Abbreviation that identifies the classification for the supplier business. A list of accepted values is defined in the lookup type POZ_BUSINESS_CLASSIFICATIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Business Classification Lookup task. -
ClassificationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the classification for the supplier business. -
ConfirmedOnDate: string
(date)
Title:
Confirmed OnDate when the application confirmed the business classification for the supplier. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the supplier record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the supplier record. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the user most recently updated the supplier record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the supplier record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Notes: string
Title:
NotesMaximum Length:1000Notes that describe the business classification for the supplier. The supplier or the person who manages the classification can enter notes. -
OtherCertifyingAgency: string
Title:
Other Certifying AgencyMaximum Length:255Agency that certifies the business classification for the supplier. Use this attribute when the Manage Certifying Agencies page in the Setup and Maintenance work area does not specify the agency you require. -
ProvidedByContactId: integer
(int64)
Value that uniquely identifies the person in the supplier organization who provides the business classification details.
-
ProvidedByEmail: string
Email of the person in the supplier organization who provides business classification details.
-
ProvidedByUserFirstName: string
First name of the person in the supplier organization who provides business classification details.
-
ProvidedByUserLastName: string
Last name of the person in the supplier organization who provides business classification details.
-
Status: string
Title:
StatusRead Only:trueMaximum Length:255Status of the business classification for the supplier. -
Subclassification: string
Title:
SubclassificationMaximum Length:80Describes the subclassification when a minority owns the business classification. -
SubclassificationCode: string
Title:
SubclassificationMaximum Length:240Abbreviation that identifies the subclassification when a minority owns the business classification. A list of accepted values is defined in the lookup type POZ_MINORITY_GROUP. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource manages attachments for a supplier business classification.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-businessClassifications-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAn identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a question. It is a primary key that the application creates when the user attaches a document to the question. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueSign in details for the user who created the attachment for the question. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the content in the attachment expires. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) of the attachment. -
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:trueDate and time when the user most recently updated the document that a user attached to the question. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Sign in details of the user who most recently updated the document that a user attached to the question. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueSign in details for the user used who updated the attachment for the question. -
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:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Sign in details that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-contacts-item-response
Type:
Show Source
object-
addresses: array
Contact Addresses
Title:
Contact AddressesThe Contact Addresses resource manages supplier contact addresses. -
AdministrativeContactFlag: boolean
Title:
Administrative contactMaximum Length:255Contains one of the following values: true or false. If true, then the supplier is an administrative contact. If false, then the supplier is not an administrative contact. The default value is false. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the supplier record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the supplier record. -
DFF: array
Flexfields for Supplier Contacts
Title:
Flexfields for Supplier ContactsThe Flexfields for Supplier Contacts resource manages supplier contact descriptive flexfields. -
Email: string
Title:
EmailMaximum Length:320Email of the supplier contact. -
FaxAreaCode: string
Title:
Fax Area CodeMaximum Length:20Abbreviation that identifies the area for the fax of the supplier contact. -
FaxCountryCode: string
Title:
Fax Country CodeMaximum Length:10Abbreviation that identifies the country for the fax of the supplier contact. -
FaxNumber: string
Title:
FaxMaximum Length:40Fax of the supplier contact. -
FirstName: string
Title:
First NameMaximum Length:150First name of the supplier contact. -
InactiveDate: string
(date)
Title:
Inactive DateDate when the supplier contact is no longer active. -
JobTitle: string
Title:
Job TitleMaximum Length:100Job title of the supplier contact. -
LastName: string
Title:
Last NameMaximum Length:150Last name of the supplier contact. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the user most recently updated the supplier record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the supplier record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MiddleName: string
Title:
Middle NameMaximum Length:60Middle name of the supplier contact. -
MobileAreaCode: string
Title:
Mobile Area CodeMaximum Length:20Abbreviation that identifies the area for the mobile phone of the supplier contact. -
MobileCountryCode: string
Title:
Mobile Country CodeMaximum Length:10Abbreviation that identifies the country for the mobile phone of the supplier contact. -
MobileNumber: string
Title:
MobileMaximum Length:40Mobile phone number of the supplier contact. -
PersonProfileId: integer
(int64)
Value that uniquely identifies the person profile.
-
PhoneAreaCode: string
Title:
Phone Area CodeMaximum Length:20Abbreviation that identifies the area for the phone of the supplier contact. -
PhoneCountryCode: string
Title:
Phone Country CodeMaximum Length:10Abbreviation that identifies the country for the phone of the supplier contact. -
PhoneExtension: string
Title:
Phone ExtensionMaximum Length:20Phone extension for the supplier contact. -
PhoneNumber: string
Title:
PhoneMaximum Length:40Phone for the supplier contact. -
Salutation: string
Title:
SalutationMaximum Length:80Honorific title of the supplier contact. -
SalutationCode: string
Title:
SalutationMaximum Length:30Abbreviation that identifies the honorific title of the supplier contact. A list of accepted values is defined in the lookup type CONTACT_TITLE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
Status: string
Title:
StatusRead Only:trueMaximum Length:255Status of the supplier contact. -
SupplierContactId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier contact.
Nested Schema : Contact Addresses
Type:
arrayTitle:
Contact AddressesThe Contact Addresses resource manages supplier contact addresses.
Show Source
Nested Schema : Flexfields for Supplier Contacts
Type:
arrayTitle:
Flexfields for Supplier ContactsThe Flexfields for Supplier Contacts resource manages supplier contact descriptive flexfields.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-contacts-addresses-item-response
Type:
Show Source
object-
AddressName: string
Title:
Address NameMaximum Length:255Name of the supplier address that is associated to the supplier contact. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the supplier record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the supplier record. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the user most recently updated the supplier record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the supplier record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SupplierAddressId: integer
(int64)
Value that uniquely identifies the supplier address that is associated to the supplier contact.
-
SupplierContactAddressId: integer
Value that uniquely identifies the supplier contact address.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-contacts-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Enter Person InformationMaximum Length:30Descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Enter Person InformationDescriptive flexfield context display value for supplier sites. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonProfileId: integer
(int64)
Value that uniquely identifies the person profile.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Attribute ValueMaximum Length:30Descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Attribute ValueDescriptive flexfield context display value for supplier sites. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- FVxUSPOZSuppliers
- JE_IL_WITHHOLDING
- JE_IT_WITHOLDING
- JExESOnlineVatReporting
- JExPTAdditionalInfo
- JExRUSupplierInfo
- JExTRExchangeRateDiff
- JL_BR_APXVDMVD_VENDORS
- JLxARSuppliers
Match One Schema
Show Source
-
FVxUSPOZSuppliers -
object
oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFFVxUSPOZSuppliersVO-item-response
-
JE_IL_WITHHOLDING -
object
oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIL__5FWITHHOLDINGVO-item-response
-
JE_IT_WITHOLDING -
object
oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIT__5FWITHOLDINGVO-item-response
-
JExESOnlineVatReporting -
object
oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExESOnlineVatReportingVO-item-response
-
JExPTAdditionalInfo -
object
oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExPTAdditionalInfoVO-item-response
-
JExRUSupplierInfo -
object
oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExRUSupplierInfoVO-item-response
-
JExTRExchangeRateDiff -
object
oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExTRExchangeRateDiffVO-item-response
-
JL_BR_APXVDMVD_VENDORS -
object
oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJL__5FBR__5FAPXVDMVD__5FVENDORSVO-item-response
-
JLxARSuppliers -
object
oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJLxARSuppliersVO-item-response
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFFVxUSPOZSuppliersVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:FVxUSPOZSuppliersGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
entityStructure: string
Title:
Entity StructureMaximum Length:150 -
entityStructure_Display: string
Title:
Entity Structure -
federalOrNonFederalCode: string
Title:
Federal or Non-Federal CodeMaximum Length:150 -
federalOrNonFederalCode_Display: string
Title:
Federal or Non-Federal Code -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
samSupplier: string
Title:
SAM SupplierMaximum Length:150 -
samSupplier_Display: string
Title:
SAM Supplier -
tradingPartnerAgencyIdentifier: string
Title:
Trading Partner Agency IdentifierMaximum Length:150 -
tradingPartnerAgencyIdentifier_Display: string
Title:
Trading Partner Agency Identifier -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIL__5FWITHHOLDINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JE_IL_WITHHOLDINGGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
_Book__Keeping__Certificate: string
Title:
Bookkeeping CertificateMaximum Length:150 -
_Book__Keeping__Certificate__Expir: string
(date)
Title:
Bookkeeping Certificate Expiry Date -
_Book__Keeping__Certificate_Display: string
Title:
Bookkeeping Certificate -
_Include__in__Withholding__Reporti: string
Title:
Included in SHAAM ListMaximum Length:150 -
_Include__in__Withholding__Reporti_Display: string
Title:
Included in SHAAM List -
_Occupation__Description: string
Title:
Occupation DescriptionMaximum Length:150 -
_Occupation__Description_Display: string
Title:
Occupation Description -
_Organization__Type: string
Title:
Organization TypeMaximum Length:150 -
_Organization__Type_Display: string
Title:
Organization Type -
_Tax__Officer__Number: string
Title:
Tax Officer NumberMaximum Length:150 -
_Tax__Officer__Number_Display: string
Title:
Tax Officer Number -
_Withholding__Tax__Report__Group: string
Title:
Withholding Tax Report GroupMaximum Length:150 -
_Withholding__Tax__Report__Group_Display: string
Title:
Withholding Tax Report Group -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIT__5FWITHOLDINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JE_IT_WITHOLDINGGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
_Date__of__Birth: string
(date)
Title:
Date of Birth -
_Place__of__Birth: string
Title:
Place of BirthMaximum Length:150 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProvinceCodeOfBirth: string
Title:
Province Code of BirthMaximum Length:150 -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExESOnlineVatReportingVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JExESOnlineVatReportingGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
code: string
Title:
Identification TypeMaximum Length:150 -
code_Display: string
Title:
Identification Type -
ExcludeFromOnlineVATReporting: string
Title:
Exclude from Online VAT ReportingMaximum Length:150 -
ExcludeFromOnlineVATReporting_Display: string
Title:
Exclude from Online VAT Reporting -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NIFLegalRepresentative: string
Title:
NIF Legal RepresentativeMaximum Length:150 -
specialRegime: string
Title:
Special RegimeMaximum Length:150 -
specialRegime_Display: string
Title:
Special Regime -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExPTAdditionalInfoVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JExPTAdditionalInfoGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SelfBillingIndicator: string
Title:
With Self BillingMaximum Length:150 -
SelfBillingIndicator_Display: string
Title:
With Self Billing -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExRUSupplierInfoVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JExRUSupplierInfoGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OKPOCode: string
Title:
OKPO CodeMaximum Length:150 -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExTRExchangeRateDiffVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JExTRExchangeRateDiffGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
ExchangeRateDifferenceCreation: string
Title:
Exchange Rate Difference CreationMaximum Length:150 -
ExchangeRateDifferenceCreation_Display: string
Title:
Exchange Rate Difference Creation -
ExchangeRateDifferenceOption: string
Title:
Exchange Rate Difference Creation OptionMaximum Length:150 -
ExchangeRateDifferenceOption_Display: string
Title:
Exchange Rate Difference Creation Option -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJL__5FBR__5FAPXVDMVD__5FVENDORSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JL_BR_APXVDMVD_VENDORSGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
_Automatically__Match__using__Supp: string
Title:
Collection Document Match Using Supplier SiteMaximum Length:150 -
_Automatically__Match__using__Supp_Display: string
Title:
Collection Document Match Using Supplier Site -
_Coll__Doc__Auto__Match__Amt__Typ: string
Title:
Collection Document Match Amount TypeMaximum Length:150 -
_Coll__Doc__Auto__Match__Amt__Typ_Display: string
Title:
Collection Document Match Amount Type -
_Collection__Document__Match__usin: string
Title:
Collection Document Match Using Invoice NumberMaximum Length:150 -
_Collection__Document__Match__usin_Display: string
Title:
Collection Document Match Using Invoice Number -
_Enable__Coll__Doc__Processing: string
Title:
Enable Collection Document ProcessingMaximum Length:150 -
_Enable__Coll__Doc__Processing_Display: string
Title:
Enable Collection Document Processing -
_Inst__Due__Date__Derivation__Metho: string
Title:
Installment Due Date Derivation MethodMaximum Length:150 -
_Inst__Due__Date__Derivation__Metho_Display: string
Title:
Installment Due Date Derivation Method -
_Interest__Formula: string
Title:
Interest FormulaMaximum Length:150 -
_Interest__Formula_Display: string
Title:
Interest Formula -
_Interest__Grace__Days: number
Title:
Interest Grace Days -
_Interest__Penalty__Rate___2F__Amount: number
Title:
Interest Penalty Rate or Amount -
_Interest__Penalty__Type: string
Title:
Interest Penalty TypeMaximum Length:150 -
_Interest__Penalty__Type_Display: string
Title:
Interest Penalty Type -
_Interest__Period: number
Title:
Interest Period -
_Interest__Rate___2F__Amount: number
Title:
Interest Rate or Amount -
_Interest__Type: string
Title:
Interest TypeMaximum Length:150 -
_Interest__Type_Display: string
Title:
Interest Type -
_Override__Due__Date__on__Installme: string
Title:
Override Due Date on InstallmentMaximum Length:150 -
_Override__Due__Date__on__Installme_Display: string
Title:
Override Due Date on Installment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJLxARSuppliersVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JLxARSuppliersGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
multilateralContributor: string
Title:
Multilateral ContributorMaximum Length:150 -
multilateralContributor_Display: string
Title:
Multilateral Contributor -
transactionLetter: string
Title:
Transaction LetterMaximum Length:150 -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-productsAndServices-item-response
Type:
Show Source
object-
CategoryDescription: string
Title:
DescriptionRead Only:trueMaximum Length:255Description of the products and services category that the application assigns to the supplier. -
CategoryName: string
Title:
Category NameMaximum Length:255Name of the products and services category that the application assigns to the supplier. -
CategoryType: string
Title:
Category TypeMaximum Length:255Type of the products and services category that the application assigns to the supplier. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the supplier record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the supplier record. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the user most recently updated the supplier record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the supplier record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProductsServicesCategoryId: integer
(int64)
Value that uniquely identifies the products and services category.
-
SupplierProductsServicesId: integer
(int64)
Title:
Classification IDRead Only:trueValue that uniquely identifies the relationship between the supplier, and the products and services category.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-sites-item-response
Type:
Show Source
object-
AcknowledgmentWithinDays: integer
Title:
Acknowledge Within DaysNumber of days that the supplier site can use to acknowledge the purchasing document. -
AgingOnsetPoint: string
Title:
Aging Onset PointMaximum Length:80Point where the supplier and the buying organization agree to begin to age consigned material. -
AgingOnsetPointCode: string
Title:
Aging Onset PointMaximum Length:30Abbreviation that identifies the point where the supplier and the buying organization agree to begin to age consigned material. A list of accepted values is defined in the lookup type AGING_ONSET_POINT. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
AgingPeriodDays: integer
(int32)
Title:
Aging Period DaysMaximum number of days that material can remain on consignment. -
AllNewPurchasingDocumentsHoldBy: string
Title:
All New Purchasing Documents Put to Hold ByRead Only:trueMaximum Length:240Person who put a hold on new purchasing documents. -
AllNewPurchasingDocumentsHoldDate: string
(date-time)
Date when the person who placed a hold on new purchasing documents for the supplier site.
-
AllowSubstituteReceipts: string
Title:
Allow Substitute ReceiptsMaximum Length:80Indicates whether the supplier site allows a substitute receipt. Values include Y for Yes or N for No. -
AllowSubstituteReceiptsCode: string
Maximum Length:
1Abbreviation that identifies whether the supplier site allows a substitute receipt. A list of accepted values is defined in the lookup type YES_NO. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
AllowUnorderedReceiptsFlag: boolean
Title:
Allow unordered receiptsMaximum Length:1Contains one of the following values: true or false. If true, then the supplier site can receive a receipt that does not include a purchase order. If false, then the supplier site requires a purchase order. The default value is false. -
AlternatePaySite: string
Title:
Alternate Pay SiteMaximum Length:240Name of the alternate pay site. -
AlternatePaySiteId: integer
(int64)
Title:
Alternate Pay SiteValue that uniquely identifies the alternate pay site. -
AlternateSiteName: string
Title:
Alternate Site NameMaximum Length:320Alternate name of the supplier site. -
AlwaysTakeDiscount: string
Title:
Always Take DiscountMaximum Length:80Determines whether to apply a discount on the payment. Contains one of the following values: Y, apply discount. N, do not apply discount. D, use the default from the payables options to determine whether to apply the discount. -
AlwaysTakeDiscountCode: string
Maximum Length:
1Abbreviation that determines whether to apply a discount on the payment. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
AmountTolerances: string
Title:
Amount TolerancesMaximum Length:255Tolerance to apply to the amount when creating an invoice for the supplier site. -
AmountTolerancesId: integer
(int64)
Title:
Amount TolerancesValue that uniquely identifies the tolerance to apply to the quantity when creating an invoice for the supplier site. -
assignments: array
Site Assignments
Title:
Site AssignmentsThe Assignments resource manages supplier site assignments. -
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource manages attachments for a supplier site. -
B2BCommunicationMethod: string
Title:
Enable B2B MessagingMaximum Length:80Attribute renamed as Enable B2B Messaging. Indicates if the application should communicate the documents during a business-to-business procurement transaction through common messaging framework for the supplier site. -
B2BCommunicationMethodCode: string
Title:
Enable B2B MessagingMaximum Length:30Default Value:NONEAbbreviation that identifies whether the communication of the documents during a business-to-business procurement transaction is enabled for the supplier site. A list of accepted values is defined in the lookup type ORA_POZ_B2B_COMM_METHOD. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
B2BSupplierSiteCode: string
Title:
B2B Supplier Site CodeMaximum Length:256Abbreviation that uniquely identifies a specific supplier site, which is used in the punchout for Self Service Procurement. -
BankChargeDeductionType: string
Title:
Bank Charge Deduction TypeMaximum Length:80Determines how to deduct bank charges when paying the invoice. Contains one of the following values: S, use the standard deduction. D, use the default value from payables options. N, use the negotiated deduction. X, do not use any deduction. -
BankChargeDeductionTypeCode: string
Title:
Bank Charge Deduction TypeMaximum Length:1Default Value:DAbbreviation that identifies whether and how to deduct bank charges when paying the invoice. A list of accepted values is defined in the lookup type BANK_CHARGE_DEDUCTION_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task. -
BuyerManagedTransportation: string
Title:
Buyer Managed TransportationMaximum Length:80Indicates whether the buyer manages transportation. Values include Y for Yes, N for No, or empty. -
BuyerManagedTransportationCode: string
Title:
Buyer Managed TransportationMaximum Length:1Abbreviation that identifies whether the buyer manages transportation. A list of accepted values is defined in the lookup type YES_NO. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
Carrier: string
Title:
CarrierMaximum Length:360Carrier that the supplier uses for shipping. -
CarrierId: number
Title:
CarrierValue that uniquely identifies the carrier that the supplier site uses for shipping. -
CommunicationMethod: string
Title:
Communication MethodMaximum Length:80Preferred method of communication for the supplier site. Values include NONE, FAX, EMAIL, or PRINT. -
CommunicationMethodCode: string
Title:
Communication MethodMaximum Length:25Abbreviation that identifies the preferred method of communication for the supplier site. A list of accepted values is defined in the lookup type DOCUMENT_COMMUNICATION_METHOD. You cannot modify this lookup. -
ConsumptionAdviceFrequency: string
Title:
Consumption Advice FrequencyMaximum Length:80How frequently the Create Consumption Advice application runs for consumption transactions. This application runs for consigned inventory that the customer purchased under one agreement. -
ConsumptionAdviceFrequencyCode: string
Title:
Consumption Advice FrequencyMaximum Length:30Abbreviation that identifies how frequently the Create Consumption Advice application runs for consumption transactions. The application runs for consigned inventory that the customer purchased under one agreement. A list of accepted values is defined in the lookup type CONSUMPTION_ADVICE_FREQUENCY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ConsumptionAdviceSummary: string
Title:
Consumption Advice SummaryMaximum Length:80Level of detail to use when creating the consumption advice. -
ConsumptionAdviceSummaryCode: string
Title:
Consumption Advice SummaryMaximum Length:30Abbreviation that identifies the level of detail to use when creating the consumption advice. A list of accepted values is defined in the lookup type CONSUMPTION_ADVICE_SUMMARY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
CountryOfOrigin: string
Title:
Country of OriginMaximum Length:80Country of origin that the supplier site uses to calculate freight. -
CountryOfOriginCode: string
Title:
Country of OriginMaximum Length:2Abbreviation that identifies the country of origin that the supplier site uses to calculate freight. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the supplier record. -
CreateDebitMemoFromReturnFlag: boolean
Title:
Create debit memo from returnMaximum Length:25Default Value:falseContains one of the following values: true or false. If true, then the supplier site creates a debit memo from the return transaction. If false, then the supplier site does not create this memo. The default value is false. -
CreateInterestInvoices: string
Title:
Create Interest InvoicesMaximum Length:80Determines whether to create an interest invoice. Contains one of the following values: Y, create an invoice. N, do not create an invoice. D, use the default from the payables options to determine whether to create an invoice. -
CreateInterestInvoicesCode: string
Maximum Length:
1Abbreviation that determines whether to create an interest invoice. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the supplier record. -
CustomerNumber: string
Title:
Customer NumberMaximum Length:25Number that identifies the site of the buying organization. -
DFF: array
Flexfields for Supplier Sites
Title:
Flexfields for Supplier SitesThe Flexfields for Supplier Sites resource manages supplier site descriptive flexfields. -
EarlyReceiptToleranceInDays: number
Title:
Early Receipt Tolerance in DaysNumber of days that the receiving location can receive receipts before the expected receipt date. -
Email: string
Title:
EmailMaximum Length:2000Email that the communication method uses. -
ExcludeFreightFromDiscount: string
Title:
Exclude Freight from DiscountMaximum Length:80Determines whether to exclude freight when calculating discount. Contains one of the following values: Y, exclude freight. N, include freight. D, use the default from the payables options to determine whether to exclude freight. -
ExcludeFreightFromDiscountCode: string
Maximum Length:
1Abbreviation that determines whether to exclude freight when calculating discount. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ExcludeTaxFromDiscount: string
Title:
Exclude Tax from DiscountMaximum Length:80Determines whether to exclude tax when calculating the discount. Contains one of the following values: Y, exclude tax. N, include tax. D, use the default from the payables options to determine whether to exclude tax. -
ExcludeTaxFromDiscountCode: string
Maximum Length:
1Abbreviation that determines whether to exclude tax when calculating the discount. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
FaxAreaCode: string
Title:
Fax Area CodeMaximum Length:10Abbreviation that identifies the area for the fax that the communication method uses at the supplier site. -
FaxCountryCode: string
Title:
Fax Country CodeMaximum Length:10Abbreviation that identifies the country for the fax that the communication method uses at the supplier site. -
FaxNumber: string
Title:
FaxMaximum Length:15Fax number for communication. -
FOB: string
Title:
FOBMaximum Length:80Free on Board (FOB) value for the supplier site. -
FOBCode: string
Title:
FOBMaximum Length:25Abbreviation that identifies the Free On Board (FOM) value for the supplier site. A list of accepted values is defined in the lookup type FOB. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage FOB Lookup task. -
FreightTerms: string
Title:
Freight TermsMaximum Length:80Terms for shipping from the supplier site. -
FreightTermsCode: string
Title:
Freight TermsMaximum Length:30Agreement that describes terms for shipping from the supplier site. A list of accepted values is defined in the lookup type FREIGHT TERMS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Freight Terms Lookup task. -
GaplessInvoiceNumberingFlag: boolean
Title:
Gapless invoice numberingMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the supplier site numbers their invoices so they are consecutive and do not include gaps. If false, then the supplier site does not use this numbering. The default value is false. -
globalDFF: array
Global Flexfields for Supplier Sites
Title:
Global Flexfields for Supplier SitesThe Global Flexfields for Supplier Sites resource manages supplier site global descriptive flexfields. -
HoldAllInvoicesFlag: boolean
Title:
Hold All InvoicesMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the supplier site puts a hold on all invoices. If false, then the site does put them on hold. The default value is false. -
HoldAllNewPurchasingDocumentsFlag: boolean
Title:
Hold all new purchasing documentsMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then place all new purchasing documents on hold. If false, then do not place them on hold. The default value is false. -
HoldUnmatchedInvoices: string
Title:
Hold Unmatched InvoicesMaximum Length:80Determines whether to place a hold on each invoice that does not contain a relationship with a purchase order, receipt, or consumption advice. Values include Y for Yes, N for No, or empty. -
HoldUnmatchedInvoicesCode: string
Maximum Length:
1Abbreviation that identifies whether to place a hold on each invoice that does not contain a relationship with a purchase order, receipt, or consumption advice. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
HoldUnvalidatedInvoicesFlag: boolean
Title:
Hold Unvalidated InvoicesMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the supplier site places all invoices that it cannot validate on hold. If false, then the supplier site does not put them hold. The default value is false. -
InactiveDate: string
(date)
Title:
Inactive DateDate when the supplier site is no longer active. -
IncomeTaxReportingSiteFlag: boolean
Title:
Income tax reporting siteMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the supplier site is a tax reporting site. If false, then supplier site is not a tax reporting site. The default value is false. -
InvoiceAmountLimit: number
Title:
Invoice Amount LimitIndicates the maximum amount for which an invoice can be created beyond which an invoice will go on hold. -
InvoiceChannel: string
Title:
Invoice ChannelMaximum Length:80Channel that the supplier uses to provide invoices for the supplier site. -
InvoiceChannelCode: string
Maximum Length:
30Abbreviation that identifies the channel that the supplier uses to provide invoices for the supplier site. A list of accepted values is defined in the lookup type ORA_POZ_INVOICE_CHANNEL. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
InvoiceCurrency: string
Title:
Invoice CurrencyMaximum Length:80Currency that the invoice uses. -
InvoiceCurrencyCode: string
Title:
Invoice CurrencyMaximum Length:15Abbreviation that identifies the currency that the invoice uses. -
InvoiceMatchOption: string
Title:
Invoice Match OptionMaximum Length:80Indicates whether to create a relationship between the invoice and a purchase order, receipt, or consumption advice. -
InvoiceMatchOptionCode: string
Title:
Invoice Match OptionMaximum Length:25Abbreviation that identifies whether to create a relationship between the invoice and a purchase order, receipt, or consumption advice. A list of accepted values is defined in the lookup type INVOICE_MATCH_OPTION. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task. -
InvoiceSummaryLevel: string
Title:
Invoice Summary LevelMaximum Length:80Determines how to group and summarize invoices for the supplier site. -
InvoiceSummaryLevelCode: string
Title:
Invoice Summary LevelMaximum Length:25Abbreviation that identifies how to group and summarize invoices for the supplier site. A list of accepted values is defined in the lookup type POZ_ERS_INVOICE_SUMMARY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the user most recently updated the supplier record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the supplier record. -
LateReceiptToleranceInDays: number
Title:
Late Receipt Tolerance in DaysNumber of days that the receiving location can receive receipts after the expected receipt date. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MatchApprovalLevel: string
Title:
Match Approval LevelMaximum Length:80Approval level to use when creating a relationship between the invoice and a purchase order, receipt, or consumption advice. -
MatchApprovalLevelCode: string
Maximum Length:
10Abbreviation that identifies the approval level to use when creating a relationship between the invoice and a purchase order, receipt, or consumption advice. A list of accepted values is defined in the lookup type INVOICE_MATCH. You cannot modify this lookup. -
ModeOfTransport: string
Title:
Mode of TransportMaximum Length:80Mode of transport that the supplier site uses for shipping. -
ModeOfTransportCode: string
Maximum Length:
30Abbreviation that identifies the mode of transport that the supplier site uses for shipping. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
OverReceiptAction: string
Title:
Overreceipt ActionMaximum Length:80Action to take when the receiving location receives quantity that exceeds the tolerance. -
OverReceiptActionCode: string
Title:
Overreceipt ActionMaximum Length:25Abbreviation that identifies the action to take when the receiving location receives quantity that exceeds the tolerance. A list of accepted values is defined in the lookup type RCV_RECEIVING_OPTION. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
OverReceiptTolerance: number
Title:
Overreceipt ToleranceTolerance to use when the receiving location receives more than the requested quantity. -
OverrideB2BCommunicationforSpecialHandlingOrdersFlag: boolean
Title:
Override B2B communication for special handling ordersMaximum Length:30Default Value:falseContains one of the following values: true or false. If true, the configured B2B communication is overridden for the supplier site's special handling purchase orders. If false, then the B2B configuration for the supplier site is honored. The default value is true. -
PayDateBasis: string
Title:
Pay Date BasisMaximum Length:80Date that the application scheduled to run payment for the invoice. -
PayDateBasisCode: string
Title:
Pay Date BasisMaximum Length:25Abbreviation that identifies the date the application scheduled to run payment for the invoice. A list of accepted values is defined in the lookup type POZ_PAY_DATE_BASIS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task. -
PayGroup: string
Title:
Pay GroupMaximum Length:80Withholding tax group for the site assignment. -
PayGroupCode: string
Title:
Pay GroupMaximum Length:25Abbreviation that identifies the withholding tax group for the site assignment. A list of accepted values is defined in the lookup type PAY_GROUP. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task. -
PaymentCurrency: string
Title:
Payment CurrencyMaximum Length:80Currency that the payment uses to pay the invoice. -
PaymentCurrencyCode: string
Title:
Payment CurrencyMaximum Length:15Abbreviation that identifies the currency that the payment uses to pay the invoice. -
PaymentHoldDate: string
(date)
Title:
Payment Hold DateDate when the application places payments to the supplier site on hold. -
PaymentHoldReason: string
Title:
Payment Hold ReasonMaximum Length:240Reason why the application placed the invoices that it created for the supplier site on hold. -
PaymentPriority: number
Title:
Payment PriorityPriority to assign to an invoice during payment. -
PaymentTerms: string
Title:
Payment TermsMaximum Length:50Terms of payment for the supplier site. -
PaymentTermsDateBasis: string
Title:
Terms Date BasisMaximum Length:80Date when the application scheduled to run payment terms for the invoice. -
PaymentTermsDateBasisCode: string
Title:
Terms Date BasisMaximum Length:25Abbreviation that identifies the date the application scheduled to run payment terms for the invoice. A list of accepted values is defined in the lookup type TERMS_DATE_BASIS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task. -
PaymentTermsId: integer
Title:
Payment TermsValue that uniquely identifies each payment term for the supplier site. -
PayOnReceiptFlag: boolean
Title:
Pay on receiptMaximum Length:25Contains one of the following values: true or false. If true, then the supplier site allows pay on receipt. If false, then the supplier site does not allow pay on receipt. The default value is false. -
PayOnUseFlag: boolean
Title:
Pay on useMaximum Length:1Contains one of the following values: true or false. If true, then the supplier site allows pay on use. If false, then the supplier site does not allow pay on use. The default value is false. -
ProcurementBU: string
Title:
Procurement BUMaximum Length:240Procurement business unit where the supplier site resides. -
ProcurementBUId: integer
(int64)
Title:
Procurement BUValue that uniquely identifies the procurement business unit where the supplier site resides. -
PurchasingHoldReason: string
Title:
Hold ReasonMaximum Length:240Reason why the person who placed the hold on purchasing for the supplier site. -
QuantityTolerances: string
Title:
Quantity TolerancesMaximum Length:255Tolerance to apply to the quantity when creating an invoice for the supplier site. -
QuantityTolerancesId: integer
(int64)
Title:
Quantity TolerancesValue that uniquely identifies the tolerance to apply to quantity when creating an invoice for the supplier site. -
ReceiptDateException: string
Title:
Receipt Date ExceptionMaximum Length:80Action to take when the supplier site receives an item before Early Receipt Tolerance in Days or after Late Receipt Tolerance in Days. -
ReceiptDateExceptionCode: string
Title:
Receipt Date ExceptionMaximum Length:25Abbreviation that identifies the action to taken when the supplier site receives an item before Early Receipt Tolerance in Days or after Late Receipt Tolerance in Days. A list of accepted values is defined in the lookup type RCV_RECEIVING_OPTION. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ReceiptRouting: string
Title:
Receipt RoutingMaximum Length:80Indicates how to route each receipt for the supplier site. -
ReceiptRoutingId: number
Title:
Receipt RoutingValue that uniquely identifies how to route each receipt for the supplier site. -
RequiredAcknowledgment: string
Title:
Required AcknowledgmentMaximum Length:80Type of acknowledgment. This attribute is used when the purchasing document that the application created for the supplier site requires an acknowledgment. Valid values include Document, Document and Schedule, and None. -
RequiredAcknowledgmentCode: string
Title:
Required AcknowledgmentMaximum Length:30Abbreviation that identifies the acknowledgment. This attribute is used when the purchasing document that the application created for the supplier site requires an acknowledgment. Valid values include D, Y, and N. -
SellingCompanyIdentifier: string
Title:
Selling Company IdentifierMaximum Length:10Value that uniquely identifies the selling company. This attribute is required when the supplier site uses gapless invoice numbering. -
ServiceLevel: string
Title:
Service LevelMaximum Length:80Service level that the supplier site uses for shipping. -
ServiceLevelCode: string
Maximum Length:
30Abbreviation that identifies the service levels that the supplier site uses for shipping. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
ShipToException: string
Title:
Ship-to Exception ActionMaximum Length:80Action to take when the receiving location is different from the ship-to location. -
ShipToExceptionCode: string
Title:
Ship-to Exception ActionMaximum Length:25Abbreviation that identifies the action to take when the receiving location is different from the ship-to location. A list of accepted values is defined in the lookup type RCV_RECEIVING_OPTION. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
SitePurposePayFlag: boolean
Title:
PayMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then a pay purpose exists for the supplier site. If false, then pay purpose does not exist. The default value is false. -
SitePurposePrimaryPayFlag: boolean
Title:
Primary payMaximum Length:1Contains one of the following values: true or false. If true, then primary pay purpose exists for the supplier site. If false, then primary pay purpose does not exist. The default value is false. -
SitePurposeProcurementCardFlag: boolean
Title:
Procurement cardMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then a procurement card exists for the supplier site. If false, then procurement card does not exist. The default value is false. -
SitePurposePurchasingFlag: boolean
Title:
PurchasingMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then a purchasing purpose exists for the supplier site. If false, then purpose does not exist. The default value is false. -
SitePurposeSourcingOnlyFlag: boolean
Title:
Sourcing onlyMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the supplier has sourcing only purpose. If false, then the supplier site does not have sourcing only purpose. The default value is false. -
Status: string
Title:
StatusRead Only:trueMaximum Length:10Status of the supplier site. -
SupplierAddressId: integer
(int64)
Value that uniquely identifies the supplier address.
-
SupplierAddressName: string
Title:
Address NameMaximum Length:240Name of the supplier address. -
SupplierSite: string
Title:
SiteMaximum Length:240Name of the supplier site. -
SupplierSiteId: integer
(int64)
Title:
SiteValue that uniquely identifies the supplier site. -
thirdPartyPaymentRelationships: array
Third-Party Payment Relationships
Title:
Third-Party Payment RelationshipsThe Third-Party Payment Relationships resource manages supplier site third-party relationships.
Nested Schema : Site Assignments
Type:
arrayTitle:
Site AssignmentsThe Assignments resource manages supplier site assignments.
Show Source
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource manages attachments for a supplier site.
Show Source
Nested Schema : Flexfields for Supplier Sites
Type:
arrayTitle:
Flexfields for Supplier SitesThe Flexfields for Supplier Sites resource manages supplier site descriptive flexfields.
Show Source
Nested Schema : Global Flexfields for Supplier Sites
Type:
arrayTitle:
Global Flexfields for Supplier SitesThe Global Flexfields for Supplier Sites resource manages supplier site global descriptive flexfields.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPOZSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response", "JAxKRSupplierSiteWithholding":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response", "JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response", "JE_IL_WITHHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response", "JE_IT_DOC_CATEGORY":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response", "JExESOnlineVatReporting":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response", "JExRUAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response", "JExTRAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-response", "JL_BR_APXVDMVD_SITES":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response", "JLxARSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response", "JLxCOSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response" } }
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Third-Party Payment Relationships
Type:
arrayTitle:
Third-Party Payment RelationshipsThe Third-Party Payment Relationships resource manages supplier site third-party relationships.
Show Source
Nested Schema : suppliers-sites-assignments-item-response
Type:
Show Source
object-
AssignmentId: integer
Value that uniquely identifies the supplier site assignment.
-
BillPayableDistribution: string
Title:
Bill Payable DistributionDistribution of the bills that are payable for the supplier site. -
BillPayableDistributionId: integer
Title:
Bill Payable DistributionValue that uniquely identifies the distribution of the bills that are payable for the supplier site. -
BillToBU: string
Title:
Bill-to BUMaximum Length:240Business unit that the application uses for billing instead of the client business unit that the user selects. -
BillToBUId: integer
(int64)
Value that uniquely identifies the business unit that the application uses for billing instead of the client business unit that the user selects.
-
BillToLocation: string
Title:
Bill-to LocationRead Only:trueMaximum Length:60Default billing location on purchasing documents for the bill-to business unit that the user selects. -
BillToLocationCode: string
Title:
Bill-to LocationMaximum Length:150Abbreviation that identifies the bill to location. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Locations task. -
BillToLocationId: integer
Values that uniquely identifies the default billing location on purchasing documents for the bill-to business unit that the user selects.
-
ChartOfAccountsId: integer
(int64)
Read Only:
trueValue that uniquely identifies the chart of account. -
ClientBU: string
Title:
Client BUMaximum Length:240Business unit that is a client of the procurement business unit where the supplier site resides. -
ClientBUId: integer
(int64)
Value that uniquely identifies the business unit that is a client of the procurement business unit where the supplier site resides.
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the supplier record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the supplier record. -
DistributionSet: string
Title:
Distribution SetMaximum Length:50Distribution set that determines the distribution on invoices for the supplier site. -
DistributionSetId: integer
Title:
Distribution SetValue that uniquely identifies the distribution set that determines the distribution on invoices for the supplier site. -
InactiveDate: string
(date)
Title:
Inactive DateDate when the supplier site assignment is no longer active. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the user most recently updated the supplier record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the supplier record. -
LiabilityDistribution: string
Title:
Liability DistributionThe liability distribution of new invoices for the supplier site. -
LiabilityDistributionId: integer
Title:
Liability DistributionValue that uniquely identifies the liability distribution of new invoices for the supplier site. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrepaymentDistribution: string
Title:
Prepayment DistributionPrepayment distribution of the prepayments for the supplier site. -
PrepaymentDistributionId: integer
Title:
Prepayment DistributionValue that uniquely identifies the distribution of the prepayments for the supplier site. -
ShipToLocation: string
Title:
Ship-to LocationRead Only:trueMaximum Length:60Default shipping location on the purchasing document for the client business unit. -
ShipToLocationCode: string
Title:
Ship-to LocationMaximum Length:150Abbreviation that identifies the ship to location. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Locations task. -
ShipToLocationId: integer
Value that uniquely identifies the default shipping location on the purchasing document for the client business unit.
-
Status: string
Read Only:
trueStatus of the supplier site assignment. -
UseWithholdingTaxFlag: boolean
Title:
Use Withholding TaxMaximum Length:1Contains one of the following values: true or false. If true, then the withholding tax is applicable to the supplier assignment. If false, then withholding tax is not applicable. The default value is false. -
WithholdingTaxGroup: string
Title:
Withholding Tax GroupMaximum Length:25Describes the withholding tax group that the application assigned to the supplier site assignment. -
WithholdingTaxGroupId: integer
(int64)
Value that uniquely identifies the tax group that the application uses to assign the site to withhold tax.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-sites-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAn identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment of a question. It is a primary key that the application creates when the user attaches a document to the question. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueSign in details for the user who created the attachment for the question. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the content in the attachment expires. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) of the attachment. -
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:trueDate and time when the user most recently updated the document that a user attached to the question. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Sign in details of the user who most recently updated the document that a user attached to the question. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueSign in details for the user used who updated the attachment for the question. -
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:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Sign in details that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-sites-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Attribute ValueMaximum Length:30Descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Attribute ValueDescriptive flexfield context display value for supplier sites. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- FVxUSPOZSupplierSites
- JAxKRSupplierSiteWithholding
- JE_DE_Z4_REPORTING
- JE_IL_WITHHOLDING
- JE_IT_DOC_CATEGORY
- JExESOnlineVatReporting
- JExRUAdditionalInfo
- JExTRAdditionalInfo
- JL_BR_APXVDMVD_SITES
- JLxARSupplierSites
- JLxCOSupplierSites
Match One Schema
Show Source
-
FVxUSPOZSupplierSites -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response
-
JAxKRSupplierSiteWithholding -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response
-
JE_DE_Z4_REPORTING -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response
-
JE_IL_WITHHOLDING -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response
-
JE_IT_DOC_CATEGORY -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response
-
JExESOnlineVatReporting -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response
-
JExRUAdditionalInfo -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response
-
JExTRAdditionalInfo -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-response
-
JL_BR_APXVDMVD_SITES -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response
-
JLxARSupplierSites -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response
-
JLxCOSupplierSites -
object
oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:FVxUSPOZSupplierSitesGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
agencyLocationCode: string
Title:
Agency Location CodeMaximum Length:150 -
cageOrNcageCode: string
Title:
CAGE / NCAGE CodeMaximum Length:150 -
dbaName: string
Title:
DBA NameMaximum Length:150 -
debarred: string
Title:
DebarredMaximum Length:150 -
defaultTradingPartnerTas: number
Title:
Default Trading Partner TAS -
defaultTradingPartnerTas_Display: string
Title:
Default Trading Partner TAS -
divisionName: string
Title:
Division NameMaximum Length:150 -
eftIndicator: string
Title:
EFT IndicatorMaximum Length:150 -
legalBusinessName: string
Title:
Legal Business NameMaximum Length:150 -
limitTradingPartnerTas: string
Title:
Limit Trading Partner TAS to AIDMaximum Length:150 -
limitTradingPartnerTas_Display: string
Title:
Limit Trading Partner TAS to AID -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
samComment: string
Title:
CommentMaximum Length:150 -
samRegistrationExpirationDate: string
(date)
Title:
SAM Registration Expiration Date -
samRegistrationStatus: string
Title:
SAM Registration StatusMaximum Length:150 -
samRegistrationStatus_Display: string
Title:
SAM Registration Status -
samSite: string
Title:
SAM SiteMaximum Length:150 -
samSite_Display: string
Title:
SAM Site -
samSynchronizedDate: string
(date)
Title:
SAM Synchronized Date -
smallOtherThanSmall: string
Title:
Small / Other Than SmallMaximum Length:150 -
uniqueEntityIdentifier: string
Title:
Unique Entity IdentifierMaximum Length:150 -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JAxKRSupplierSiteWithholdingGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
taxablePerson: string
Title:
Taxable PersonMaximum Length:150 -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JE_DE_Z4_REPORTINGGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
_Record__Type: string
Title:
Record TypeMaximum Length:150 -
_Record__Type_Display: string
Title:
Record Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JE_IL_WITHHOLDINGGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
_Book__Keeping__Certificate: string
Title:
Bookkeeping CertificateMaximum Length:150 -
_Book__Keeping__Certificate__Expir: string
(date)
Title:
Bookkeeping Certificate Expiry Date -
_Book__Keeping__Certificate_Display: string
Title:
Bookkeeping Certificate -
_Include__in__Withholding__Reporti: string
Title:
Included in SHAAM ListMaximum Length:150 -
_Include__in__Withholding__Reporti_Display: string
Title:
Included in SHAAM List -
_Occupation__Description: string
Title:
Occupation DescriptionMaximum Length:150 -
_Occupation__Description_Display: string
Title:
Occupation Description -
_Organization__Type: string
Title:
Organization TypeMaximum Length:150 -
_Organization__Type_Display: string
Title:
Organization Type -
_Tax__Officer__Number: string
Title:
Tax Officer NumberMaximum Length:150 -
_Tax__Officer__Number_Display: string
Title:
Tax Officer Number -
_Withholding__Tax__Report__Group: string
Title:
Withholding Tax Report GroupMaximum Length:150 -
_Withholding__Tax__Report__Group_Display: string
Title:
Withholding Tax Report Group -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JE_IT_DOC_CATEGORYGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
_Document__Category: string
Title:
Document CategoryMaximum Length:150 -
_Document__Category_Display: string
Title:
Document Category -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JExESOnlineVatReportingGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
Code: string
Title:
CodeMaximum Length:150 -
Code_Display: string
Title:
Code -
ExcludeFromOnlineVATReporting: string
Title:
Exclude from Online VAT ReportingMaximum Length:150 -
ExcludeFromOnlineVATReporting_Display: string
Title:
Exclude from Online VAT Reporting -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NIFLegalRepresentative: string
Title:
NIF RepresentativeMaximum Length:150 -
SpecialRegime: string
Title:
Special RegimeMaximum Length:150 -
SpecialRegime_Display: string
Title:
Special Regime -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JExRUAdditionalInfoGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
Building: string
Title:
BuildingMaximum Length:150 -
Bulk: string
Title:
BulkMaximum Length:150 -
City: string
Title:
CityMaximum Length:150 -
County: string
Title:
CountyMaximum Length:150 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Office: string
Title:
OfficeMaximum Length:150 -
OKTMOCode: string
Title:
OKTMO CodeMaximum Length:150 -
OKTMOCode_Display: string
Title:
OKTMO Code -
PopulationAggregate: string
Title:
Population AggregateMaximum Length:150 -
State: string
Title:
StateMaximum Length:150 -
Street: string
Title:
StreetMaximum Length:150 -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JExTRAdditionalInfoGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
BaBsTerritoryCode: string
Title:
BA BS Territory CodeMaximum Length:150 -
BaBsTerritoryCode_Display: string
Title:
BA BS Territory Code -
ExchangeRateDifferenceCreation: string
Title:
Exchange Rate Difference CreationMaximum Length:150 -
ExchangeRateDifferenceCreation_Display: string
Title:
Exchange Rate Difference Creation -
ExchangeRateDifferenceOption: string
Title:
Exchange Rate Difference Creation OptionMaximum Length:150 -
ExchangeRateDifferenceOption_Display: string
Title:
Exchange Rate Difference Creation Option -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JL_BR_APXVDMVD_SITESGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
_Enable__Coll__Doc__Processing: string
Title:
Enable Collection Document ProcessingMaximum Length:150 -
_Enable__Coll__Doc__Processing_Display: string
Title:
Enable Collection Document Processing -
_Installment__Due__Date__Derivatio: string
Title:
Installment Due Date Derivation MethodMaximum Length:150 -
_Installment__Due__Date__Derivatio_Display: string
Title:
Installment Due Date Derivation Method -
_Interest__Formula: string
Title:
Interest FormulaMaximum Length:150 -
_Interest__Formula_Display: string
Title:
Interest Formula -
_Interest__Grace__Days: number
Title:
Interest Grace Days -
_Interest__Penalty__Rate___2F__Amount: number
Title:
Interest Penalty Rate or Amount -
_Interest__Penalty__Type: string
Title:
Interest Penalty TypeMaximum Length:150 -
_Interest__Penalty__Type_Display: string
Title:
Interest Penalty Type -
_Interest__Period: number
Title:
Interest Period -
_Interest__Rate___2F__Amount: number
Title:
Interest Rate or Amount -
_Interest__Type: string
Title:
Interest TypeMaximum Length:150 -
_Interest__Type_Display: string
Title:
Interest Type -
_Override__Due__Date__on__Installme: string
Title:
Override Due Date on InstallmentMaximum Length:150 -
_Override__Due__Date__on__Installme_Display: string
Title:
Override Due Date on Installment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JLxARSupplierSitesGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
caiDueDate: string
(date)
Title:
CAI Due Date -
caiNumber: number
Title:
CAI Number -
fiscalPrinterUsed: string
Title:
Fiscal Printer UsedMaximum Length:150 -
fiscalPrinterUsed_Display: string
Title:
Fiscal Printer Used -
legalAddress: string
Title:
Legal AddressMaximum Length:150 -
legalAddress_Display: string
Title:
Legal Address -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:JLxCOSupplierSitesGlobal descriptive flexfield context name for supplier sites. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for supplier sites. -
legalAddress: string
Title:
Legal AddressMaximum Length:150 -
legalAddress_Display: string
Title:
Legal Address -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : suppliers-sites-thirdPartyPaymentRelationships-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the supplier record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the supplier record. -
DefaultRelationshipFlag: boolean
Title:
DefaultMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then it's the default third-party payment relationship. If false, then it's not the default third-party payment relationship. The default value is false. -
Description: string
Title:
DescriptionMaximum Length:1000Details that are included in the payment file. -
FromDate: string
(date)
Title:
From DateDate when the third-party payment relationship becomes effective. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the user most recently updated the supplier record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the supplier record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RemitToAddress: string
Title:
Address NameMaximum Length:240Address of the party designated to receive payment on behalf of the supplier on the invoice. -
RemitToAddressId: integer
(int64)
Value that uniquely identifies the address of the party designated to receive payment on behalf of the supplier on the invoice.
-
RemitToSupplier: string
Title:
Remit-to SupplierMaximum Length:360Name of the party designated to receive payment on behalf of the supplier on the invoice. -
RemitToSupplierPartyId: integer
(int64)
Value that uniquely identifies the party designated to receive payment on behalf of the supplier on the invoice. The party designated to receive payment is identified through the SupplierPartyId attribute (and not SupplierId).
-
ToDate: string
(date)
Title:
To DateDate when the third-party payment relationship is no longer effective. -
TppRelationshipId: integer
(int64)
Value that uniquely identifies a supplier site third-party payment relationship.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all suppliers.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/suppliers"
Example Response Body
The following shows an example of the response body in JSON format.
{
"items" : [ {
"SupplierId" : 1716,
"SupplierPartyId" : 299430,
"Supplier" : "CV_SuppA06",
"SupplierNumber" : "8057",
"AlternateName" : null,
"TaxOrganizationTypeCode" : "CORPORATION",
"TaxOrganizationType" : "Corporation",
"SupplierTypeCode" : "MAINTENANCE",
"SupplierType" : null,
"InactiveDate" : null,
"Status" : "ACTIVE",
"BusinessRelationshipCode" : "SPEND_AUTHORIZED",
"BusinessRelationship" : "Spend Authorized",
"ParentSupplierId" : null,
"ParentSupplier" : null,
"ParentSupplierNumber" : null,
"CreationDate" : "2003-09-09T08:31:51+00:00",
"CreationSourceCode" : "MANUAL",
"CreationSource" : "Manual",
"Alias" : null,
"DUNSNumber" : null,
"OneTimeSupplierFlag" : false,
"RegistryId" : "50659",
"CustomerNumber" : null,
"StandardIndustryClass" : null,
"NationalInsuranceNumber" : null,
"NationalInsuranceNumberExistsFlag" : false,
"CorporateWebsite" : "http://www.exampledomain.com",
"YearEstablished" : null,
"MissionStatement" : null,
"YearIncorporated" : null,
"ChiefExecutiveTitle" : null,
"ChiefExecutiveName" : null,
"PrincipalTitle" : null,
"PrincipalName" : null,
"FiscalYearEndMonthCode" : null,
"FiscalYearEndMonth" : null,
"CurrentFiscalYearPotentialRevenue" : null,
"PreferredFunctionalCurrencyCode" : "USD",
"PreferredFunctionalCurrency" : "US Dollar",
"TaxRegistrationCountryCode" : null,
"TaxRegistrationCountry" : null,
"TaxRegistrationNumber" : null,
"TaxpayerCountryCode" : null,
"TaxpayerCountry" : null,
"TaxpayerId" : null,
"TaxpayerIdExistsFlag" : false,
"FederalReportableFlag" : false,
"FederalIncomeTaxTypeCode" : null,
"FederalIncomeTaxType" : null,
"StateReportableFlag" : false,
"TaxReportingName" : null,
"NameControl" : null,
"VerificationDate" : null,
"UseWithholdingTaxFlag" : false,
"WithholdingTaxGroupId" : null,
"WithholdingTaxGroup" : null,
"BusinessClassificationNotApplicableFlag" : null,
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716",
"name" : "suppliers",
"kind" : "item",
"properties" : {
"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000077704000000077372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000371007E000371007E000371007E000371007E000371007E000378"
}
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716",
"name" : "suppliers",
"kind" : "item"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/lov/CurrencyLookup",
"name" : "CurrencyLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/lov/WithholdingTaxGroupLookup",
"name" : "WithholdingTaxGroupLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/lov/FiscalYearEndMonthLookup",
"name" : "FiscalYearEndMonthLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/lov/FederalIncomeTaxTypeLookup",
"name" : "FederalIncomeTaxTypeLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/lov/ParentSupplierLookup",
"name" : "ParentSupplierLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/lov/CountryLookup",
"name" : "CountryLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/lov/TaxOrganizationTypeLookup",
"name" : "TaxOrganizationTypeLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/lov/SupplierTypeLookup",
"name" : "SupplierTypeLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/lov/BusinessRelationshipLookup",
"name" : "BusinessRelationshipLookup",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/child/sites",
"name" : "sites",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/child/DFF",
"name" : "DFF",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/child/globalDFF",
"name" : "globalDFF",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/child/businessClassifications",
"name" : "businessClassifications",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/child/contacts",
"name" : "contacts",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/child/productsAndServices",
"name" : "productsAndServices",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/child/attachments",
"name" : "attachments",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1716/child/addresses",
"name" : "addresses",
"kind" : "collection"
} ]
}, {
"SupplierId" : 1717,
"SupplierPartyId" : 37816,
"Supplier" : "CV_SuppA05",
"SupplierNumber" : "8058",
"AlternateName" : null,
"TaxOrganizationTypeCode" : "CORPORATION",
"TaxOrganizationType" : "Corporation",
"SupplierTypeCode" : "MAINTENANCE",
"SupplierType" : null,
"InactiveDate" : null,
"Status" : "ACTIVE",
"BusinessRelationshipCode" : "SPEND_AUTHORIZED",
"BusinessRelationship" : "Spend Authorized",
"ParentSupplierId" : null,
"ParentSupplier" : null,
"ParentSupplierNumber" : null,
"CreationDate" : "2003-09-09T08:37:06+00:00",
"CreationSourceCode" : "MANUAL",
"CreationSource" : "Manual",
"Alias" : null,
"DUNSNumber" : null,
"OneTimeSupplierFlag" : false,
"RegistryId" : "26518",
"CustomerNumber" : null,
"StandardIndustryClass" : null,
"NationalInsuranceNumber" : null,
"NationalInsuranceNumberExistsFlag" : false,
"CorporateWebsite" : null,
"YearEstablished" : null,
"MissionStatement" : null,
"YearIncorporated" : null,
"ChiefExecutiveTitle" : null,
"ChiefExecutiveName" : null,
"PrincipalTitle" : null,
"PrincipalName" : null,
"FiscalYearEndMonthCode" : null,
"FiscalYearEndMonth" : null,
"CurrentFiscalYearPotentialRevenue" : null,
"PreferredFunctionalCurrencyCode" : null,
"PreferredFunctionalCurrency" : null,
"TaxRegistrationCountryCode" : null,
"TaxRegistrationCountry" : null,
"TaxRegistrationNumber" : null,
"TaxpayerCountryCode" : null,
"TaxpayerCountry" : null,
"TaxpayerId" : null,
"TaxpayerIdExistsFlag" : false,
"FederalReportableFlag" : false,
"FederalIncomeTaxTypeCode" : null,
"FederalIncomeTaxType" : null,
"StateReportableFlag" : false,
"TaxReportingName" : null,
"NameControl" : null,
"VerificationDate" : null,
"UseWithholdingTaxFlag" : false,
"WithholdingTaxGroupId" : null,
"WithholdingTaxGroup" : null,
"BusinessClassificationNotApplicableFlag" : null,
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717",
"name" : "suppliers",
"kind" : "item",
"properties" : {
"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000077704000000077372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000371007E000371007E000371007E000371007E000371007E000378"
}
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717",
"name" : "suppliers",
"kind" : "item"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/lov/CurrencyLookup",
"name" : "CurrencyLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/lov/WithholdingTaxGroupLookup",
"name" : "WithholdingTaxGroupLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/lov/FiscalYearEndMonthLookup",
"name" : "FiscalYearEndMonthLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/lov/FederalIncomeTaxTypeLookup",
"name" : "FederalIncomeTaxTypeLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/lov/ParentSupplierLookup",
"name" : "ParentSupplierLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/lov/CountryLookup",
"name" : "CountryLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/lov/TaxOrganizationTypeLookup",
"name" : "TaxOrganizationTypeLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/lov/SupplierTypeLookup",
"name" : "SupplierTypeLookup",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/lov/BusinessRelationshipLookup",
"name" : "BusinessRelationshipLookup",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/child/sites",
"name" : "sites",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/child/DFF",
"name" : "DFF",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/child/globalDFF",
"name" : "globalDFF",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/child/businessClassifications",
"name" : "businessClassifications",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/child/contacts",
"name" : "contacts",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/child/productsAndServices",
"name" : "productsAndServices",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/child/attachments",
"name" : "attachments",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/suppliers/1717/child/addresses",
"name" : "addresses",
"kind" : "collection"
} ]
} ],
"count" : 2,
"hasMore" : false,
"limit" : 25,
"offset" : 0,
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/suppliers",
"name" : "suppliers",
"kind" : "collection"
} ]
}