Update Account
Path parameters
Query parameters
Your API Key.
Request body
Example request
{
"account": {
"first_name": "My New Company Name",
"last_name": "My New Company Name",
"organization_name": "My New Company Name",
"phone": "210000000",
"email": "billing@company.com",
"password": "secret123",
"fiscal_id": "500100200",
"address": "Main Street, 123",
"city": "Lisbon",
"postal_code": "1000-001",
"website": "www.company.com",
"fax": "210000001",
"terms": "1",
"credentials": {
"username": "500100200/1",
"password": "password"
}
}
}Response
SUCCESS
Changes
Changed in 1 of the 2 revisions of this API.110
- ▲
the
errorsresponse's property type/format changed fromobject/toarray/for status401response-property-type-changed
- ●
the
account/addressrequest property's maxLength was set to210request-property-max-length-set
- ●
the
account/cityrequest property's maxLength was set to50request-property-max-length-set
- ●
the
account/emailrequest property's maxLength was set to255request-property-max-length-set
- ●
the
account/faxrequest property's maxLength was set to255request-property-max-length-set
- ●
the
account/fiscal_idrequest property's maxLength was set to255request-property-max-length-set
- ●
the
account/organization_namerequest property's maxLength was set to100request-property-max-length-set
- ●
the
account/phonerequest property's maxLength was set to255request-property-max-length-set
- ●
the
account/postal_coderequest property's maxLength was set to255request-property-max-length-set
- ●
the
account/websiterequest property's maxLength was set to255request-property-max-length-set
- ●
removed the optional property
errors/errorfrom the response with the401statusresponse-optional-property-removed
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲