POST api/Evidence?CandidateID={CandidateID}&AgencyID={AgencyID}&BatchID={BatchID}&ImageFor={ImageFor}&Key={Key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CandidateID | integer |
Required |
|
| AgencyID | integer |
Required |
|
| BatchID | integer |
Required |
|
| ImageFor | integer |
Required |
|
| Key | string |
Required |
Body Parameters
UploadCustomerImageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Imagestring | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Imagestring": "sample string 1"
}
application/xml, text/xml
Sample:
<UploadCustomerImageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExamExpress.Models"> <Imagestring>sample string 1</Imagestring> </UploadCustomerImageModel>
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. |