GET api/v1/Contacts/DynamicFields

Will get Account specific fields. The fields will be valid to use in all requests, but will not be shown in the documentation, because it is account wide documentation.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ReadContactAttributeDto
NameDescriptionTypeAdditional information
Name

string

None.

Type

DynamicFieldType

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Type": "String"
  },
  {
    "Name": "sample string 1",
    "Type": "String"
  }
]