The customer data to create Documentation: POST /customers
Delete a customer
The ID of the customer to delete Documentation: DELETE /customers/{id}
Get customer by contact number
The customer's contact number
Get customers by group ID
The ID of the customer group
Additional filter parameters
Get a customer by their ID
The ID of the customer to retrieve Documentation: GET /customers/{id}
List customers with optional filtering
Filter parameters (pageSize, currentItem) Documentation: GET /customers
Search customers by keyword
Search query
Additional filter parameters
Update an existing customer
The ID of the customer to update
The customer data to update Documentation: PUT /customers/{id}
Create a new customer