POST api/Lookup/LookupInfluenceDetails
Request Information
URI Parameters
None.
Body Parameters
LookupInfluenceDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| LICode | integer |
None. |
|
| LIDesc | string |
None. |
|
| LIDesc_StringID | integer |
None. |
|
| InstanceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"LICode": 2,
"LIDesc": "sample string 3",
"LIDesc_StringID": 4,
"InstanceId": 5
}
application/xml, text/xml
Sample:
<LookupInfluenceDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model"> <Action>sample string 1</Action> <InstanceId>5</InstanceId> <LICode>2</LICode> <LIDesc>sample string 3</LIDesc> <LIDesc_StringID>4</LIDesc_StringID> </LookupInfluenceDetails>
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. |