Create an additional name

post

/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/AdditionalName

Request

Path Parameters
  • The unique alternate identifier for the person 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.
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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
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.
  • Title: Description
    Maximum Length: 240
    The description of the Additional Name record.
  • Title: First Name
    Maximum Length: 150
    The first name of the person (Not Applicable).
  • Title: Last Name
    Maximum Length: 150
    The last name of the person (Not Applicable).
  • Title: Middle Name
    Maximum Length: 60
    The middle name of the person (Not Applicable).
  • Title: Additional Name
    Maximum Length: 360
    The name of the organization, person, or group party. For example, "Oracle" or "John Smith".
  • Title: Additional Name Type
    Maximum Length: 30
    The type of the name. For example, ALIAS or LEGAL.
  • The unique identifier of the party.
  • 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
    Identify the name as 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
    Transliteration Language helps people pronounce words and names in foreign languages. It is validated against FND_LANGUAGES.LANGUAGE_CODE. Sample values are US, NL, DK etc.
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 : hubPersons-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 of the person (Not Applicable).
  • Title: Last Name
    Maximum Length: 150
    The last name of the person (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 of the person (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
    Identify the name as 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
    Transliteration Language helps people pronounce words and names in foreign languages. It is validated against FND_LANGUAGES.LANGUAGE_CODE. Sample values are US, NL, DK etc.
Back to Top