POST api/investigation/select/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InvestigationClass| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| INVESTIGATION | string |
None. |
|
| IS_INACTIVE | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"INVESTIGATION": "sample string 2",
"IS_INACTIVE": true
}
application/xml, text/xml
Sample:
<InvestigationClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VEZTA.Models"> <ID>1</ID> <INVESTIGATION>sample string 2</INVESTIGATION> <IS_INACTIVE>true</IS_INACTIVE> </InvestigationClass>