Get Entity Type Identifier list

Returns a list of EntityType that represents Internal Chassi entities, such as Customer and Contact.

Definitional Application Space

[
  {
    "entityType": "Contact",
    "entityTypeIdentifier": "contactId"
  },
  {
    "entityType": "Customer",
    "entityTypeIdentifier": "customerId"
  },
  {
    "entityType": "CustomerContact",
    "entityTypeIdentifier": "customerContactId"
  }
]
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!