POST api/Insurance/SaveMemberInsurance
Request Information
URI Parameters
None.
Body Parameters
MemberInsurance| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
Required |
|
| Level | integer |
Required |
|
| InsuranceId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| InsuredName | string |
None. |
|
| InsuredDOB | date |
None. |
|
| PolicyNo | string |
Required |
|
| GroupNo | string |
None. |
|
| PlanName | string |
None. |
|
| PlanCode | string |
None. |
|
| ExpiryDate | date |
None. |
|
| VerificationStatusId | integer |
None. |
|
| VerificationStatus | string |
None. |
|
| StatusId | integer |
None. |
|
| Note | string |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| CreatedOn | date |
None. |
|
| InsuranceType | string |
None. |
|
| StatusName | string |
None. |
|
| InsuranceName | string |
None. |
|
| DocCount | integer |
None. |
|
| ModifiedName | string |
None. |
|
| DocIds | string |
None. |
|
| PlanType | string |
None. |
|
| DeductibleAmount | string |
None. |
|
| DeductibleMet | string |
None. |
|
| Copay | string |
None. |
|
| PlatformType | string |
None. |
|
| PatientId | globally unique identifier |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.