Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 3.2 KB

Profile.md

File metadata and controls

27 lines (23 loc) · 3.2 KB

Profile

Properties

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":[] }
email 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]

[Back to Model list] [Back to API list] [Back to README]