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

Latest commit

 

History

History
20 lines (17 loc) · 2.47 KB

CreateAccountProfileRequest.md

File metadata and controls

20 lines (17 loc) · 2.47 KB

Bfwd::CreateAccountProfileRequest

Properties

Name Type Description Notes
account_id String { "description" : "", "verbs":["GET"] }
email String { "description" : "E-mail address", "verbs":["POST","PUT","GET"] } [optional]
first_name String { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
last_name String { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
company_name String { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
logo_url String { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
addresses Array<CreateProfileAddressRequest> { &quot;description&quot; : &quot;Address associated with the profile&quot;, &quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;] } [optional]
mobile String { &quot;description&quot; : &quot;Mobile telephone number&quot;, &quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;] } [optional]
landline String { &quot;description&quot; : &quot;Home telephone number&quot;, &quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;] } [optional]
fax String { &quot;description&quot; : &quot;Fax number&quot;, &quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;] } [optional]
dob DateTime { &quot;description&quot; : &quot;Date of birth in YYYY-MM-DD format&quot;, &quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;] } [optional]
vat_number String { &quot;description&quot; : &quot;VAT number&quot;, &quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;] } [optional]
additional_information String { &quot;description&quot; : &quot;Any additional information&quot;, &quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;] } [optional]