POST api/benefit-plan/benefit-plan-vendor

Request Information

URI Parameters

None.

Body Parameters

BenefitPlanVendorSubModel
NameDescriptionTypeAdditional information
CorporateId

integer

None.

BenefitPlanId

integer

None.

VendorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CorporateId": 1,
  "BenefitPlanId": 2,
  "VendorId": 3
}

application/xml, text/xml

Sample:
<BenefitPlanVendorSubModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALTAMBS.Business.Entities.Models">
  <BenefitPlanId>2</BenefitPlanId>
  <CorporateId>1</CorporateId>
  <VendorId>3</VendorId>
</BenefitPlanVendorSubModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BenefitPlanVendorSubModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.