All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| create_csat | POST /api/v1/csat | Create Customer Satisfaction Score |
| edit_csat | PATCH /api/v1/csat/{id} | Update Customer Satisfaction Description |
models::DeleteApplications200Response create_csat(create_csat_request) Create Customer Satisfaction Score
Creates a customer satisfaction score between 0 and 5
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| create_csat_request | CreateCsatRequest | Customer Satisfaction score | [required] |
models::DeleteApplications200Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::EditCsat200Response edit_csat(id, edit_csat_request) Update Customer Satisfaction Description
Update a description for a satisfaction score entry
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | i32 | ID of the CSAT entry | [required] | |
| edit_csat_request | EditCsatRequest | Reason to update | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]