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": "b25666bf-3c70-494b-9403-abec53b27664",
"PortfolioId": "720aac26-65c0-40d2-b3aa-989a64f4deef"
}
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>b25666bf-3c70-494b-9403-abec53b27664</HealthId> <PortfolioId>720aac26-65c0-40d2-b3aa-989a64f4deef</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. |