TAG LINE
SMALL TITLE
id | "id": 18 Type: Number This is the unique numeric identifier for the ContactPointType |
name | "name": "Hello World" Type: String |
dataTypeId | "dataTypeId": 9 Type: Number Unique identifier for the associated DataType object. |
isRequired | "isRequired": true Type: Boolean |
contactTypeId | "contactTypeId": 5 Type: Number Unique identifier for the associated ContactType object. |
allowMultiple | "allowMultiple": true Type: Boolean |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v3/ContactPointType |
Retrieve all of the ContactPointType objects. |
GET | api/v3/ContactPointType/Paged |
Retreive all of the ContactPointType objects in a paged fashion. |
GET | api/v3/ContactPointType/{id:int} |
Retrieve an instance of the ContactPointType object by it's ID. | |
{id:int} | Unique identifier for the ContactPointType object. |