POST Member/SaveOtherInsurance
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PBOtherInsuranceKey": 1,
"MemberPBEntityKey": 2,
"PBAffiliationKey": 3,
"CoordinationOfBenefitsDesc": "sample string 4",
"CoordinationOfBenefitsValueId": 5,
"PayerResponsibilityDesc": "sample string 6",
"PayerResponsibilityValueId": 7,
"MedicarePlanTypeDesc": "sample string 8",
"MedicarePlanTypeValueId": 9,
"InsuranceTypeDesc": "sample string 10",
"InsuranceTypeValueId": 11,
"InEffect": "2026-02-03T19:29:34.9678674-06:00",
"OutOfEffect": "2026-02-03T19:29:34.9678674-06:00",
"PolicyNumber": "sample string 14",
"CarrierName": "sample string 15",
"CarrierPBEntityKey": 16,
"CarrierAddress": {
"PBEntityAddressKey": 1,
"PBEntityKey": 2,
"AddressTypeValueId": 3,
"AddressTypeDesc": "sample string 4",
"StreetLine1": "sample string 5",
"StreetLine2": "sample string 6",
"City": "sample string 7",
"State": "sample string 8",
"Zip": "sample string 9",
"CountryCode": "sample string 10",
"Country": "sample string 11",
"OverrideAddressKey": 12,
"ZipFormatted": "sample string 9"
},
"EffectiveDates": "02/03/2026 - 02/03/2026"
}
application/xml, text/xml
Sample:
<OtherInsurance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
<CarrierAddress>
<AddressTypeDesc>sample string 4</AddressTypeDesc>
<AddressTypeValueId>3</AddressTypeValueId>
<City>sample string 7</City>
<Country>sample string 11</Country>
<CountryCode>sample string 10</CountryCode>
<OverrideAddressKey>12</OverrideAddressKey>
<PBEntityAddressKey>1</PBEntityAddressKey>
<PBEntityKey>2</PBEntityKey>
<State>sample string 8</State>
<StreetLine1>sample string 5</StreetLine1>
<StreetLine2>sample string 6</StreetLine2>
<Zip>sample string 9</Zip>
</CarrierAddress>
<CarrierName>sample string 15</CarrierName>
<CarrierPBEntityKey>16</CarrierPBEntityKey>
<CoordinationOfBenefitsDesc>sample string 4</CoordinationOfBenefitsDesc>
<CoordinationOfBenefitsValueId>5</CoordinationOfBenefitsValueId>
<InEffect>2026-02-03T19:29:34.9678674-06:00</InEffect>
<InsuranceTypeDesc>sample string 10</InsuranceTypeDesc>
<InsuranceTypeValueId>11</InsuranceTypeValueId>
<MedicarePlanTypeDesc>sample string 8</MedicarePlanTypeDesc>
<MedicarePlanTypeValueId>9</MedicarePlanTypeValueId>
<MemberPBEntityKey>2</MemberPBEntityKey>
<OutOfEffect>2026-02-03T19:29:34.9678674-06:00</OutOfEffect>
<PBAffiliationKey>3</PBAffiliationKey>
<PBOtherInsuranceKey>1</PBOtherInsuranceKey>
<PayerResponsibilityDesc>sample string 6</PayerResponsibilityDesc>
<PayerResponsibilityValueId>7</PayerResponsibilityValueId>
<PolicyNumber>sample string 14</PolicyNumber>
</OtherInsurance>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.