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

Latest commit

 

History

History
22 lines (18 loc) · 2.59 KB

File metadata and controls

22 lines (18 loc) · 2.59 KB

CreateAccountProfileRequest

Properties

Name Type Description Notes
account_id str { "description" : "", "verbs":["GET"] } [optional]
email str { "description" : "E-mail address", "verbs":["POST","PUT","GET"] } [optional]
first_name str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
last_name str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
company_name str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
logo_url str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
addresses list[CreateProfileAddressRequest] { "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]