Changes to Update customer

PUT /public/v1/customers/{customer_id}/

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 14 revisions of this API.16

  1. d0cd912ee42d3
  2. db5c5da9869c1
  3. 187cbafd893e2
  4. af0ec77e52771

What changed

    • added the new optional request property is_taxable

      new-optional-request-property

    • added the required property created_at to the response with the 200 status

      response-required-property-added

    • added the required property updated_at to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • changed the pattern of the request property phone from ^[0-9\s\+\-\.\(\)]*$ to (?i)^(?:[0-9\s+\-.\(\)]*|[0-9\s+\-.\(\)]+(?:\s*(?:x|ext\.?|extension)\s*\d+))$

      request-property-pattern-changed

    • added the new optional request property is_active

      new-optional-request-property

    • added the new optional request property record_status

      new-optional-request-property

    • added the new optional header request parameter Idempotency-Key

      new-optional-request-parameter