ContactTitle
A single contact title.
More info: see the get operation and the contact titles endpoint.
Fields
Field | Description |
---|---|
id int (required) | Unique ID Example value:123 |
name string (required) | Title name Example value:"Mr." |
isinternal bool (required) | Restricts this title from showing up on the websales pages |
languagecode string (required) | Language for this title Example value:"nl" |
sex string (required) | Gender associated with this title Example value:"M" |
isarchived bool (required) | Whether or not this item is archived |
createdts timestamp (required) | Created timestamp Example value:"2014-09-26 15:24:36" |
lastupdatets timestamp (required) | Last updated timestamp Example value:"2014-09-26 15:24:36" |
Example
1{
2 "id": 123,
3 "name": "Mr.",
4 "isinternal": false,
5 "languagecode": "nl",
6 "sex": "M",
7 "isarchived": false,
8 "createdts": "2014-09-26 15:24:36",
9 "lastupdatets": "2014-09-26 15:24:36"
10}