Customers
Was this helpful?
Was this helpful?
Returns a paged list of all the customers
/v1/profiles/{profileId}/customers
The id of the partner to retrieve
The id of the profile
Creates a customer
/v1/profiles/{profileId}/customers
The id of the profile
Company name
First name of the customer
John
Last name of the customer
Doe
Email adderss of the customer
john.doe@gmail.com
318000201068
Returns the data of the customer
/v1/profiles/{profileId}/customers/{customerId}
The id of the profile
The id of the customer
Updates a customer
/v1/profiles/{profileId}/customers/{customerId}
The id of the profile
The id of the customer
Company name
First name of the customer
John
Last name of the customer
Doe
Email adderss of the customer
john.doe@gmail.com
318000201068
Deletes the customer
/v1/profiles/{profileId}/customers/{customerId}
The id of the profile
The id of the customer