GET api/SaveOverallInspectionOutcome
Request Information
URI Parameters
None.
Body Parameters
OverallOutCome| Name | Description | Type | Additional information |
|---|---|---|---|
| OutComeID | integer |
None. |
|
| InspectionID | integer |
None. |
|
| CenterID | integer |
None. |
|
| OutComeRecommendID | integer |
None. |
|
| Remarks | string |
None. |
|
| CreatedBy | integer |
None. |
|
| IpAddress | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OutComeID": 1,
"InspectionID": 2,
"CenterID": 3,
"OutComeRecommendID": 4,
"Remarks": "sample string 5",
"CreatedBy": 6,
"IpAddress": "sample string 7",
"DeviceID": "sample string 8"
}
application/xml, text/xml
Sample:
<OverallOutCome xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TNSDC.API.Models.InspectionApp"> <CenterID>3</CenterID> <CreatedBy>6</CreatedBy> <DeviceID>sample string 8</DeviceID> <InspectionID>2</InspectionID> <IpAddress>sample string 7</IpAddress> <OutComeID>1</OutComeID> <OutComeRecommendID>4</OutComeRecommendID> <Remarks>sample string 5</Remarks> </OverallOutCome>
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. |