Customer
| Verbo | Nome | Path |
|---|---|---|
| GET | Resource to create a customer | /api/customer/v1 |
| POST | Resource to create a customer | /api/customer/v1 |
| PATCH | Resource to update a customer with failure status | /api/customer/v1/{id}/failure |
| PATCH | Resource to update a customer with success status | /api/customer/v1/{id}/success |
Updated 3 days ago