Create a customer classification

post

/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/CustomerClassification

Request

Path Parameters
  • The alternate key identifier for the contact 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: Classification Category
    Maximum Length: 30
    The name of the classification category.
  • Title: Classification Code
    Maximum Length: 30
    The code indicating the classification category of the customer. For example, High Technology, Customer, or Telecom.
  • Title: Created by Module
    Maximum Length: 30
    The application module that created the customer classification. 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: End Date
    The date from which the classification code is no longer valid.
  • Title: Party ID
    The unique Identifier of the account, contact or household with which the classification is associated.
  • Title: Party Number
    Maximum Length: 30
    The unique alternate identifier of the account, contact, or household with which the classification 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 is associated.
  • Title: Party Source System Reference Value
    The unique identifier from external source system for the account, contact or household with which the classification is associated.
  • Title: Primary
    Maximum Length: 1
    Default Value: false
    Indicates if the customer classification is the primary classification. The default value is false.
  • Title: Source System
    The name of external source system where the customer classification is imported from. The values are configured in Setup and Maintenance work area, Manage Trading Community Source Systems task.
  • Title: Source System Reference Value
    The unique identifier for the customer classification in the external source.
  • Title: Start Date
    The date on which the customer classification was created.
  • Title: Status
    Maximum Length: 1
    Default Value: A
    Indicates if the code assignment is active or inactive. The code assignment is active if the value is A, and inactive if the value is I.
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 : contacts-CustomerClassification-item-response
Type: object
Show Source
  • Title: Classification Category
    Maximum Length: 30
    The name of the classification category.
  • Title: Classification Code
    Maximum Length: 30
    The code indicating the classification category of the customer. For example, High Technology, Customer, or Telecom.
  • 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. This number is used by mobile or portable applications that consume the web service.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Title: Created by Module
    Maximum Length: 30
    The application module that created the customer classification. 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.
  • Title: End Date
    The date from which the classification code is no longer valid.
  • Title: Auxiliary Classification Status
    Read Only: true
    Indicates whether the classification category is an user-defined group classification category. The default value is false.
  • Title: Industry Type Status
    Read Only: true
    Indicates whether the classification category is an industry group classification category. The default value is false.
  • Title: Organization Type Status
    Read Only: true
    Indicates whether the classification category is an organization type classification category. The default value is false.
  • 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: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login of the user who last updated the record.
  • Links
  • Title: Party ID
    The unique Identifier of the account, contact or household with which the classification is associated.
  • Title: Party Number
    Maximum Length: 30
    The unique alternate identifier of the account, contact, or household with which the classification 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 is associated.
  • Title: Party Source System Reference Value
    The unique identifier from external source system for the account, contact or household with which the classification is associated.
  • Title: Party Type
    Read Only: true
    Maximum Length: 30
    The type of the party, such as account, contact, or household.
  • Title: Primary
    Maximum Length: 1
    Default Value: false
    Indicates if the customer classification is the primary classification. The default value is false.
  • Title: Source System
    The name of external source system where the customer classification is imported from. The values are configured in Setup and Maintenance work area, Manage Trading Community Source Systems task.
  • Title: Source System Reference Value
    The unique identifier for the customer classification in the external source.
  • Title: Start Date
    The date on which the customer classification was created.
  • Title: Status
    Maximum Length: 1
    Default Value: A
    Indicates if the code assignment is active or inactive. The code assignment is active if the value is A, and inactive if the value is I.
Back to Top

Examples

The following example shows how to create a customer classification by submitting a post request on the REST resource using cURL.

Example of Request Body

The following shows an example of the request body in JSON format.

{
    "ClassCategory":"ORGANIZATION_TYPE",
    "ClassCode":"A: Commercial"
}

Example of Response Body

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

{
  "PartyId": 300100091050713,
  "PartyNumber": "CDRM_517466",
  "PartySourceSystem": null,
  "PartySourceSystemReferenceValue": null,
  "CodeAssignmentId": 300100091102292,
  "ClassCategory": "ORGANIZATION_TYPE",
  "ClassCode": "A: Commercial",
  "StartDateActive": "2016-07-27",
  "EndDateActive": "4712-12-31",
  "CreatedBy": "SALES_ADMIN",
  "CreatedByModule": "HZ_WS",
  "CreationDate": "2016-07-27T02:30:26-07:00",
  "LastUpdateDate": "2016-07-27T02:30:26-07:00",
  "LastUpdateLogin": "3882C39353CC51E4E053B80AF40A2F43",
  "LastUpdatedBy": "SALES_ADMIN",
  "Status": "A",
  "PrimaryFlag": true,
  "IsAuxClassificationFlag": "false",
  "IsOrgTypeFlag": "true",
  "IsIndustryFlag": "false",
  "PartyType": "CONTACT",
  "SourceSystem": null,
  "SourceSystemReferenceValue": null,
  "links": [
    ...
  ]
}
Back to Top