POST Feedback/updatefeedback?JobId={JobId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| JobId | string |
Required |
Body Parameters
DtoFeedback| Name | Description | Type | Additional information |
|---|---|---|---|
| JobId | string |
None. |
|
| Comments | string |
None. |
|
| Ratings | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobId": "sample string 1",
"Comments": "sample string 2",
"Ratings": "sample string 3"
}
application/xml, text/xml
Sample:
<DtoFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.PaperPerfect.Business.Feedback"> <Comments>sample string 2</Comments> <JobId>sample string 1</JobId> <Ratings>sample string 3</Ratings> </DtoFeedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |