app

A simple ViewSet for viewing and editing Customers.

patch/app/customers/{customer_id}/

Path parameters

customer_idstring required

The id provided when creating the customer, we suggest matching with your internal customer id in your backend

Request body

default_currency_codestring
tax_ratenumber double nullable

Tax rate as percentage. For example, 10.5 for 10.5%

Response

default_currency_codestring required
tax_ratenumber double nullable

Tax rate as percentage. For example, 10.5 for 10.5%

Changes