PUT api/benefit-plan/{benefitPlanId}/change-status/{statusReasonId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| benefitPlanId | integer |
Required |
|
| statusReasonId | integer |
Required |
Body Parameters
StatusDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusDetailId | integer |
None. |
|
| StatusId | integer |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StatusDetailId": 1,
"StatusId": 2,
"Description": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.