POST api/corporate/contact-benefit-program
Request Information
URI Parameters
None.
Body Parameters
Collection of ContactBenefitProgramModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactBenefitProgramId | integer |
None. |
|
| ContactId | integer |
None. |
|
| CorporateId | integer |
None. |
|
| CatalogValueId | integer |
None. |
|
| CatalogValue | string |
None. |
|
| Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ContactBenefitProgramId": 1,
"ContactId": 2,
"CorporateId": 3,
"CatalogValueId": 4,
"CatalogValue": "sample string 5",
"Active": true
},
{
"ContactBenefitProgramId": 1,
"ContactId": 2,
"CorporateId": 3,
"CatalogValueId": 4,
"CatalogValue": "sample string 5",
"Active": true
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.