Get an organization

get

/crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}

Request

Path Parameters
  • The unique alternate identifier for the organization party. You can update the value if the profile option HZ_GENERATE_PARTY_NUMBER is set to True. The default value is a concatenation of the value specified in the profile option ZCA_PUID_PREFIX and a unique system generated sequence number. Inactive records can't be updated.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

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

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • 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
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : hubOrganizations-item-response
Type: object
Show Source
  • Title: Account Score
    The score assigned based on custom criteria by the user.
  • Title: Account Scoring Tier
    Maximum Length: 30
    The tier assigned based on custom criteria by the user.
  • Additional Identifiers
    Title: Additional Identifiers
    The additional identifiers resource is used to view, create, update, and delete an additional identifiers such as driver's license number or passport number.
  • Additional Names
    Title: Additional Names
    The additional names resource is used to view, create, update, and delete additional names associated with an account. The resource allows you to capture other names associated with an account, such as a maiden name, or a brand name.
  • Addresses
    Title: Addresses
    The addresses resource is used to view, create, update, and delete an address. It is an object that includes attributes used to store values while creating or updating an address. An address represents the location information of an account, contact or household.
  • Title: Address Line 1
    Maximum Length: 240
    The first line of address.
  • Title: Address Line 2
    Maximum Length: 240
    The second line of address.
  • Title: Address Line 3
    Maximum Length: 240
    The third line of address.
  • Title: Address Line 4
    Maximum Length: 240
    The fourth line of address.
  • Title: Additional Address Element 1
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Additional Address Element 2
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Additional Address Element 3
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Additional Address Element 4
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Additional Address Element 5
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Address Lines Phonetic
    Maximum Length: 560
    The phonetic or Kana representation of the Kanji address lines (used in Japan).
  • Title: Site Number
    Maximum Length: 30
    The alternate unique identifier for the address. One of AddressId, AddressNumber or SourceSystem and SourceSystemReferenceValue keys is used to identify the address record during update. If not specified, then it is automatically generated. Prefix defined as in profile option ZCA_PUID_PREFIX concatenated with an internally generated unique sequence number.
  • The additional information as type of address like BillTo, ShipTo.
  • Title: Analysis Year
    Maximum Length: 5
    The fiscal year used as the source for financial information.
  • Organization Attachments
    Title: Organization Attachments
    The organization attachments resource is used to view, create, update, and delete attachments of an organization.
  • Title: Bank Code
    Maximum Length: 30
    The code used to identify a bank in several countries, typically for regulatory purposes.
  • Title: Bank or Branch Number
    Maximum Length: 30
    The bank number for banks and branch number for bank branches, primarily the ABA number for US bank branches.
  • Title: Branch Code
    Maximum Length: 30
    The code used to identify a bank branch in several countries, typically for regulatory purposes.
  • Title: Branch Indicator
    Maximum Length: 1
    Indicates whether this is a branch location. Y for branch locations, N for all other locations.
  • Title: Building
    Maximum Length: 240
    The specific building name or number at a given address.
  • Title: D&B Business Report
    The Dun & Bradstreet business information report.
  • Title: Business Scope
    Maximum Length: 20
    The class of business to which the organization belongs, such as local, national, or international.
  • Title: Chief Executive Name
    Maximum Length: 240
    The name of the organization's chief executive officer.
  • Title: Chief Executive Title
    Maximum Length: 240
    The formal title of the chief executive officer.
  • Title: Certification Level
    Maximum Length: 30
    The certification level of the organization. A list of valid certification level codes is defined using the lookup HZ_PARTY_CERT_LEVEL. Review and update the codes using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: Certification Reason
    Maximum Length: 30
    The reason for the organization's current certification level assignment. A list of valid certification reason codes are defined using the lookup HZ_PARTY_CERT_REASON. Review and update the codes using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: City
    Maximum Length: 60
    The city element of address.
  • Title: Cleanliness
    The overall score for the contact or account record for category = Cleanliness.
  • Title: Comments
    Maximum Length: 2000
    The user comments for the organization.
  • Title: Completeness
    The overall score for the contact or account record for category = Completeness.
  • Title: Congressional District
    Maximum Length: 2
    The U.S. Congressional district code for the account.
  • Contact Points
    Title: Contact Points
    The contact points resource is used to view, create, update, and delete a contact point. It is an object that includes attributes used to store values while creating or updating the contact point. The Contactpoint describes the types of contact points. For example, phone, email, web etc.
  • Title: Organization Control Year
    The year when current ownership gained control of the organization.
  • Maximum Length: 15
    The corporate currency code used by the CRM Extensibility framework. It is defaulted to the value set in the profile option ZCA_COMMON_CORPORATE_CURRENCY.
  • Title: Corporation Class
    Maximum Length: 60
    The taxation classification for corporation entities such as Chapter S in the US.
  • Title: Country
    Maximum Length: 2
    The country code of the address.
  • Title: County
    Maximum Length: 60
    The county element of address.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the organization record.
  • Maximum Length: 30
    Default Value: ORA_ZCH_WS
    The application module that created the organization record. Defaulted to value HZ_WS for all web service based creation. A list of valid certification level codes is defined in the lookup HZ_CREATED_BY_MODULES. You can review and update the codes using the Setup and Maintenance task, Manage Trading Community Common Lookups.
  • Title: Creation Date
    Read Only: true
    The date when the record was created.
  • Maximum Length: 30
    The currency conversion rate type. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Currency
    Maximum Length: 15
    The currency code. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Current Fiscal Year's Potential Revenue
    The estimated revenues that can be earned by the organization during its current fiscal year.
  • Customer Classifications
    Title: Customer Classifications
    The customer classifications resource is used to view, create, update, and delete a customer classification. It is an object that includes attributes used to store values while creating or updating a code assignment. A code assignment represents the classification category and classification code information of an account, contact, or household.
  • Title: Enrichment Status
    Maximum Length: 30
    The enrichment status of the contact record from Data-as-a-Service. A list of valid values are defined in the lookup DATA_CLOUD_STATUS. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task.
  • Title: Data Confidence
    The overall data confidence Score that indicates the level of data quality for a particular record.
  • Title: DataFox Company ID
    Maximum Length: 30
    Indicates the identifier of the matched record from DataFox.
  • Title: Description
    Maximum Length: 2000
    The description of the location.
  • Title: Disadvantaged Indicator
    Maximum Length: 30
    Indicates whether the organization is considered disadvantaged by the US government under Title 8A. If the value is Yes, the organization is considered disadvantaged under Title 8A. The default value is No.
  • Indicates the unique identifier of an organization that is the Dun and Bradstreet headquarters location from which information should be displayed in the case that the branch location information is not available.
  • Title: Domestic Ultimate D-U-N-S Number
    Maximum Length: 30
    The DUNS Number for the Domestic Ultimate. A Domestic Ultimate is the highest member of the same country in the organization's hierarchy. An organization can be its own Domestic Ultimate.
  • Title: Don't Confuse With
    Maximum Length: 255
    Indicates that there is an organization that is similarly named.
  • Title: D&B Credit Rating
    Maximum Length: 5
    The Dun & Bradstreet credit rating.
  • Title: D-U-N-S Number
    Maximum Length: 30
    The DUNS Number in freeform text format. The value not restricted to nine digit number.
  • Title: Duplicate Type
    Maximum Length: 30
    Indicates the duplicate status of the record in certain scenarios.
  • Duplicate Parties
    Title: Duplicate Parties
    The duplicate parties resource is used to view, create, and delete all the duplicate parties for the given organization.
  • Title: Duplication
    The overall score for the contact or account record for category = Duplicate.
  • Title: Email Address
    The e-mail address of the contact point for the organization.
  • Title: Email Verification Date
    The date when email address of the account was last verified.
  • Title: Email Verification Status
    Maximum Length: 30
    The status code of the verification of email address for the account. The values based on the lookup are valid, invalid, or partially invalid for email.
  • Title: Number of Employees at Identifying Address
    Maximum Length: 10
    The qualifier to calculate the estimated number of employees at the primary address. A list of valid qualifier codes are defined using the lookup EMP_AT_PRIMARY_ADR_EST_IND. Review and update the codes using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: Number of Employees at Identifying Address Estimated Qualifier
    Maximum Length: 30
    The estimated minimum number of employees at the primary address. A list of accepted values are defined in the lookup type EMP_AT_PRIMARY_ADR_MIN_IND. Review and update the values using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: Number of Employees at Identifying Address Minimum Qualifier
    Maximum Length: 30
    The qualifier to qualify calculation of employees at the primary address as minimum.
  • Title: Employees at Identifying Address
    Maximum Length: 12
    The number of employees at the referenced address in text format.
  • Title: Number of Employees
    The total number of employees in the organization.
  • Title: Inquiry D-U-N-S
    Maximum Length: 15
    The identifier used to query the Dun and Bradstreet data. If a location is a branch, then in some countries the headquarters DUNS number is used to do the query.
  • Title: Enrichment
    The overall score for the contact or account record for category = Enrichment.
  • Title: Exporter Indicator
    Maximum Length: 30
    Indicates whether the organization is an exporter. If the value is Y, then the organization is an exporter. The default value is N.
  • Title: Fiscal Year End Month
    Maximum Length: 30
    The last month of a fiscal year for the organization. The list of accepted values is defined in the lookup type MONTH.
  • Title: Floor
    Maximum Length: 40
    The specific floor number at a given address or in a particular building when the building number is provided.
  • Title: Address
    Read Only: true
    The formatted version of the primary address.
  • Title: GSA Indicator
    Maximum Length: 1
    Indicates whether organization is a US federal agency supported by the General Services Administration (GSA). If the value is Y, then the organization is supported by GSA. The default value is N.
  • Title: Global Ultimate D-U-N-S Number
    Maximum Length: 30
    The DUNS Number for the Global Ultimate. A Global Ultimate is the highest member in the organization's hierarchy. An organization can be its own Global Ultimate.
  • Title: Growth Strategy Description
    Maximum Length: 2000
    The user-defined description of growth strategy.
  • Title: Home Country
    Maximum Length: 2
    The home country of the organization.
  • Title: HQ Branch Indicator
    Maximum Length: 30
    The status of this site, such as HQ, a branch, or a single location. A list of accepted values are defined in the lookup type HQ_BRANCH_IND.
  • Title: Importer Indicator
    Maximum Length: 30
    Indicates whether the organization is an importer. If the value is Y, then the organization is an importer. The default value is N.
  • Title: Keywords
    Maximum Length: 2000
    The top keywords for an account.
  • Title: Labor Surplus Indicator
    Maximum Length: 30
    Indicates whether the organization operates in an area with a labor surplus. If the value is Y, then the organization operates in an area with a labor surplus. The default value is N.
  • Title: Last Enrichment Date
    Read Only: true
    The date when the record was last enriched.
  • Title: Last Score Date
    Indicates when the last data confidence score on this record was computed.
  • Title: Last Updated Date
    Read Only: true
    The date when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Title: Legal Status
    Maximum Length: 30
    The legal structure of the organization such as partnership, corporation, and so on.
  • Title: Line of Business
    Maximum Length: 240
    The type of business activities performed at this site.
  • Linked Parties
    Title: Linked Parties
    The linked parties resource is used to view, create, and delete all the linked parties for the given organization.
  • Links
  • Title: Local Activity Code
    Maximum Length: 30
    The local activity classification code.
  • Title: Local Activity Code Type
    Maximum Length: 30
    The type of the local activity classification code.
  • Title: Common Business Identifier
    Maximum Length: 60
    The unique identifier assigned to a businesses by a government agency such as Chamber of Commerce, or any other authority. It is often used by countries other than USA.
  • Title: Common Business Identifier Type
    Maximum Length: 30
    The lookup that represents most common business identifier in a country such as Chamber of Commerce Number in Italy, Government Registration Number in Taiwan. A list of accepted values are defined in the lookup type LOCAL_BUS_IDEN_TYPE.
  • Title: Mail Stop
    Maximum Length: 60
    A user-defined code to indicate a mail drop point within their organization.
  • Title: Minority-Owned Indicator
    Maximum Length: 30
    Indicates whether the organization is primarily owned by ethnic or racial minorities. If the value is Y, then the organization is owned by ethnic or racial minorities. company is primarily owned by ethnic or racial minorities. The default value is N.
  • Title: Type of Minority-Owned Organization
    Maximum Length: 30
    The type of minority-owned firm.
  • Title: Mission Statement
    Maximum Length: 2000
    The corporate charter of organization in user-defined text format.
  • Title: Next Fiscal Year's Potential Revenue
    The estimated revenue of the organization to be earned during its next fiscal year.
  • Notes
    Title: Notes
    The notes resource is used to view, create, update, and delete a note. It is a note data object that captures comments, information or instructions for an Oracle Fusion Applications business object.
  • Title: Organization Name
    Maximum Length: 360
    The name of the organization.
  • Title: Organization Size
    Maximum Length: 30
    The size of the organization based on its revenue, number of employees, and so on.
  • Title: Organization Type
    Maximum Length: 30
    The type of the organization.
  • Title: Out of Business Indicator
    Maximum Length: 30
    Indicates whether the organization is out of business. If the value is Y, then the organization is out of business. The default value is N.
  • Title: Parent D-U-N-S Number
    Maximum Length: 30
    The DUNS Number of the organization or the parent entity that owns a majority stake of the organization's capital stock. The parent entity can be a subsidiary of another corporation. If the parent also has branches, then it is regarded as headquarters as well as a parent company. A headquarters is a business establishment that has branches or divisions reporting to it, and is financially responsible for those branches or divisions. If the headquarters has more than 50% of capital stock owned by another corporation, it also will be a subsidiary. If it owns more than 50% of capital stock of another corporation, then it is also a parent.
  • Title: Subsidiary Indicator
    Maximum Length: 30
    Indicates whether the organization is a parent or subsidiary.
  • Title: Party ID
    Read Only: true
    The unique identifier of the organization.
  • Title: Party Number
    Maximum Length: 30
    The unique alternate identifier for the organization party. You can update the value if the profile option HZ_GENERATE_PARTY_NUMBER is set to True. The default value is a concatenation of the value specified in the profile option ZCA_PUID_PREFIX and a unique system generated sequence number. Inactive records can't be updated.
  • Title: Party Usage Code
    The party usage code for this organization.
  • Title: Phone Verification Date
    The date when phone number of account was last verified.
  • Title: Phone Verification Status
    Maximum Length: 30
    The status code of the phone number verification for the account. The values based on lookup are valid and invalid for phone.
  • Title: Postal Code
    Maximum Length: 60
    The postal code as defined by the formal countrywide postal system.
  • Title: Postal Code Extension
    Maximum Length: 20
    The four digit extension to the United States Postal ZIP code.
  • Title: Preferred Contact Method
    Maximum Length: 30
    The preferred contact method of the organization. The accepted values are defined in the lookup type HZ_PREFERRED_CONTACT_METHOD. Review and update the codes using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: Preferred Functional Currency
    Maximum Length: 15
    The code indicating the organization's default currency. A list of valid currency codes are defined during the application setup.
  • Title: Principal Name
    Maximum Length: 240
    The name of the highest ranking person in the organization.
  • Title: Principal Title
    Maximum Length: 240
    The title of the highest ranking person in the organization.
  • Title: Province
    Maximum Length: 60
    The province element of address.
  • Title: Private Ownership
    Maximum Length: 1
    Indicates whether the organization is publically or privately owned. If the value is Y, then the organization is a privately owned organization. The default value is N.
  • Title: Raw Phone Number
    The unformatted phone number of the organization.
  • Title: Recency
    The overall score for the contact or account record for category = Recency.
  • Title: Registration Type
    Maximum Length: 30
    Indicates the type of registration, such as nonprofit. The accepted values are defined in the lookup type REGISTRATION_TYPE.
  • Relationships
    Title: Relationships
    The relationships resource is used to view, create, update, and delete a relationship. It is an object that includes attributes used to store values while creating or updating a relationship. This object stores attributes that define and categorizes a relationship between 2 entities such as account, contact and household.
  • Title: Rent or Own Indicator
    Maximum Length: 30
    Indicates whether this contact owns or rents his or her residence. A list of valid values for rent, own, and lease are defined in the lookup OWN_RENT_IND. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task.
  • Title: Small Business Indicator
    Maximum Length: 30
    Indicates whether the organization is considered as a small business. If the value is Y, then the organization is considered as a small business. The default value is N.
  • Smart Actions
    Title: Smart Actions
    This VO stores the endpoint and security details for every user action.
  • Title: Source System
    Maximum Length: 255
    The name of external source system where the organization party is imported from. The values configured in setup task Trading Community Source System.
  • Source System References
    Title: Source System References
    The source system references resource is used to view, create, update, and delete a source system reference. It is an external system from which data can be imported into the trading community registry.
  • Title: Source System Reference
    Maximum Length: 255
    The unique identifier for the organization party from the external source system specified in the attribute SourceSystem.
  • Title: State
    Maximum Length: 60
    The state element of address.
  • Read Only: true
    Maximum Length: 1
    Default Value: A
    Indicates the status of the organization. This is an internally-used column and the values are defined in the lookup HZ_STATUS. Review and update the codes using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: Stock Symbol
    Maximum Length: 20
    The corporate stock symbol of the organization as listed in stock exchanges.
  • Title: Taxpayer Identification Number
    Maximum Length: 20
    The taxpayer identification number that is often a unique identifier of the organization, such as income taxpayer Id in USA and fiscal code or NIF in Europe.
  • Title: Third Party Indicator
    Maximum Length: 1
    Indicate whether the organization was a third party.
  • Title: Number of Employees Estimated Qualifier
    Maximum Length: 30
    Indicates whether the employee total is estimated. The accepted values are defined in the lookup type TOTAL_EMP_EST_IND.
  • Title: Number of Employees Includes Subsidiaries
    Maximum Length: 30
    Indicates whether subsidiaries are included in the calculation of total employees. The accepted values are defined in the lookup type TOTAL_EMPLOYEES_INDICATOR.
  • Title: Number of Employees Minimum Qualifier
    Maximum Length: 30
    Indicates whether the number is a minimum, maximum, or average number of total employees. The accepted values are defined in the lookup type TOTAL_EMP_MIN_IND.
  • Title: Total Number of Employees
    Maximum Length: 60
    The total number of employees in text format.
  • Title: Total Payments
    The total number of payment experiences.
  • Maximum Length: 30
    The attribute stores the FSIO related trading partner codes.
  • Title: Organization Name
    Maximum Length: 360
    The name as captured by the users to internally identify the organization.
  • Title: Name Suffix
    Maximum Length: 540
    The suffix used to generate the attribute PartyUniqueName. The suffix is concatenated to the OrganizationName attribute to generate the PartyUniqueName. The primary address is defaulted as the suffix.
  • Title: URL
    The uniform resource locator or a website containing information about the organization.
  • Party Usage Assignments
    Title: Party Usage Assignments
    The party usage assignments resource is used to view, create, update, and delete a party usage assignment. It is the party usage assignment associated with a trading community member.
  • Title: Validated
    Maximum Length: 1
    Indicates whether the organization was validated.
  • Title: Validity
    The overall score for the contact or account record for category = Validity.
  • Title: Woman-Owned Indicator
    Maximum Length: 30
    Indicates whether the organization is primarily owned by women. If the value is Y, then the organization is primarily owned by women. The default value is N.
  • Title: Year Established
    The year that the organization started it business operations.
  • Title: Year Incorporated
    The year that the business was formally incorporated.
Nested Schema : Additional Identifiers
Type: array
Title: Additional Identifiers
The additional identifiers resource is used to view, create, update, and delete an additional identifiers such as driver's license number or passport number.
Show Source
Nested Schema : Additional Names
Type: array
Title: Additional Names
The additional names resource is used to view, create, update, and delete additional names associated with an account. The resource allows you to capture other names associated with an account, such as a maiden name, or a brand name.
Show Source
Nested Schema : Addresses
Type: array
Title: Addresses
The addresses resource is used to view, create, update, and delete an address. It is an object that includes attributes used to store values while creating or updating an address. An address represents the location information of an account, contact or household.
Show Source
Nested Schema : Organization Attachments
Type: array
Title: Organization Attachments
The organization attachments resource is used to view, create, update, and delete attachments of an organization.
Show Source
Nested Schema : Contact Points
Type: array
Title: Contact Points
The contact points resource is used to view, create, update, and delete a contact point. It is an object that includes attributes used to store values while creating or updating the contact point. The Contactpoint describes the types of contact points. For example, phone, email, web etc.
Show Source
Nested Schema : Customer Classifications
Type: array
Title: Customer Classifications
The customer classifications resource is used to view, create, update, and delete a customer classification. It is an object that includes attributes used to store values while creating or updating a code assignment. A code assignment represents the classification category and classification code information of an account, contact, or household.
Show Source
Nested Schema : Duplicate Parties
Type: array
Title: Duplicate Parties
The duplicate parties resource is used to view, create, and delete all the duplicate parties for the given organization.
Show Source
Nested Schema : Linked Parties
Type: array
Title: Linked Parties
The linked parties resource is used to view, create, and delete all the linked parties for the given organization.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The notes resource is used to view, create, update, and delete a note. It is a note data object that captures comments, information or instructions for an Oracle Fusion Applications business object.
Show Source
Nested Schema : Relationships
Type: array
Title: Relationships
The relationships resource is used to view, create, update, and delete a relationship. It is an object that includes attributes used to store values while creating or updating a relationship. This object stores attributes that define and categorizes a relationship between 2 entities such as account, contact and household.
Show Source
Nested Schema : Smart Actions
Type: array
Title: Smart Actions
This VO stores the endpoint and security details for every user action.
Show Source
Nested Schema : Source System References
Type: array
Title: Source System References
The source system references resource is used to view, create, update, and delete a source system reference. It is an external system from which data can be imported into the trading community registry.
Show Source
Nested Schema : Party Usage Assignments
Type: array
Title: Party Usage Assignments
The party usage assignments resource is used to view, create, update, and delete a party usage assignment. It is the party usage assignment associated with a trading community member.
Show Source
Nested Schema : hubOrganizations-AdditionalIdentifier-item-response
Type: object
Show Source
  • Title: Issuing Country
    Maximum Length: 2
    The country code of the additional identifier. Review the list of country codes using the Manage Geographies task.
  • Read Only: true
    Maximum Length: 64
    The user who created the additional identifier.
  • Default Value: HZ_WS
    The application module that created this organization record. Defaulted to value HZ_WS for all web service based creation. A list of valid certification level codes is defined in the lookup HZ_CREATED_BY_MODULES. You can review and update the codes using the Setup and Maintenance task, Manage Trading Community Common Lookups.
  • Read Only: true
    The date when the additional identifier was created.
  • Title: Description
    Maximum Length: 240
    The description of the additional identifier.
  • Title: Expiration Date
    The date when the additional identifier will expire.
  • Title: Issue Date
    The date when the additional identifier was issued.
  • Title: Issuing Authority Name
    Maximum Length: 500
    The name of the issuing authority of the additional identifier.
  • The unique identifier of the issuing authority party.
  • Read Only: true
    The date when the additional identifier was last updated.
  • Read Only: true
    Maximum Length: 64
    The user who last updated the additional identifier.
  • Read Only: true
    Maximum Length: 32
    The login of the user who last updated the additional identifier.
  • Links
  • Read Only: true
    The number used to implement locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to determine whether another session has updated the row.
  • The unique identifier of the party.
  • Read Only: true
    The unique identifier of the party.
  • Title: Identifier Type
    Maximum Length: 30
    The type of party identifier.
  • Title: Identifier Value
    Maximum Length: 60
    The value of the party identifier.
  • The party number. Inactive records can't be updated.
  • The name of external source system of the account, contact or household with which the address is associated. Part of alternate key for the account, contact or household record (along with PartyourceSystemReferenceValue). One of PartyId, PartyNumber or PartySourceSystem and PartySourceSystemReferenceValue keys is required to identify the account, contact or household record with which the address is associated. The value for this attribute should be predefined in the lookup type HZ_ORIG_SYSTEMS_VL using the setup task Manage Trading Community Source Systems.
  • The identifier for the record from an external source system.
  • The name of external source system, which is defined by an admin as part of system setup. It is part of alternate key (along with SourceSystemReference), and is mandatory if PK or partyNumberBusinessKey is not passed in update.
  • The unique identifier of the relationship from external source system.
  • Title: Issuing State
    Maximum Length: 60
    The attribute is used for certain types of identifiers such as Passports or Driving licenses based on geography setup.
  • Maximum Length: 1
    Default Value: A
    The status code of the additional identifier.
Nested Schema : hubOrganizations-AdditionalName-item-response
Type: object
Show Source
  • Title: Academic Title
    Maximum Length: 30
    The part of the person's title that denotes the academic qualification, such as Dr. Jane Smith.
  • Default Value: 0
    The unique identifier of the conflict. This number is used by mobile or portable applications that consume the web service.
  • Read Only: true
    Maximum Length: 64
    The user who created the contact record.
  • Read Only: true
    The date and time when the contact record was created.
  • Title: Description
    Maximum Length: 240
    The description of the Additional Name record.
  • Title: First Name
    Maximum Length: 150
    The first name in the additional name (Not Applicable).
  • Title: Last Name
    Maximum Length: 150
    The last name in the additional name (Not Applicable).
  • Read Only: true
    The date and time when the contact was last updated.
  • Read Only: true
    Maximum Length: 64
    The user who last updated the contact record.
  • Links
  • Title: Middle Name
    Maximum Length: 60
    The middle name in the additional name (Not Applicable).
  • Title: Additional Name
    Maximum Length: 360
    The name of the organization, person, or group party. For example, "Oracle" or "John Smith".
  • Read Only: true
    The unique identifier of the name.
  • Title: Additional Name Type
    Maximum Length: 30
    The type of the name. For example, ALIAS or LEGAL.
  • The unique identifier of the party.
  • Title: Registry ID
    Read Only: true
    Maximum Length: 30
    The party number. Inactive records can't be updated.
  • The name of external source system of the account, contact or household with which the address is associated. Part of alternate key for the account, contact or household record (along with PartyourceSystemReferenceValue). One of PartyId, PartyNumber or PartySourceSystem and PartySourceSystemReferenceValue keys is required to identify the account, contact or household record with which the address is associated. The value for this attribute should be predefined in the lookup type HZ_ORIG_SYSTEMS_VL using the setup task Manage Trading Community Source Systems.
  • The identifier for the record from an external source system.
  • Title: Preferred Indicator
    Maximum Length: 1
    Default Value: false
    Indicates the preferred name for this party within this name type. Possible values are 'Y' and 'N'. Default is 'N'.
  • The name of external source system, which is defined by an admin as part of system setup. It is part of alternate key (along with SourceSystemReference), and is mandatory if PK or partyNumberBusinessKey is not passed in update.
  • The unique identifier of the relationship from external source system.
  • Maximum Length: 1
    Default Value: true
    The status of the additional name, used for soft delete.
  • Title: Title
    Maximum Length: 60
    A professional or family title, such as Don or The Right Honorable.
  • Title: Transliteration Language
    Maximum Length: 4
    The transliteration language attribute helps people pronounce words and names in foreign languages. It is validated against FND_LANGUAGES.LANGUAGE_CODE. Sample values: US,NL,DK etc.
Nested Schema : hubOrganizations-Address-item-response
Type: object
Show Source
  • Title: Additional Address Element 1
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Additional Address Element 2
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Additional Address Element 3
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Additional Address Element 4
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Additional Address Element 5
    Maximum Length: 150
    The additional address element to support flexible address format.
  • Title: Address Line 1
    Maximum Length: 240
    The first line for address.
  • Title: Address Line 2
    Maximum Length: 240
    The second line for address.
  • Title: Address Line 3
    Maximum Length: 240
    The third line for address.
  • Title: Address Line 4
    Maximum Length: 240
    The fourth line for address.
  • Read Only: true
    The unique address identifier that is internally generated during create. One of AddressId, AddressNumber or SourceSystem and SourceSystemReferenceValue keys is used to identify the address record during update.
  • Title: Address Lines Phonetic
    Maximum Length: 560
    The phonetic or Kana representation of the Kanji address lines (used in Japan).
  • Title: Site Number
    Maximum Length: 30
    The alternate unique identifier for the address. One of AddressId, AddressNumber or SourceSystem and SourceSystemReferenceValue keys is used to identify the address record during update. If not specified, then it is automatically generated. Prefix defined as in profile option ZCA_PUID_PREFIX concatenated with an internally generated unique sequence number.
  • Title: Type
    The type of address.
  • Title: Building
    Maximum Length: 240
    Specific building name or number at a given address.
  • The formatted address.
  • Title: City
    Maximum Length: 60
    The city element of Address.
  • Title: CLLI Code
    Maximum Length: 60
    The Common Language Location Identifier (CLLI) code.
  • Title: Comments
    Maximum Length: 2000
    The user comments for the address.
  • Default Value: 0
    The unique identifier of the conflict.
  • Title: Corporate Currency
    Maximum Length: 15
    The corporate currency code associated with the addresses. A list of valid values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task. This attribute is used by CRM Extensibility framework.
  • Title: Country
    Maximum Length: 2
    The country code of the address.
  • Title: County
    Maximum Length: 60
    The county element of address.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the address record.
  • Default Value: HZ_WS
    The application module that created this organization record. Defaulted to value HZ_WS for all web service based creation. A list of valid certification level codes is defined in the lookup HZ_CREATED_BY_MODULES. Review and update the codes using the Setup and Maintenance task, Manage Trading Community Common Lookups.
  • Title: Created by Application
    Maximum Length: 30
    The application module that created this organization record. Defaulted to value HZ_WS for all web service based creation. A list of valid certification level codes is defined in the lookup HZ_CREATED_BY_MODULES. Review and update the codes using the Setup and Maintenance task, Manage Trading Community Common Lookups.
  • Title: Creation Date
    Read Only: true
    The date and time when the record was created.
  • Title: Currency Conversion Rate Type
    Maximum Length: 30
    The currency conversion rate type associated with the address. This attribute is used by CRM Extensibility framework. A list of valid values is defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Currency Code
    Maximum Length: 15
    The currency code related to the address. This attribute is used by CRM Extensibility framework. A list of valid values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Validated Date
    The date on which the address was last validated.
  • Title: Description
    Maximum Length: 2000
    An extensive description of the location.
  • Title: Contact Preferences
    Default Value: false
    Indicates that this address should not be used for mailing.
  • Title: Don't Validate
    Maximum Length: 1
    Indicates that a particular location is not eligible for address validation regardless of the current Validation Status Code.
  • Title: D-U-N-S Number
    Maximum Length: 30
    The D-U-N-S number of the business location.
  • The effective date of the address.
  • Title: End Date
    The date after which this address is rendered inactive.
  • Title: Floor
    Maximum Length: 40
    The specific floor number at a given address or in a particular building when the building number is provided.
  • Title: Address
    Read Only: true
    The formatted address information.
  • Title: Formatted Address 1
    Read Only: true
    The formatted address information.
  • Title: Address
    Read Only: true
    The formatted multiple line address information.
  • Title: Address
    Read Only: true
    The formatted multiple line address information.
  • Title: House Type
    Maximum Length: 30
    The building type. A list of valid values is defined in the lookup HZ_HOUSE_TYPE. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task.
  • Title: Last Updated Date
    Read Only: true
    The date and time when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The session login associated to the user who last updated the contact record.
  • Title: Latitude
    The attribute used to store latitude information for the location for spatial proximity and containment purposes.
  • Links
  • Title: Location Directions
    Maximum Length: 640
    The directions to the location.
  • Title: Location ID
    The unique identifier for the location record for this address.
  • Title: Longitude
    The attribute used to store longitude information for the location for spatial proximity and containment purposes.
  • Title: Mail Stop
    Maximum Length: 60
    A user-defined code to indicate a mail drop point within their organization.
  • The attribute used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
  • The attribute used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
  • Title: Party ID
    The unique Identifier of the account, contact, or household to which the address is associated. One of PartyId, PartyNumber or PartySourceSystem and PartySourceSystemReferenceValue keys is required to uniquely identify the account, contact, or household record with which the address is associated.
  • Title: Party Number
    The alternate unique identifier of the account, contact, or household to which the address is associated. One of PartyId, PartyNumber or PartySourceSystem and PartySourceSystemReferenceValue keys is required to identify the account, contact, or household record with which the address is associated. The default value is the value specified in the profile option ZCA_PUID_PREFIX concatenated with a unique generated sequence number. The value is updateable depending on the profile option HZ_GENERATE_PARTY_NUMBER. A list of valid values is defined in the profile option HZ_GENERATE_PARTY_NUMBER. Review and update the codes using the Setup and Maintenance work area, Manage Trading Community Common Profile Options task. Inactive records can't be updated.
  • Title: Site Name
    Maximum Length: 240
    The user defined name for the address.
  • Title: Party Source System
    The name of external source system of the account, contact, or household with which the address is associated. Part of Alternate Key for the account, contact, or household record (along with PartyourceSystemReferenceValue). One of PartyId, PartyNumber or PartySourceSystem and PartySourceSystemReferenceValue keys is required to identify the account, contact or household record with which the address is associated. The value for this attribute should be predefined in the lookup type HZ_ORIG_SYSTEMS_VL using the setup task Manage Trading Community Source Systems.
  • Title: Party Source System Reference Value
    Identifier from external source system for the account, contact or household with which the address is associated. Part of Alternate Key (along with PartySourceSystem) . One of PartyId, PartyNumber or PartySourceSystem and PartySourceSystemReferenceValue keys is required to identify the account, contact or household record with which the address is associated.
  • Title: Postal Code
    Maximum Length: 60
    The postal code as defined by the formal countrywide postal system.
  • Title: Postal Code Extension
    Maximum Length: 20
    The four digit extension to the United States Postal ZIP code.
  • Title: Primary
    Maximum Length: 1
    Default Value: false
    Indicates whether this is the primary address of the associated object. Accepts values Y for primary contact, N for all others.
  • Title: Province
    Maximum Length: 60
    The province element of Address.
  • The name of external source system for the address denoted by a code, which is defined by an administrator as part of system setup. The value for this attribute should be predefined in the lookup type HZ_ORIG_SYSTEMS_VL using the setup task Manage Trading Community Source Systems. SourceSystem and SourceSystemReference combination is unique and is used as the foreign key to identify an address.
  • The unique identifier for the address from the external source. SourceSystem and SourceSystemReference combination is unique and is used as the foreign key to identify an address.
  • Read Only: true
    Maximum Length: 255
    The name of the table that holds the record data and is referenced to manage source system reference.
  • Read Only: true
    Maximum Length: 255
    Default Value: HZ_PARTIES
    The name of the table that holds the party record data and is referenced to manage source system reference.
  • Title: Start Date
    The date from which this address is active. Defaulted to the current system date if not provided during create.
  • Title: State
    Maximum Length: 60
    The state element of Address.
  • Title: Status
    Maximum Length: 1
    Default Value: A
    An internal application determined flag indicating status of the address. Status codes are defined by the lookup HZ_STATUS.
  • Title: Validated
    Maximum Length: 1
    Default Value: false
    Indicates whether the location was validated. Y for validated, N for invalidated. If the value is True, then the location is validated. The value is internally set by system during address cleansing.
  • Read Only: true
    The date on which the validation starts. Internally set by system during address cleansing.
  • Title: Validation Status
    Maximum Length: 30
    The standardized status code that describes the results of the validation.
Nested Schema : hubOrganizations-Attachment-item-response
Type: object
Show Source
Nested Schema : hubOrganizations-ContactPoint-item-response
Type: object
Show Source
  • Title: Conflict ID
    Default Value: 0
    The unique identifier of the conflict.
  • Title: Contact Point ID
    Read Only: true
    The unique identifier of the contact point.
  • Title: Type
    Maximum Length: 30
    The type of contact point.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Title: Created by Application
    Default Value: HZ_WS
    The user who created the module.
  • Title: Creation Date
    Read Only: true
    The date when the record was created.
  • Title: OK to Contact
    Indicates whether to use a particular contact method.
  • Title: Do Not Contact
    The contact preference flag that indicates DNC option.
  • Title: Do Not Contact Reason
    The reason code for the contact preference.
  • Title: Email
    Maximum Length: 255
    The email address of the contact point.
  • Title: Email Purpose
    Maximum Length: 30
    The purpose of the email.
  • Title: Phone Number
    Read Only: true
    Maximum Length: 255
    The formatted phone number of the contact point.
  • Title: Last Update Date
    Read Only: true
    The date when the contact point was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the contact point.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login of the user who last updated the contact point.
  • Links
  • Title: Object Version Number
    The number used to implement locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to determine whether another session has updated the row.
  • Title: Party ID
    The unique identifier of the party.
  • Title: Registry ID
    The party number. Inactive records can't be updated.
  • Title: Party Source System
    The name of external source system of the account, contact, or household with which the address is associated. Part of alternate key for the account, contact or household record (along with PartyourceSystemReferenceValue). One of PartyId, PartyNumber or PartySourceSystem and PartySourceSystemReferenceValue keys is required to identify the account, contact or household record with which the address is associated. The value for this attribute should be predefined in the lookup type HZ_ORIG_SYSTEMS_VL using the setup task Manage Trading Community Source Systems.
  • Title: Party Source System Reference Value
    The unique identifier of the relationship from external source system.
  • Title: Area Code
    Maximum Length: 255
    The area code for the telephone number.
  • Title: Phone Country Code
    Maximum Length: 255
    The country code of the phone number.
  • Title: Extension
    Maximum Length: 255
    The extension number of the phone line number like office desk extension.
  • Title: Phone
    Maximum Length: 255
    The phone number of the contact point.
  • Title: Phone Purpose
    Maximum Length: 30
    The purpose of using the PHONE contact point. The accepted values are defined in the lookup type CONTACT_POINT_PURPOSE.Sample values: ASSISTANT,PERSONAL,HOME_BUSINESS,BUSINESS etc.
  • Title: Type
    The type of the phone.
  • Title: Preference Requested By
    Indicates if the permission or restriction was created internally or requested by the party. The list of accepted values are defined in the REQUESTED_BY lookup.
  • Title: Primary
    Maximum Length: 1
    Default Value: false
    Indicates whether the phone number is preferred.
  • Title: Phone
    Maximum Length: 255
    The phone number in raw format.
  • Title: User ID
    The unique identifier for the social network.
  • Title: Social Network
    The social network type.
  • Title: Social Network Purpose
    Maximum Length: 30
    The purpose of using the IM contact point. The accepted values are defined in the lookup type CONTACT_POINT_PURPOSE.Sample values: ASSISTANT,PERSONAL,HOME_BUSINESS,BUSINESS etc.
  • Title: Source System
    The name of external source system, which is defined by an admin as part of system setup. It is part of alternate key (along with SourceSystemReference), and is mandatory if PK or partyNumberBusinessKey is not passed in update.
  • Title: Source System Reference Value
    The unique identifier for the accounts party from the external source system specified in the attribute SourceSystem. It is part of alternate key (along with SourceSystemReference), and is mandatory if PK or partyNumberBusinessKey is not passed in update.
  • Title: Status
    Maximum Length: 30
    Default Value: A
    The status of the contact point.
  • Title: URL
    The URL associated with the contact point.
  • Title: Verification Date
    The date of verification of the phone or email contact point.
  • Title: Verification Status
    Maximum Length: 30
    The status of the verification for phone or email contact points. Accepted values are defined in the standard lookup type ORA_HZ_VALIDATION_STATUS as ORA_VALID, ORA_INVALID and ORA_PARTIALLY_VALID. The value ORA_PARTIALLY_VALID is applicable only for email. Default value is blank which indicates that values are not verified.
  • Title: Web Purpose
    Maximum Length: 30
    The purpose of using the WEB contact point. The accepted values are defined in the lookup type CONTACT_POINT_PURPOSE_WEB.Sample values: HOMEPAGE,SALESURL,MARKETINGURL,SUPPORTURL,RSS_FEED etc.
Nested Schema : hubOrganizations-CustomerClassification-item-response
Type: object
Show Source
  • Title: Classification Category
    Maximum Length: 30
    Name of the classification category.
  • Title: Classification Code
    Maximum Length: 30
    A valid classification code corresponding to the classification category.
  • Title: Classification Code Meaning
    Read Only: true
    Maximum Length: 80
    A valid classification code meaning corresponding to the classification code.
  • Title: Code Assignment ID
    Read Only: true
    The unique identifier for the customer classification assignment.
  • Read Only: true
    Default Value: 0
    The unique identifier of the conflict.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The name of the user who created the record.
  • Title: Created by Module
    Maximum Length: 30
    The application or module that created the record. The default value is HZ_WS for all web service based creation.
  • Title: Creation Date
    Read Only: true
    Indicates the date and time when the record is created.
  • Title: End Date
    The date on which the classification code is no longer valid.
  • Title: Auxiliary Classification Status
    Read Only: true
    Indicates whether the classification category is a custom group classification category.
  • Title: Industry Type Status
    Read Only: true
    Indicates whether the classification category is an industry group classification category.
  • Title: Organization Type Status
    Read Only: true
    Indicates whether the classification category is an organization type classification category.
  • Title: Last Updated Date
    Read Only: true
    Indicates the date and time when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    Indicates the session login associated to the user who last updated the record.
  • Links
  • Title: Party ID
    The unique identifier of account, contact, or household to which the classification category and classification code is associated.
  • Title: Party Number
    Maximum Length: 30
    The unique alternate identifier of the account, contact, or household to which the classification category and classification code is associated. Inactive records can't be updated.
  • Title: Party Source System
    The name of the external source system of the account, contact, or household with which the classification category and classification code is associated.
  • Title: Party Source System Reference Value
    The identifier from external source system for the account, contact, or household with which the classification category and classification code is associated.
  • Title: Party Type
    Read Only: true
    Maximum Length: 30
    Indicates the type of the party, such as account, contact, or household.
  • Title: Primary
    Maximum Length: 1
    Default Value: false
    Indicator to show if the current code is the primary classification code.
  • Title: Source System
    The name of external source system for the class category denoted by a code, which is defined by an administrator as part of system setup. SourceSystem and SourceSystemReference combination is unique and is used as the foreign key to identify a class category.
  • Title: Source System Reference Value
    The unique identifier for the class category from the external source. SourceSystem and SourceSystemReference combination is unique and is used as the foreign key to identify a class category.
  • Title: Start Date
    The date on which the classification becomes valid.
  • Title: Status
    Maximum Length: 1
    Default Value: A
    Indicates whether the code assignment is active or inactive, such as A for active and I for inactive.
Nested Schema : hubOrganizations-DuplicateParty-item-response
Type: object
Show Source
Nested Schema : hubOrganizations-LinkedParty-item-response
Type: object
Show Source
Nested Schema : hubOrganizations-Note-item-response
Type: object
Show Source
  • Title: Contact Relationship ID
    The relationship ID populated when the note is associated with a contact.
  • Title: Corporate Currency Code
    Maximum Length: 15
    The corporate currency code of the record.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Title: Creation Date
    Read Only: true
    The date and time when the record was created.
  • Title: Creator Party ID
    The party id of the note creator.
  • Title: Currency Conversion Rate Type
    Maximum Length: 30
    The currency conversion rate type. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Currency
    Maximum Length: 15
    The currency code related to the note. This attribute is used by CRM Extensibility framework. A list of valid values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area.
  • Title: Delete Indicator
    Read Only: true
    Indicates whether the user has access to delete the record.
  • Title: Primary Email
    Read Only: true
    Maximum Length: 320
    The email address of the user who created the note.
  • Title: Primary Address
    Read Only: true
    The address of the user who created the note.
  • Title: Primary Phone
    Read Only: true
    The phone number of the user who created the note.
  • Title: Last Update Date
    Read Only: true
    The date and time when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The system attribute to capture the Id of the user who last updated the Note. This is defaulted by the system.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The system attribute to capture the Id of the user who last updated the Note. This is defaulted by the system.
  • Links
  • Title: Note ID
    Read Only: true
    The unique note identifier. This is the primary key of the notes table.
  • Maximum Length: 30
    The system generated or can come from external system (user key).
  • Title: Title
    Maximum Length: 500
    The user provided title for the note.
  • Title: Note
    This is the column which will store the actual note text.
  • Title: Type
    Maximum Length: 30
    This is the note type code for categorization of note.
  • Title: Parent Note ID
    The unique identifier of the parent note.
  • Title: Party ID
    Read Only: true
    The unique identifier of the party.
  • Title: Author
    Read Only: true
    Maximum Length: 360
    The name of the party.
  • Title: Related Object Type
    Maximum Length: 30
    This is the source_object_code for the source object as defined in OBJECTS Metadata.
  • Title: Related Object
    Maximum Length: 64
    This is the source_object_Uid for the source object (such as Activities, Opportunities etc.) as defined in OBJECTS Metadata.
  • Title: Update Indicator
    Read Only: true
    Indicates whether the user has access to update the record.
  • Title: Private
    Maximum Length: 30
    Default Value: INTERNAL
    This is the attribute to specify the visibility level of the note.
Nested Schema : hubOrganizations-Relationship-item-response
Type: object
Show Source
  • Title: Backward Role
    Read Only: true
    The backward relationship code used to describe relationships. For example, SUPPLIER_OF.
  • Title: Comments
    Maximum Length: 2000
    The user comments for this relationship.
  • Default Value: 0
    The unique identifier of the conflict.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Title: Created by Application
    Maximum Length: 30
    Default Value: HZ_WS
    The application module that created the record. It is defaulted to value HZ_WS for all web service based creation. A list of valid certification level codes is defined in the lookup HZ_CREATED_BY_MODULES. Review and update the codes using the Setup and Maintenance task, Manage Trading Community Common Lookups.
  • Title: Creation Date
    Read Only: true
    The date and time when the record was created.
  • Title: Dependent Indicator
    Maximum Length: 1
    Default Value: N
    Indicates whether one party is a dependent on another.
  • Read Only: true
    Maximum Length: 30
    The record validated by DIRECTION_CODE lookup type. P for Parent, C for Child, and N for Not Directional.
  • Title: To Date
    The date when the relationship ends.
  • Title: Head of Household Indicator
    Maximum Length: 1
    Default Value: N
    Indicates whether a person is the head of the household that he belongs to.
  • Title: Influence Level
    The sales contact's influence in a buying relationship. Sample values are Inner Circle, Political structure, None.
  • Maximum Length: 100
    The definition of the job name.
  • Maximum Length: 900
    The definition of the job package.
  • Title: Last Updated Date
    Read Only: true
    The date and time when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The session login of the user who last updated the contact record.
  • Links
  • The primary key identifier of the object in this relationship. Either one of ObjectPartyId, ObjectPartyNumber, and combination of ObjectSourceSystem and ObjectSourceSystemReferenceValue, is used to identify the object party of the relationship.
  • Title: Object Party Name
    Read Only: true
    Maximum Length: 360
    The name of the object party of the relationship.
  • Title: Object Registry ID
    Maximum Length: 30
    The unique identification number for the object party of the relationship. One of ObjectPartyId, ObjectPartyNumber, and a combination of ObjectSourceSystem and ObjectSourceSystemReferenceValue, is used to identify the object party of the relationship.
  • Title: Object Source System
    The name of external source system for the object party in the relationship, which are defined by an admin as part of system setup. One of ObjectPartyId, ObjectPartyNumber, and a combination of ObjectSourceSystem and ObjectSourceSystemReferenceValue, is used to identify the object party of the relationship. The value for this attribute should be predefined in the lookup type HZ_ORIG_SYSTEMS_VL using the setup task Manage Trading Community Source Systems.
  • Title: Object Source System Reference
    The identifier for the object party in the relationship from external source system. One of ObjectPartyId, ObjectPartyNumber, and a combination of ObjectSourceSystem and ObjectSourceSystemReferenceValue, is used to identify the object party of the relationship.
  • Maximum Length: 30
    The source table name of the object party in this relationship.
  • Maximum Length: 30
    The object type of the contact.
  • Maximum Length: 30
    The usage code of object party in the relationship.
  • The number used to implement locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to determine whether another session has updated the row.
  • Read Only: true
    The attribute is used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was last queried.
  • Read Only: true
    The attribute is used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was last queried.
  • Read Only: true
    The unique identifier of the party.
  • Read Only: true
    The alternate unique identifier of the party.
  • Title: Ownership Percentage
    The percentage of the child entity owned by the parent entity.
  • Maximum Length: 10
    Default Value: false
    Indicates whether this contact person is primary contact for the customer. Accepted values are Y and N. Default value is N.
  • Maximum Length: 10
    Default Value: false
    Indicates whether this customer is primary customer for the contact. Accepted values are Y and N. Default value is N.
  • Title: Relationship Code
    Maximum Length: 30
    Indicates whether this is a forward or a backward relationship code. A list of valid relationship codes is defined in the lookup PARTY_RELATIONS_TYPE. Review and update the codes using the Setup and Maintenance task, Manage Relationship Lookups.
  • Read Only: true
    The unique identifier of the relationship.
  • The unique identifier of the relationship record.
  • The name of external source system for the relationship, which is defined by an admin as part of the system setup.
  • The identifier for the relationship with the external source system.
  • Title: Relationship Type
    Maximum Length: 30
    The relationship type name. For example, CUSTOMER_SUPPLIER. A list of valid relationship types is defined in the lookup HZ_RELATIONSHIP_TYPE. Review and update the codes using the Setup and Maintenance task, Manage Relationship Lookups.
  • The unique identifier of the request.
  • Title: Role
    The role between the subject and object party.
  • Read Only: true
    Maximum Length: 255
    Default Value: HZ_PARTIES
    The name of the table that holds the record data and is referenced to manage source system reference.
  • Title: From Date
    The date when the relationship was established. Defaulted to the system date.
  • Read Only: true
    Maximum Length: 1
    Default Value: A
    Indicates whether this is an active or inactive relationship. A for active, I for inactive. This is an internal column and you are not expected to pass in a value. A list of valid values is defined in the lookup HZ_STATUS. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task.
  • The primary key identifier of the subject in this relationship. Either one of SubjectPartyId, SubjectPartyNumber, and a combination of SubjectSourceSystem and SubjectSourceSystemReferenceValue, is used to identify the subject party of the relationship.
  • Title: Subject Party Name
    Read Only: true
    Maximum Length: 360
    The name of the subject party.
  • Title: Subject Registry ID
    Maximum Length: 30
    The alternate key identifier for the subject party of the relationship. One of SubjectPartyId, SubjectPartyNumber, and a combination of SubjectSourceSystem and SubjectSourceSystemReferenceValue, is used to identify the subject party of the relationship.
  • Title: Subject Source System
    The name of external source system for the subject party in the relationship, which are defined by an admin as part of system setup. One of SubjectPartyId, SubjectPartyNumber, and a combination of SubjectSourceSystem and SubjectSourceSystemReferenceValue, is used to identify the subject party of the relationship. The value for this attribute should be predefined in the lookup type HZ_ORIG_SYSTEMS_VL using the setup task Manage Trading Community Source Systems.
  • Title: Subject Source System Reference
    The identifier for the subject party in the relationship from external source system. One of SubjectPartyId, SubjectPartyNumber, and a combination of SubjectSourceSystem and SubjectSourceSystemReferenceValue, is used to identify the subject party of the relationship.
  • Maximum Length: 30
    The source table of the subject.
  • Maximum Length: 30
    The subject type of the contact.
  • Maximum Length: 30
    The usage code of subject party in the contact.
Nested Schema : hubOrganizations-smartActions-item-response
Type: object
Show Source
Nested Schema : Smart Action User Interface Definitions
Type: array
Title: Smart Action User Interface Definitions
UI navigation metadata striped by app usage.
Show Source
Nested Schema : Smart Action REST Payload Definitions
Type: array
Title: Smart Action REST Payload Definitions
If an LOV required for constructing a request payload needs to post data, the payload metadata is stored here.
Show Source
Nested Schema : Smart Action User Interface Definitions
Type: array
Title: Smart Action User Interface Definitions
Binding metadata for a variable in the URL.
Show Source
Nested Schema : hubOrganizations-smartActions-UserActionNavigation-item-response
Type: object
Show Source
Nested Schema : hubOrganizations-smartActions-UserActionRequestPayload-item-response
Type: object
Show Source
Nested Schema : hubOrganizations-smartActions-UserActionURLBinding-item-response
Type: object
Show Source
  • Title: URL Binding Type
    Maximum Length: 64
    This is a hint for processing the Url Binding runtime.
  • Links
  • Title: System Action
    Maximum Length: 1
    Default Value: false
    Boolean indicator.
  • Uniquely identifies the URL Bind for smart actions. For internal use.
  • Title: URL Binding Parameter Name
    Maximum Length: 50
    For action REST endpoints that require runtime binding, this is the key in the key value pair.
  • Title: URL Binding Parameter Value
    Maximum Length: 80
    For action REST endpoints that require runtime binding, this is the value in the key value pair.
Nested Schema : hubOrganizations-SourceSystemReference-item-response
Type: object
Show Source
Nested Schema : hubOrganizations-UsageAssignment-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to get an organization by submitting a GET request on the REST resource.

cURL Command

curl -u <username:password> \
 -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640  \
 -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json'  | json_pp

Example of Response Body

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

{
    "PartyId": 300100019114221,
    "PartyNumber": "CDRM_53640",
    "SourceSystem": null,
    "SourceSystemReferenceValue": null,
    "OrganizationName": "AvinashTestOrgForRelationship2",
    "UniqueNameSuffix": null,
    "Status": "A",
    "CreatedByModule": "SALES",
    "CreatedBy": "DATA_STEWARD_MGR",
    "CreationDate": "2013-01-09T01:49:11.060+00:00",
    "LastUpdateDate": "2022-06-07T23:34:34.724+00:00",
    "LastUpdatedBy": "MHoope",
    "PartyUsageCode": "COMPETITOR",
    "RawPhoneNumber": null,
    "PhoneVerificationStatus": null,
    "PhoneVerificationDate": null,
    "EmailAddress": null,
    "EmailVerificationStatus": null,
    "EmailVerificationDate": null,
    "URL": null,
    "AddressNumber": "CDRM_19361",
    "AddressElementAttribute1": "TestAttr1",
    "AddressElementAttribute2": null,
    "AddressElementAttribute3": null,
    "AddressElementAttribute4": null,
    "AddressElementAttribute5": null,
    "Address1": "Test Address",
    "Address2": null,
    "Address3": null,
    "Address4": null,
    "AddressLinesPhonetic": null,
    "AddressType": null,
    "Building": null,
    "City": "Redwood City",
    "Country": "US",
    "County": null,
    "FloorNumber": null,
    "Mailstop": null,
    "PostalCode": "94063",
    "PostalPlus4Code": null,
    "Province": null,
    "State": "CA",
    "ThirdPartyFlag": null,
    "ValidatedFlag": null,
    "AccountScore": null,
    "AccountScoringTier": null,
    "AnalysisFiscalYear": null,
    "BankCode": null,
    "BankOrBranchNumber": null,
    "BranchCode": null,
    "BranchFlag": null,
    "BusinessScope": null,
    "CEOName": null,
    "CEOTitle": null,
    "CertificationLevel": null,
    "CertificationReasonCode": null,
    "CleanlinessScore": null,
    "Comments": null,
    "CompletenessScore": null,
    "CongressionalDistrictCode": null,
    "ControlYear": null,
    "CorpCurrencyCode": "USD",
    "CorporationClass": null,
    "CurcyConvRateType": "Corporate",
    "CurrencyCode": "USD",
    "CurrentFiscalYearPotentialRevenueAmount": null,
    "DataCloudStatus": null,
    "DataConfidenceScore": null,
    "DatafoxCompanyId": null,
    "Description": null,
    "DisadvantageIndicator": null,
    "DisplayedDUNSPartyId": null,
    "DomesticUltimateDUNSNumber": null,
    "DoNotConfuseWith": null,
    "DUNSNumber": null,
    "DUNSCreditRating": null,
    "DuplicateIndicator": null,
    "DuplicateScore": null,
    "EmployeesAtPrimaryAddress": null,
    "EmployeesAtPrimaryAddressEstimation": null,
    "EmployeesAtPrimaryAddressMinimum": null,
    "EmployeesAtPrimaryAddressText": null,
    "EmployeesTotal": null,
    "EnquiryDUNS": null,
    "EnrichmentScore": null,
    "ExportIndicator": null,
    "FiscalYearendMonth": null,
    "GlobalUltimateDUNSNumber": null,
    "GrowthStrategyDescription": null,
    "GeneralServicesAdministrationFlag": null,
    "HomeCountry": null,
    "HQBranchIndicator": null,
    "ImportIndicator": null,
    "Keywords": null,
    "LaborSurplusIndicator": null,
    "LastEnrichmentDate": null,
    "LastScoreUpdateDate": null,
    "LegalStatus": null,
    "LineOfBusiness": null,
    "LocalActivityCode": null,
    "LocalActivityCodeType": null,
    "LocalBusinessIdentifier": null,
    "LocalBusinessIdentifierType": null,
    "MinorityOwnedIndicator": null,
    "MinorityOwnedType": null,
    "MissionStatement": null,
    "NextFiscalYearPotentialRevenueAmount": null,
    "OutOfBusinessIndicator": null,
    "OrganizationSize": null,
    "OrganizationType": null,
    "ParentDUNSNumber": null,
    "ParentOrSubsidiaryIndicator": null,
    "PreferredFunctionalCurrency": null,
    "PreferredContactMethod": null,
    "PrincipalName": null,
    "PrincipalTitle": null,
    "PublicPrivateOwnershipFlag": null,
    "RecencyScore": null,
    "RegistrationType": null,
    "RentOrOwnIndicator": null,
    "SmallBusinessIndicator": null,
    "StockSymbol": null,
    "TaxpayerIdentificationNumber": null,
    "TotalEmployeesEstimatedIndicator": null,
    "TotalEmployeesIndicator": null,
    "TotalEmployeesMinimumIndicator": null,
    "TotalEmployeesText": null,
    "TotalPaymentAmount": null,
    "TradingPartnerIdentifier": null,
    "UniqueNameAlias": "AvinashTestOrgForRelationship2",
    "ValidityScore": null,
    "WomanOwnedIndicator": null,
    "YearEstablished": null,
    "YearIncorporated": null,
    "OrganizationDEO_CustomText_c": null,
    "OrganizationDEO_CustomNumber_c": null,
    "OrganizationDEO_CustomDate_c": null,
    "OrganizationDEO_CustomDatetime_c": null,
    "OrganizationDEO_CustomFlag_c": null,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640",
            "name": "hubOrganizations",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000027371007E0002000000017371007E00020000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640",
            "name": "hubOrganizations",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/AdditionalIdentifier",
            "name": "AdditionalIdentifier",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/AdditionalName",
            "name": "AdditionalName",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/Address",
            "name": "Address",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/Attachment",
            "name": "Attachment",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/ContactPoint",
            "name": "ContactPoint",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/CustomerClassification",
            "name": "CustomerClassification",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/Note",
            "name": "Note",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
            "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/Relationship",
            "name": "Relationship",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/SourceSystemReference",
            "name": "SourceSystemReference",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/UsageAssignment",
            "name": "UsageAssignment",
            "kind": "collection"
        },
        {
            "rel": "enclosure",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/enclosure/BusinessReport",
            "name": "BusinessReport",
            "kind": "other"
        }
    ]
}
Back to Top