POST api/GetIncenticareRewardsOfParticipant
Request Information
URI Parameters
None.
Body Parameters
InputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| HealthId | globally unique identifier |
None. |
|
| PortfolioId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"HealthId": "2d26e964-cff8-4cbc-95d5-385d989988e6",
"PortfolioId": "036192d1-e3fb-4d2a-9645-51284d7873fb"
}
application/xml, text/xml
Sample:
<InputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication3.Models"> <HealthId>2d26e964-cff8-4cbc-95d5-385d989988e6</HealthId> <PortfolioId>036192d1-e3fb-4d2a-9645-51284d7873fb</PortfolioId> </InputModel>
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. |