Customer Service
Get All Customers for Cloud
GET /api/customer/:cloudId
GET /v2/clouds/:cloudId/customers
Get Customer
GET /api/customer/:cloudId/:id
GET /v2/clouds/:cloudId/customers/:customerId
Create Customer
POST /api/customer/:cloudId/create
POST /v2/clouds/:cloudId/customers
Update Customer Field
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
Delete Customer
GET /api/customer/:cloudid/:customerid/delete
DELETE /v2/clouds/:cloudId/customers/:customerId
Last updated