Customer Service
GET /api/customer/:cloudId
GET /v2/clouds/:cloudId/customers
GET /api/customer/:cloudId/:id
GET /v2/clouds/:cloudId/customers/:customerId
POST /api/customer/:cloudId/create
POST /v2/clouds/:cloudId/customers
POST /api/customer/:cloudId/:customerId/update
Replace or create
PUT /clouds/:cloudId/customers
PUT /clouds/:cloudId/customers/:customerId
Partial update
PATCH /v2/clouds/:cloudId/customers/:customerId
GET /api/customer/:cloudid/:customerid/delete
DELETE /v2/clouds/:cloudId/customers/:customerId
Last modified 2yr ago