| Name | Type | Description | Notes |
|---|---|---|---|
| created | datetime | { "description" : "The UTC DateTime when the object was created.", "verbs":[] } | [optional] |
| changed_by | str | { "description" : "ID of the user who last updated the entity.", "verbs":[] } | [optional] |
| updated | datetime | { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } | [optional] |
| id | str | { "description" : "ID of the profile.", "verbs":["PUT","GET"] } | |
| account_id | str | { "description" : "", "verbs":["GET"] } | |
| organization_id | str | { "description" : "", "verbs":[] } | |
| str | { "description" : "E-mail address", "verbs":["POST","PUT","GET"] } | ||
| first_name | str | { "description" : "", "verbs":["POST","PUT","GET"] } | |
| last_name | str | { "description" : "", "verbs":["POST","PUT","GET"] } | |
| company_name | str | { "description" : "", "verbs":["POST","PUT","GET"] } | [optional] |
| logo_url | str | { "description" : "", "verbs":["POST","PUT","GET"] } | [optional] |
| addresses | list[Address] | { "description" : "Address associated with the profile", "verbs":["POST","PUT","GET"] } | [optional] |
| mobile | str | { "description" : "Mobile telephone number", "verbs":["POST","PUT","GET"] } | [optional] |
| landline | str | { "description" : "Home telephone number", "verbs":["POST","PUT","GET"] } | [optional] |
| fax | str | { "description" : "Fax number", "verbs":["POST","PUT","GET"] } | [optional] |
| dob | datetime | { "description" : "Date of birth in YYYY-MM-DD format", "verbs":["POST","PUT","GET"] } | [optional] |
| vat_number | str | { "description" : "VAT number", "verbs":["POST","PUT","GET"] } | [optional] |
| additional_information | str | { "description" : "Any additional information", "verbs":["POST","PUT","GET"] } | [optional] |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.