Customers
Update customer
POST
/
customers
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe unique identifier of the transaction to update
Body
application/json
name
string
A display name for this customer.
Response
200 - application/json
message
string