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