POST api/v1/IncentiveSearch
Request Information
URI Parameters
None.
Body Parameters
IncentiveListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| IncentiveID | integer |
None. |
|
| CompID | integer |
None. |
|
| LocID | integer |
None. |
|
| Yr | integer |
None. |
|
| Mon | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"IncentiveID": 2,
"CompID": 3,
"LocID": 4,
"Yr": 5,
"Mon": 6
}
application/xml, text/xml
Sample:
<IncentiveListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>3</CompID> <IncentiveID>2</IncentiveID> <LocID>4</LocID> <Mode>sample string 1</Mode> <Mon>6</Mon> <Yr>5</Yr> </IncentiveListInput>
application/x-www-form-urlencoded
Sample:
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. |