POST Member/SaveOtherInsurance
Request Information
URI Parameters
None.
Body Parameters
OtherInsurance| Name | Description | Type | Additional information |
|---|---|---|---|
| PBOtherInsuranceKey | integer |
None. |
|
| MemberPBEntityKey | integer |
None. |
|
| PBAffiliationKey | integer |
None. |
|
| CoordinationOfBenefitsDesc | string |
None. |
|
| CoordinationOfBenefitsValueId | integer |
None. |
|
| PayerResponsibilityDesc | string |
None. |
|
| PayerResponsibilityValueId | integer |
None. |
|
| MedicarePlanTypeDesc | string |
None. |
|
| MedicarePlanTypeValueId | integer |
None. |
|
| InsuranceTypeDesc | string |
None. |
|
| InsuranceTypeValueId | integer |
None. |
|
| InEffect | date |
None. |
|
| OutOfEffect | date |
None. |
|
| PolicyNumber | string |
None. |
|
| CarrierName | string |
None. |
|
| CarrierPBEntityKey | integer |
None. |
|
| CarrierAddress | Address |
None. |
|
| EffectiveDates | string |
None. |
Request 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": "2025-11-03T00:03:56.2416866-06:00",
"OutOfEffect": "2025-11-03T00:03:56.2416866-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": "11/03/2025 - 11/03/2025"
}
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>2025-11-03T00:03:56.2416866-06:00</InEffect>
<InsuranceTypeDesc>sample string 10</InsuranceTypeDesc>
<InsuranceTypeValueId>11</InsuranceTypeValueId>
<MedicarePlanTypeDesc>sample string 8</MedicarePlanTypeDesc>
<MedicarePlanTypeValueId>9</MedicarePlanTypeValueId>
<MemberPBEntityKey>2</MemberPBEntityKey>
<OutOfEffect>2025-11-03T00:03:56.2416866-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
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.