POST api/CustomerOrderFeedback/SaveOrderRating
Request Information
URI Parameters
None.
Body Parameters
CustomerOrderFeedbackDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerOrderFeedbackId | integer |
None. |
|
| ServiceOrderId | integer |
None. |
|
| BranchId | integer |
None. |
|
| Rating | integer |
None. |
|
| Description | string |
None. |
|
| Count | integer |
None. |
|
| FeedbackType | byte |
None. |
|
| loggedInAgentId | integer |
None. |
|
| ServiceOrderDto | ServiceOrderDto |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
