Customer

Update customer

Use this BillingServ API endpoint to update customer. Review the response for the operation result or validation errors.

post/customer/update

Request body

idinteger required
namestring required
address_1string required
address_2string
citystring required
county_idinteger required
country_idinteger required
postal_codestring required
phonestring required
faxstring
usernamestring email required
passwordstring password
websitestring uri
creditnumber
business_namestring
commentstring
vatinteger

Response

OK

successboolean

Changes

Changed in 1 of the 6 revisions of this API.8

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 403 status

      response-optional-property-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

    • added the optional property request_id to the response with the 401 status

      response-optional-property-added

    • added the optional property request_id to the response with the 403 status

      response-optional-property-added

    • added the optional property request_id to the response with the 422 status

      response-optional-property-added