POST api/vendors/{vendorId}/reviews
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorId | integer |
Required |
Body Parameters
ReviewCreateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerOrderId | integer |
None. |
|
| Rating | integer |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerOrderId": 1,
"rating": 2,
"comment": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.