Create an additional name

post

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

Request

Path Parameters
  • The unique primary identifier for the household party. The profile option HZ_GENERATE_PARTY_NUMBER controls whether the attribute value can be system generated or user-provided during create. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Profile Options task. 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 attribute value is used to guarantee the uniqueness of the row when duplicates are created in different databases.
  • Title: Description
    Maximum Length: 240
    The description of the Additional Name record
  • Title: First Name
    Maximum Length: 150
    The first name of a person.
  • Title: Last Name
    Maximum Length: 150
    The last name of a person.
  • Title: Middle Name
    Maximum Length: 60
    The middle name of a person.
  • Title: Additional Name
    Maximum Length: 360
    The name of the record.
  • Title: Additional Name Type
    Maximum Length: 30
    Determines the AdditionalName Types. Can be validated against HZ_NAME_AND_ID_TYPES_VL.TYPE_CODE. Sample values: LEGAL,PRIMARY etc..
  • The unique identifier of the party.
  • The source system name.
  • The identifier for the record from the original 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 the source system for the associated party.
  • The identifier of the source system reference for the associated party.
  • Maximum Length: 1
    Default Value: true
    The record status used to soft delete the record. The accepted values are A for active and I for inactive. The default value is A.
  • Title: Title
    Maximum Length: 60
    A professional or family title, such as Don or The Right Honorable
  • Title: Transliteration Language
    Maximum Length: 4
    TransliterationLanguage helps people pronounce words and names in foreign languages. It is validated against FND_LANGUAGES.LANGUAGE_CODE. Sample values: 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 : households-AdditionalName-item-response
Type: object
Show Source
Back to Top