PUT api/Claims/UploadDocumentsWelfare
Request Information
URI Parameters
None.
Body Parameters
CashClaimUpload| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaimId | integer |
None. |
|
| ClaimDocuments | Collection of ClaimDocument |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClaimId": 1,
"ClaimDocuments": [
{
"DocumentTypeId": 1,
"IsRequired": true,
"DocumentNameFormat": "sample string 3",
"FileUploads": [
{
"FileUploadId": 1,
"Filename": "sample string 2",
"ImageData": "sample string 3",
"DocumentGuid": "sample string 4",
"FileSize": 5
},
{
"FileUploadId": 1,
"Filename": "sample string 2",
"ImageData": "sample string 3",
"DocumentGuid": "sample string 4",
"FileSize": 5
}
]
},
{
"DocumentTypeId": 1,
"IsRequired": true,
"DocumentNameFormat": "sample string 3",
"FileUploads": [
{
"FileUploadId": 1,
"Filename": "sample string 2",
"ImageData": "sample string 3",
"DocumentGuid": "sample string 4",
"FileSize": 5
},
{
"FileUploadId": 1,
"Filename": "sample string 2",
"ImageData": "sample string 3",
"DocumentGuid": "sample string 4",
"FileSize": 5
}
]
}
]
}
text/html
Sample:
{"ClaimId":1,"ClaimDocuments":[{"DocumentTypeId":1,"IsRequired":true,"DocumentNameFormat":"sample string 3","FileUploads":[{"FileUploadId":1,"Filename":"sample string 2","ImageData":"sample string 3","DocumentGuid":"sample string 4","FileSize":5},{"FileUploadId":1,"Filename":"sample string 2","ImageData":"sample string 3","DocumentGuid":"sample string 4","FileSize":5}]},{"DocumentTypeId":1,"IsRequired":true,"DocumentNameFormat":"sample string 3","FileUploads":[{"FileUploadId":1,"Filename":"sample string 2","ImageData":"sample string 3","DocumentGuid":"sample string 4","FileSize":5},{"FileUploadId":1,"Filename":"sample string 2","ImageData":"sample string 3","DocumentGuid":"sample string 4","FileSize":5}]}]}
application/xml, text/xml
Sample:
<CashClaimUpload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TTMWM_MECLAIM_API.ViewModels">
<ClaimDocuments>
<ClaimDocument>
<DocumentNameFormat>sample string 3</DocumentNameFormat>
<DocumentTypeId>1</DocumentTypeId>
<FileUploads>
<FileUpload>
<DocumentGuid>sample string 4</DocumentGuid>
<FileSize>5</FileSize>
<FileUploadId>1</FileUploadId>
<Filename>sample string 2</Filename>
<ImageData>sample string 3</ImageData>
</FileUpload>
<FileUpload>
<DocumentGuid>sample string 4</DocumentGuid>
<FileSize>5</FileSize>
<FileUploadId>1</FileUploadId>
<Filename>sample string 2</Filename>
<ImageData>sample string 3</ImageData>
</FileUpload>
</FileUploads>
<IsRequired>true</IsRequired>
</ClaimDocument>
<ClaimDocument>
<DocumentNameFormat>sample string 3</DocumentNameFormat>
<DocumentTypeId>1</DocumentTypeId>
<FileUploads>
<FileUpload>
<DocumentGuid>sample string 4</DocumentGuid>
<FileSize>5</FileSize>
<FileUploadId>1</FileUploadId>
<Filename>sample string 2</Filename>
<ImageData>sample string 3</ImageData>
</FileUpload>
<FileUpload>
<DocumentGuid>sample string 4</DocumentGuid>
<FileSize>5</FileSize>
<FileUploadId>1</FileUploadId>
<Filename>sample string 2</Filename>
<ImageData>sample string 3</ImageData>
</FileUpload>
</FileUploads>
<IsRequired>true</IsRequired>
</ClaimDocument>
</ClaimDocuments>
<ClaimId>1</ClaimId>
</CashClaimUpload>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResultTypedOfCashClaim| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Errors | Collection of string |
None. |
|
| Data | CashClaim |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Errors": [
"sample string 1",
"sample string 2"
],
"Data": {
"RemainAmount": 1.0,
"InsuranceDenyAmount": 2.0,
"InsuranceDenyExcludeDentalAmount": 3.0,
"TtmwmDenyAmount": 4.0,
"AssessorDenyAmount": 5.0,
"FamilyId": 1,
"CompanyCode": "sample string 6",
"BenefitPlan": {
"PlanPeriodId": 1,
"PeriodStartDate": "2026-04-01T10:28:11.2961771+07:00",
"PeriodEndDate": "2026-04-01T10:28:11.2961771+07:00",
"InsuranceProviderId": 4,
"InsuranceProviderName": "sample string 5",
"BenefitPlans": [
{
"EmployeeBenefitPlanId": 1,
"BenefitPlanId": 2,
"BenefitPlanName": "sample string 3",
"BenefitPlanTypeId": 4,
"BenefitPlanTypeName": "sample string 5",
"BenefitPlanStartDate": "2026-04-01T10:28:11.2961771+07:00",
"BeneftPlanEndDate": "2026-04-01T10:28:11.2961771+07:00",
"HasPlanDocument": true,
"PlanNote": "sample string 9",
"RoomRate": 10.0,
"BenefitAmount": 11.0,
"PlanDocumentURL": "sample string 12",
"InsuranceProviderId": 13,
"FamilyId": 1,
"IsOver65": true,
"IsRetire": true,
"PlanHospitalDocumentURL": "sample string 16"
},
{
"EmployeeBenefitPlanId": 1,
"BenefitPlanId": 2,
"BenefitPlanName": "sample string 3",
"BenefitPlanTypeId": 4,
"BenefitPlanTypeName": "sample string 5",
"BenefitPlanStartDate": "2026-04-01T10:28:11.2961771+07:00",
"BeneftPlanEndDate": "2026-04-01T10:28:11.2961771+07:00",
"HasPlanDocument": true,
"PlanNote": "sample string 9",
"RoomRate": 10.0,
"BenefitAmount": 11.0,
"PlanDocumentURL": "sample string 12",
"InsuranceProviderId": 13,
"FamilyId": 1,
"IsOver65": true,
"IsRetire": true,
"PlanHospitalDocumentURL": "sample string 16"
}
],
"FyStartDate": "2026-04-01T10:28:11.2961771+07:00",
"FyEndDate": "2026-04-01T10:28:11.2961771+07:00",
"RemainAmount": 8.0,
"EmployeeCoverages": [
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
},
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
}
],
"WelfareId": 1,
"WelfareName": "sample string 9",
"StmBenefitId": 1,
"StmBenefitName": "sample string 10"
},
"ClaimHistories": [
{
"ClaimHistoryId": 1,
"ClaimId": 2,
"ClaimStatusId": 3,
"ClaimStatusName": "sample string 4",
"StatusDate": "2026-04-01T10:28:11.2961771+07:00",
"DocumentRequestRound": 6,
"DisplayName": "sample string 7",
"IsActive": true,
"StatusByUserId": 9
},
{
"ClaimHistoryId": 1,
"ClaimId": 2,
"ClaimStatusId": 3,
"ClaimStatusName": "sample string 4",
"StatusDate": "2026-04-01T10:28:11.2961771+07:00",
"DocumentRequestRound": 6,
"DisplayName": "sample string 7",
"IsActive": true,
"StatusByUserId": 9
}
],
"DocumentRequests": [
{
"DocumentRequestId": 1,
"DocumentTypeId": 2,
"DocumentName": "sample string 3",
"IsRequired": true,
"IsOtherDocumentType": true,
"IsVerified": true,
"IsActive": true,
"DocumentNameFormat": "sample string 8",
"FileUploads": [
{
"FileUploadId": 1,
"ClaimDocumentId": 2,
"DocumentRequestId": 3,
"Filename": "sample string 4",
"ImageData": "sample string 5",
"DocumentURL": "sample string 6",
"DocumentGuid": "sample string 7",
"FileSize": 8,
"IsActive": true
},
{
"FileUploadId": 1,
"ClaimDocumentId": 2,
"DocumentRequestId": 3,
"Filename": "sample string 4",
"ImageData": "sample string 5",
"DocumentURL": "sample string 6",
"DocumentGuid": "sample string 7",
"FileSize": 8,
"IsActive": true
}
]
},
{
"DocumentRequestId": 1,
"DocumentTypeId": 2,
"DocumentName": "sample string 3",
"IsRequired": true,
"IsOtherDocumentType": true,
"IsVerified": true,
"IsActive": true,
"DocumentNameFormat": "sample string 8",
"FileUploads": [
{
"FileUploadId": 1,
"ClaimDocumentId": 2,
"DocumentRequestId": 3,
"Filename": "sample string 4",
"ImageData": "sample string 5",
"DocumentURL": "sample string 6",
"DocumentGuid": "sample string 7",
"FileSize": 8,
"IsActive": true
},
{
"FileUploadId": 1,
"ClaimDocumentId": 2,
"DocumentRequestId": 3,
"Filename": "sample string 4",
"ImageData": "sample string 5",
"DocumentURL": "sample string 6",
"DocumentGuid": "sample string 7",
"FileSize": 8,
"IsActive": true
}
]
}
],
"OtherDocuments": [
{
"OtherDocumentTypeId": 1,
"DocumentName": "sample string 2",
"DocumentComment": "sample string 3",
"SeqNo": 4,
"IsChecked": true
},
{
"OtherDocumentTypeId": 1,
"DocumentName": "sample string 2",
"DocumentComment": "sample string 3",
"SeqNo": 4,
"IsChecked": true
}
],
"ItemGroups": [
{
"Name": "sample string 1",
"IsApprove": true,
"Amount": 3.0,
"Items": [
{
"Name": "sample string 1",
"Amount": 2.0
},
{
"Name": "sample string 1",
"Amount": 2.0
}
]
},
{
"Name": "sample string 1",
"IsApprove": true,
"Amount": 3.0,
"Items": [
{
"Name": "sample string 1",
"Amount": 2.0
},
{
"Name": "sample string 1",
"Amount": 2.0
}
]
}
],
"PageControl": {
"ShowSpecialDental": true,
"CanEditSpecialDental": true,
"ShowHospital": true,
"CanEditHospital": true,
"ShowRequestDocument": true,
"ShowInsReview": true,
"ShowTtmwmReview": true,
"ShowClaimSummary": true,
"CanCancel": true,
"CanConfirmDoc": true,
"CanDownloadDoc": true,
"CanRequestDocument": true,
"CanCommentRequestDocument": true,
"CanCommentInsurance": true,
"CanCommentTtmwm": true,
"DocumentCanUpload": true,
"DocumentShowOther": true,
"DocumentShowComment": true,
"DocumentCanApprove": true,
"DocumentCanView": true,
"ShowICD10": true,
"CanEditICD10": true,
"ShowVisit": true,
"CanEditVisit": true,
"ShowHospitalOversea": true,
"CanEditHospitalOversea": true,
"TTMWMDocumentShowComment": true,
"TTMWMDocumentShowOther": true,
"TTMWMDocumentCanApprove": true,
"ShowTTMWMRequestDocument": true,
"CanTTMWMRequestDocument": true,
"CanTTMWMCommentRequestDocument": true,
"ShowEyesight": true,
"CanEditEyesight": true,
"ShowEmployeeChronicDisease": true,
"CanEditEmployeeChronicDisease": true,
"CanAssessorRequestDocument": true,
"ShowAssessorReview": true,
"AssessorDocumentShowComment": true,
"AssessorDocumentShowOther": true,
"AssessorDocumentCanApprove": true,
"CanEditInfo": true,
"ShowInfoChanged": true,
"CanApplyInfoChanged": true,
"ShowStmHealthCheckFamilyList": true,
"CanEditStmHealthCheckFamilyList": true,
"CanEditClaimSeries": true
},
"InsuranceDenyGroups": [
{
"DenyGroupId": 1,
"SeqNo": 2,
"GroupName": "sample string 3",
"DenyReasons": [
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
},
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
}
]
},
{
"DenyGroupId": 1,
"SeqNo": 2,
"GroupName": "sample string 3",
"DenyReasons": [
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
},
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
}
]
}
],
"TtmwmDenyGroups": [
{
"DenyGroupId": 1,
"SeqNo": 2,
"GroupName": "sample string 3",
"DenyReasons": [
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
},
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
}
]
},
{
"DenyGroupId": 1,
"SeqNo": 2,
"GroupName": "sample string 3",
"DenyReasons": [
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
},
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
}
]
}
],
"AssessorDenyGroups": [
{
"DenyGroupId": 1,
"SeqNo": 2,
"GroupName": "sample string 3",
"DenyReasons": [
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
},
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
}
]
},
{
"DenyGroupId": 1,
"SeqNo": 2,
"GroupName": "sample string 3",
"DenyReasons": [
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
},
{
"ClaimDenyId": 1,
"DenyReasonId": 2,
"DenyReason": "sample string 3",
"DenyComment": "sample string 4",
"EmployeeDenyComment": "sample string 5",
"IsOtherDenyComment": true,
"DenyAmount": 7.0,
"IsDentalReason": true,
"SeqNo": 9
}
]
}
],
"DownloadZipURL": "sample string 7",
"StmHealthCheckFamilies": [
{
"FamilyMemberId": 1,
"RelationName": "sample string 2",
"BeneficiaryId": 3,
"PriorNames": [
{
"NameId": 1,
"Name": "sample string 2"
},
{
"NameId": 1,
"Name": "sample string 2"
}
],
"EmployeeId": 4,
"RelationId": 5,
"CitizenId": "sample string 6",
"Gender": "sample string 7",
"Title": "sample string 8",
"Name": "sample string 9",
"BirthDate": "2026-04-01T10:28:11.2971817+07:00",
"EffectiveDate": "2026-04-01T10:28:11.2971817+07:00",
"EffectiveEndDate": "2026-04-01T10:28:11.2971817+07:00",
"MeClaimNo": "sample string 11",
"MemberNo": "sample string 12",
"DependentNo": "sample string 13",
"SystemNo": "sample string 14",
"PolicyNo": "sample string 15",
"EmployeeFamilyCategoryId": 16,
"IsActive": true,
"BenefitPlans": [
{
"PlanStartDate": "2026-04-01T10:28:11.2971817+07:00",
"PlanEndDate": "2026-04-01T10:28:11.2971817+07:00",
"EmployeePlanId": 3,
"FamilyPlanId": 4,
"FamilyTopupPlanId": 5,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00",
"AddTopupPlans": [
{
"TopupPlanId": 1,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00"
},
{
"TopupPlanId": 1,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00"
}
],
"EmployeeCoverages": [
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
},
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
}
]
},
{
"PlanStartDate": "2026-04-01T10:28:11.2971817+07:00",
"PlanEndDate": "2026-04-01T10:28:11.2971817+07:00",
"EmployeePlanId": 3,
"FamilyPlanId": 4,
"FamilyTopupPlanId": 5,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00",
"AddTopupPlans": [
{
"TopupPlanId": 1,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00"
},
{
"TopupPlanId": 1,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00"
}
],
"EmployeeCoverages": [
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
},
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
}
]
}
]
},
{
"FamilyMemberId": 1,
"RelationName": "sample string 2",
"BeneficiaryId": 3,
"PriorNames": [
{
"NameId": 1,
"Name": "sample string 2"
},
{
"NameId": 1,
"Name": "sample string 2"
}
],
"EmployeeId": 4,
"RelationId": 5,
"CitizenId": "sample string 6",
"Gender": "sample string 7",
"Title": "sample string 8",
"Name": "sample string 9",
"BirthDate": "2026-04-01T10:28:11.2971817+07:00",
"EffectiveDate": "2026-04-01T10:28:11.2971817+07:00",
"EffectiveEndDate": "2026-04-01T10:28:11.2971817+07:00",
"MeClaimNo": "sample string 11",
"MemberNo": "sample string 12",
"DependentNo": "sample string 13",
"SystemNo": "sample string 14",
"PolicyNo": "sample string 15",
"EmployeeFamilyCategoryId": 16,
"IsActive": true,
"BenefitPlans": [
{
"PlanStartDate": "2026-04-01T10:28:11.2971817+07:00",
"PlanEndDate": "2026-04-01T10:28:11.2971817+07:00",
"EmployeePlanId": 3,
"FamilyPlanId": 4,
"FamilyTopupPlanId": 5,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00",
"AddTopupPlans": [
{
"TopupPlanId": 1,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00"
},
{
"TopupPlanId": 1,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00"
}
],
"EmployeeCoverages": [
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
},
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
}
]
},
{
"PlanStartDate": "2026-04-01T10:28:11.2971817+07:00",
"PlanEndDate": "2026-04-01T10:28:11.2971817+07:00",
"EmployeePlanId": 3,
"FamilyPlanId": 4,
"FamilyTopupPlanId": 5,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00",
"AddTopupPlans": [
{
"TopupPlanId": 1,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00"
},
{
"TopupPlanId": 1,
"TopupStartDate": "2026-04-01T10:28:11.2971817+07:00",
"TopupEndDate": "2026-04-01T10:28:11.2971817+07:00"
}
],
"EmployeeCoverages": [
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
},
{
"CoverageId": 1,
"CoverageName": "sample string 2",
"CoverageHospitalId": 1,
"CoverageHospitalName": "sample string 3"
}
]
}
]
}
],
"IsLuxuryPrivateHospital": true,
"IsLockEditClaimSeries": true,
"EmployeeCategoryId": 10,
"OldItemGroups": [
{
"Name": "sample string 1",
"IsApprove": true,
"Amount": 3.0,
"Items": [
{
"Name": "sample string 1",
"Amount": 2.0
},
{
"Name": "sample string 1",
"Amount": 2.0
}
]
},
{
"Name": "sample string 1",
"IsApprove": true,
"Amount": 3.0,
"Items": [
{
"Name": "sample string 1",
"Amount": 2.0
},
{
"Name": "sample string 1",
"Amount": 2.0
}
]
}
],
"ClaimId": 11,
"BeneficiaryId": 12,
"PatientFullName": "sample string 13",
"PatientCitizenId": "sample string 14",
"EmployeeId": 15,
"EmployeeName": "sample string 16",
"HospitalId": 17,
"HospitalCode": "sample string 18",
"HospitalName": "sample string 19",
"ClaimStatusId": 20,
"ClaimStatusName": "sample string 21",
"ClaimTypeId": 22,
"ClaimTypeName": "sample string 23",
"RegistrationCode": "sample string 24",
"RegistrationCode2": "sample string 25",
"InsuranceProviderId": 26,
"InsuranceProviderName": "sample string 27",
"InsuranceProviderFullName": "sample string 28",
"InsuranceProviderAddress": "sample string 29",
"InsuranceProviderTel": "sample string 30",
"InsuranceProviderFax": "sample string 31",
"IsFamilyMemberClaim": true,
"BillingDate": "2026-04-01T10:28:11.2971817+07:00",
"RequestedClaimAmount": 34.0,
"HasSpecialDental": true,
"DocumentComment": "sample string 36",
"DocumentCommentDb": "sample string 37",
"InsuranceApprovedAmount": 38.0,
"TtmwmApprovedAmount": 39.0,
"ApprovedAmount": 40.0,
"EmployeePlanId": 41,
"EmployeeNo": "sample string 42",
"EmployeeUserId": 43,
"IsActive": true,
"DocumentRoundSort": 45,
"Code": "sample string 46",
"CreatedDate": "2026-04-01T10:28:11.2971817+07:00",
"UpdatedDate": "2026-04-01T10:28:11.2971817+07:00",
"CreatedBy": {
"UserId": 1,
"Username": "sample string 2",
"EmailAddress": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"RoleId": 6,
"Role": "sample string 7",
"IsActive": true
},
"UpdatedBy": {
"UserId": 1,
"Username": "sample string 2",
"EmailAddress": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"RoleId": 6,
"Role": "sample string 7",
"IsActive": true
},
"CompletedDate": "2026-04-01T10:28:11.2971817+07:00",
"MatchedDate": "2026-04-01T10:28:11.2971817+07:00",
"RequestDocumentDate": "2026-04-01T10:28:11.2971817+07:00",
"ApprovedDate": "2026-04-01T10:28:11.2971817+07:00",
"DeniedDate": "2026-04-01T10:28:11.2971817+07:00",
"ExpiredDate": "2026-04-01T10:28:11.2971817+07:00",
"InsuranceApprovedDate": "2026-04-01T10:28:11.2971817+07:00",
"TTMWMApprovedDate": "2026-04-01T10:28:11.2971817+07:00",
"InternalNote": "sample string 57",
"RollBackStatusDate": "2026-04-01T10:28:11.2971817+07:00",
"PaidDate": "2026-04-01T10:28:11.2971817+07:00",
"ProductId": 1,
"ProductCode": "sample string 58",
"TCClaimTypesId": 1,
"TCClaimTypesName": "sample string 59",
"TCExportDate": "2026-04-01T10:28:11.2971817+07:00",
"AccidentDtm": "2026-04-01T10:28:11.2971817+07:00",
"VisitDtm": "2026-04-01T10:28:11.2971817+07:00",
"DischargeDtm": "2026-04-01T10:28:11.2971817+07:00",
"InsuranceFileUploadUrl": "sample string 64",
"InsuranceFileUploadName": "sample string 65",
"WelfareCode": "sample string 66",
"WelfareName": "sample string 67",
"IsWelfare": 1,
"WelfareId": 1,
"IsWelfareInsurance": 1,
"IsHospitalOversea": 1,
"StmBenefitId": 1,
"StmBenefitName": "sample string 68",
"TCPaidDate": "2026-04-01T10:28:11.2971817+07:00",
"EyesightLeftShort": "sample string 69",
"EyesightLeftLong": "sample string 70",
"EyesightLeftBevel": "sample string 71",
"EyesightRightShort": "sample string 72",
"EyesightRightLong": "sample string 73",
"EyesightRightBevel": "sample string 74",
"EmployeeChronicDiseaseId": 1,
"EmployeeChronicDiseaseName": "sample string 75",
"AssessorApprovedAmount": 76.0,
"AssessorApprovedDate": "2026-04-01T10:28:11.2971817+07:00",
"InvoiceEditInfoComment": "sample string 78",
"InfoChangedAssessorApprovedClaimAmount": 79.0,
"InfoChangedAssessorDenyAmount": 80.0,
"InfoChangedComment": "sample string 81",
"StmHealthCheckFamilyIds": [
1,
2
],
"ShareAmount": 1.0,
"CallbackAmount": 1.0,
"ShareCallbackDtm": "2026-04-01T10:28:11.2971817+07:00",
"IsStmCashPaybackOverApprove": true,
"StmOverOrPaybackAmount": 1.0,
"ForcePrivateHospital": true,
"ParentClaimId": 1,
"ParentClaimRegistrationCode": "sample string 84",
"MedicalTypeId": 1,
"MedicalTypeName": "sample string 85",
"IsFundClaim": true,
"SideClaimId": 1,
"TMTNewcomerClaimTypeId": 1,
"TMTNewcomerClaimTypeName": "sample string 87",
"Title": "sample string 88",
"IsReClaimAmount": true,
"ReClaimAmount": 1.0,
"ICD10Code": [
"sample string 1",
"sample string 2"
],
"AssessorDeniesClaimAmount": 1.0,
"IsTAWDeny50percent": true
}
}
text/html
Sample:
{"Code":1,"Errors":["sample string 1","sample string 2"],"Data":{"RemainAmount":1.0,"InsuranceDenyAmount":2.0,"InsuranceDenyExcludeDentalAmount":3.0,"TtmwmDenyAmount":4.0,"AssessorDenyAmount":5.0,"FamilyId":1,"CompanyCode":"sample string 6","BenefitPlan":{"PlanPeriodId":1,"PeriodStartDate":"2026-04-01T10:28:11.2961771+07:00","PeriodEndDate":"2026-04-01T10:28:11.2961771+07:00","InsuranceProviderId":4,"InsuranceProviderName":"sample string 5","BenefitPlans":[{"EmployeeBenefitPlanId":1,"BenefitPlanId":2,"BenefitPlanName":"sample string 3","BenefitPlanTypeId":4,"BenefitPlanTypeName":"sample string 5","BenefitPlanStartDate":"2026-04-01T10:28:11.2961771+07:00","BeneftPlanEndDate":"2026-04-01T10:28:11.2961771+07:00","HasPlanDocument":true,"PlanNote":"sample string 9","RoomRate":10.0,"BenefitAmount":11.0,"PlanDocumentURL":"sample string 12","InsuranceProviderId":13,"FamilyId":1,"IsOver65":true,"IsRetire":true,"PlanHospitalDocumentURL":"sample string 16"},{"EmployeeBenefitPlanId":1,"BenefitPlanId":2,"BenefitPlanName":"sample string 3","BenefitPlanTypeId":4,"BenefitPlanTypeName":"sample string 5","BenefitPlanStartDate":"2026-04-01T10:28:11.2961771+07:00","BeneftPlanEndDate":"2026-04-01T10:28:11.2961771+07:00","HasPlanDocument":true,"PlanNote":"sample string 9","RoomRate":10.0,"BenefitAmount":11.0,"PlanDocumentURL":"sample string 12","InsuranceProviderId":13,"FamilyId":1,"IsOver65":true,"IsRetire":true,"PlanHospitalDocumentURL":"sample string 16"}],"FyStartDate":"2026-04-01T10:28:11.2961771+07:00","FyEndDate":"2026-04-01T10:28:11.2961771+07:00","RemainAmount":8.0,"EmployeeCoverages":[{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"},{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"}],"WelfareId":1,"WelfareName":"sample string 9","StmBenefitId":1,"StmBenefitName":"sample string 10"},"ClaimHistories":[{"ClaimHistoryId":1,"ClaimId":2,"ClaimStatusId":3,"ClaimStatusName":"sample string 4","StatusDate":"2026-04-01T10:28:11.2961771+07:00","DocumentRequestRound":6,"DisplayName":"sample string 7","IsActive":true,"StatusByUserId":9},{"ClaimHistoryId":1,"ClaimId":2,"ClaimStatusId":3,"ClaimStatusName":"sample string 4","StatusDate":"2026-04-01T10:28:11.2961771+07:00","DocumentRequestRound":6,"DisplayName":"sample string 7","IsActive":true,"StatusByUserId":9}],"DocumentRequests":[{"DocumentRequestId":1,"DocumentTypeId":2,"DocumentName":"sample string 3","IsRequired":true,"IsOtherDocumentType":true,"IsVerified":true,"IsActive":true,"DocumentNameFormat":"sample string 8","FileUploads":[{"FileUploadId":1,"ClaimDocumentId":2,"DocumentRequestId":3,"Filename":"sample string 4","ImageData":"sample string 5","DocumentURL":"sample string 6","DocumentGuid":"sample string 7","FileSize":8,"IsActive":true},{"FileUploadId":1,"ClaimDocumentId":2,"DocumentRequestId":3,"Filename":"sample string 4","ImageData":"sample string 5","DocumentURL":"sample string 6","DocumentGuid":"sample string 7","FileSize":8,"IsActive":true}]},{"DocumentRequestId":1,"DocumentTypeId":2,"DocumentName":"sample string 3","IsRequired":true,"IsOtherDocumentType":true,"IsVerified":true,"IsActive":true,"DocumentNameFormat":"sample string 8","FileUploads":[{"FileUploadId":1,"ClaimDocumentId":2,"DocumentRequestId":3,"Filename":"sample string 4","ImageData":"sample string 5","DocumentURL":"sample string 6","DocumentGuid":"sample string 7","FileSize":8,"IsActive":true},{"FileUploadId":1,"ClaimDocumentId":2,"DocumentRequestId":3,"Filename":"sample string 4","ImageData":"sample string 5","DocumentURL":"sample string 6","DocumentGuid":"sample string 7","FileSize":8,"IsActive":true}]}],"OtherDocuments":[{"OtherDocumentTypeId":1,"DocumentName":"sample string 2","DocumentComment":"sample string 3","SeqNo":4,"IsChecked":true},{"OtherDocumentTypeId":1,"DocumentName":"sample string 2","DocumentComment":"sample string 3","SeqNo":4,"IsChecked":true}],"ItemGroups":[{"Name":"sample string 1","IsApprove":true,"Amount":3.0,"Items":[{"Name":"sample string 1","Amount":2.0},{"Name":"sample string 1","Amount":2.0}]},{"Name":"sample string 1","IsApprove":true,"Amount":3.0,"Items":[{"Name":"sample string 1","Amount":2.0},{"Name":"sample string 1","Amount":2.0}]}],"PageControl":{"ShowSpecialDental":true,"CanEditSpecialDental":true,"ShowHospital":true,"CanEditHospital":true,"ShowRequestDocument":true,"ShowInsReview":true,"ShowTtmwmReview":true,"ShowClaimSummary":true,"CanCancel":true,"CanConfirmDoc":true,"CanDownloadDoc":true,"CanRequestDocument":true,"CanCommentRequestDocument":true,"CanCommentInsurance":true,"CanCommentTtmwm":true,"DocumentCanUpload":true,"DocumentShowOther":true,"DocumentShowComment":true,"DocumentCanApprove":true,"DocumentCanView":true,"ShowICD10":true,"CanEditICD10":true,"ShowVisit":true,"CanEditVisit":true,"ShowHospitalOversea":true,"CanEditHospitalOversea":true,"TTMWMDocumentShowComment":true,"TTMWMDocumentShowOther":true,"TTMWMDocumentCanApprove":true,"ShowTTMWMRequestDocument":true,"CanTTMWMRequestDocument":true,"CanTTMWMCommentRequestDocument":true,"ShowEyesight":true,"CanEditEyesight":true,"ShowEmployeeChronicDisease":true,"CanEditEmployeeChronicDisease":true,"CanAssessorRequestDocument":true,"ShowAssessorReview":true,"AssessorDocumentShowComment":true,"AssessorDocumentShowOther":true,"AssessorDocumentCanApprove":true,"CanEditInfo":true,"ShowInfoChanged":true,"CanApplyInfoChanged":true,"ShowStmHealthCheckFamilyList":true,"CanEditStmHealthCheckFamilyList":true,"CanEditClaimSeries":true},"InsuranceDenyGroups":[{"DenyGroupId":1,"SeqNo":2,"GroupName":"sample string 3","DenyReasons":[{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9},{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9}]},{"DenyGroupId":1,"SeqNo":2,"GroupName":"sample string 3","DenyReasons":[{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9},{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9}]}],"TtmwmDenyGroups":[{"DenyGroupId":1,"SeqNo":2,"GroupName":"sample string 3","DenyReasons":[{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9},{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9}]},{"DenyGroupId":1,"SeqNo":2,"GroupName":"sample string 3","DenyReasons":[{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9},{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9}]}],"AssessorDenyGroups":[{"DenyGroupId":1,"SeqNo":2,"GroupName":"sample string 3","DenyReasons":[{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9},{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9}]},{"DenyGroupId":1,"SeqNo":2,"GroupName":"sample string 3","DenyReasons":[{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9},{"ClaimDenyId":1,"DenyReasonId":2,"DenyReason":"sample string 3","DenyComment":"sample string 4","EmployeeDenyComment":"sample string 5","IsOtherDenyComment":true,"DenyAmount":7.0,"IsDentalReason":true,"SeqNo":9}]}],"DownloadZipURL":"sample string 7","StmHealthCheckFamilies":[{"FamilyMemberId":1,"RelationName":"sample string 2","BeneficiaryId":3,"PriorNames":[{"NameId":1,"Name":"sample string 2"},{"NameId":1,"Name":"sample string 2"}],"EmployeeId":4,"RelationId":5,"CitizenId":"sample string 6","Gender":"sample string 7","Title":"sample string 8","Name":"sample string 9","BirthDate":"2026-04-01T10:28:11.2971817+07:00","EffectiveDate":"2026-04-01T10:28:11.2971817+07:00","EffectiveEndDate":"2026-04-01T10:28:11.2971817+07:00","MeClaimNo":"sample string 11","MemberNo":"sample string 12","DependentNo":"sample string 13","SystemNo":"sample string 14","PolicyNo":"sample string 15","EmployeeFamilyCategoryId":16,"IsActive":true,"BenefitPlans":[{"PlanStartDate":"2026-04-01T10:28:11.2971817+07:00","PlanEndDate":"2026-04-01T10:28:11.2971817+07:00","EmployeePlanId":3,"FamilyPlanId":4,"FamilyTopupPlanId":5,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00","AddTopupPlans":[{"TopupPlanId":1,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00"},{"TopupPlanId":1,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00"}],"EmployeeCoverages":[{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"},{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"}]},{"PlanStartDate":"2026-04-01T10:28:11.2971817+07:00","PlanEndDate":"2026-04-01T10:28:11.2971817+07:00","EmployeePlanId":3,"FamilyPlanId":4,"FamilyTopupPlanId":5,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00","AddTopupPlans":[{"TopupPlanId":1,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00"},{"TopupPlanId":1,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00"}],"EmployeeCoverages":[{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"},{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"}]}]},{"FamilyMemberId":1,"RelationName":"sample string 2","BeneficiaryId":3,"PriorNames":[{"NameId":1,"Name":"sample string 2"},{"NameId":1,"Name":"sample string 2"}],"EmployeeId":4,"RelationId":5,"CitizenId":"sample string 6","Gender":"sample string 7","Title":"sample string 8","Name":"sample string 9","BirthDate":"2026-04-01T10:28:11.2971817+07:00","EffectiveDate":"2026-04-01T10:28:11.2971817+07:00","EffectiveEndDate":"2026-04-01T10:28:11.2971817+07:00","MeClaimNo":"sample string 11","MemberNo":"sample string 12","DependentNo":"sample string 13","SystemNo":"sample string 14","PolicyNo":"sample string 15","EmployeeFamilyCategoryId":16,"IsActive":true,"BenefitPlans":[{"PlanStartDate":"2026-04-01T10:28:11.2971817+07:00","PlanEndDate":"2026-04-01T10:28:11.2971817+07:00","EmployeePlanId":3,"FamilyPlanId":4,"FamilyTopupPlanId":5,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00","AddTopupPlans":[{"TopupPlanId":1,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00"},{"TopupPlanId":1,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00"}],"EmployeeCoverages":[{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"},{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"}]},{"PlanStartDate":"2026-04-01T10:28:11.2971817+07:00","PlanEndDate":"2026-04-01T10:28:11.2971817+07:00","EmployeePlanId":3,"FamilyPlanId":4,"FamilyTopupPlanId":5,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00","AddTopupPlans":[{"TopupPlanId":1,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00"},{"TopupPlanId":1,"TopupStartDate":"2026-04-01T10:28:11.2971817+07:00","TopupEndDate":"2026-04-01T10:28:11.2971817+07:00"}],"EmployeeCoverages":[{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"},{"CoverageId":1,"CoverageName":"sample string 2","CoverageHospitalId":1,"CoverageHospitalName":"sample string 3"}]}]}],"IsLuxuryPrivateHospital":true,"IsLockEditClaimSeries":true,"EmployeeCategoryId":10,"OldItemGroups":[{"Name":"sample string 1","IsApprove":true,"Amount":3.0,"Items":[{"Name":"sample string 1","Amount":2.0},{"Name":"sample string 1","Amount":2.0}]},{"Name":"sample string 1","IsApprove":true,"Amount":3.0,"Items":[{"Name":"sample string 1","Amount":2.0},{"Name":"sample string 1","Amount":2.0}]}],"ClaimId":11,"BeneficiaryId":12,"PatientFullName":"sample string 13","PatientCitizenId":"sample string 14","EmployeeId":15,"EmployeeName":"sample string 16","HospitalId":17,"HospitalCode":"sample string 18","HospitalName":"sample string 19","ClaimStatusId":20,"ClaimStatusName":"sample string 21","ClaimTypeId":22,"ClaimTypeName":"sample string 23","RegistrationCode":"sample string 24","RegistrationCode2":"sample string 25","InsuranceProviderId":26,"InsuranceProviderName":"sample string 27","InsuranceProviderFullName":"sample string 28","InsuranceProviderAddress":"sample string 29","InsuranceProviderTel":"sample string 30","InsuranceProviderFax":"sample string 31","IsFamilyMemberClaim":true,"BillingDate":"2026-04-01T10:28:11.2971817+07:00","RequestedClaimAmount":34.0,"HasSpecialDental":true,"DocumentComment":"sample string 36","DocumentCommentDb":"sample string 37","InsuranceApprovedAmount":38.0,"TtmwmApprovedAmount":39.0,"ApprovedAmount":40.0,"EmployeePlanId":41,"EmployeeNo":"sample string 42","EmployeeUserId":43,"IsActive":true,"DocumentRoundSort":45,"Code":"sample string 46","CreatedDate":"2026-04-01T10:28:11.2971817+07:00","UpdatedDate":"2026-04-01T10:28:11.2971817+07:00","CreatedBy":{"UserId":1,"Username":"sample string 2","EmailAddress":"sample string 3","FirstName":"sample string 4","LastName":"sample string 5","RoleId":6,"Role":"sample string 7","IsActive":true},"UpdatedBy":{"UserId":1,"Username":"sample string 2","EmailAddress":"sample string 3","FirstName":"sample string 4","LastName":"sample string 5","RoleId":6,"Role":"sample string 7","IsActive":true},"CompletedDate":"2026-04-01T10:28:11.2971817+07:00","MatchedDate":"2026-04-01T10:28:11.2971817+07:00","RequestDocumentDate":"2026-04-01T10:28:11.2971817+07:00","ApprovedDate":"2026-04-01T10:28:11.2971817+07:00","DeniedDate":"2026-04-01T10:28:11.2971817+07:00","ExpiredDate":"2026-04-01T10:28:11.2971817+07:00","InsuranceApprovedDate":"2026-04-01T10:28:11.2971817+07:00","TTMWMApprovedDate":"2026-04-01T10:28:11.2971817+07:00","InternalNote":"sample string 57","RollBackStatusDate":"2026-04-01T10:28:11.2971817+07:00","PaidDate":"2026-04-01T10:28:11.2971817+07:00","ProductId":1,"ProductCode":"sample string 58","TCClaimTypesId":1,"TCClaimTypesName":"sample string 59","TCExportDate":"2026-04-01T10:28:11.2971817+07:00","AccidentDtm":"2026-04-01T10:28:11.2971817+07:00","VisitDtm":"2026-04-01T10:28:11.2971817+07:00","DischargeDtm":"2026-04-01T10:28:11.2971817+07:00","InsuranceFileUploadUrl":"sample string 64","InsuranceFileUploadName":"sample string 65","WelfareCode":"sample string 66","WelfareName":"sample string 67","IsWelfare":1,"WelfareId":1,"IsWelfareInsurance":1,"IsHospitalOversea":1,"StmBenefitId":1,"StmBenefitName":"sample string 68","TCPaidDate":"2026-04-01T10:28:11.2971817+07:00","EyesightLeftShort":"sample string 69","EyesightLeftLong":"sample string 70","EyesightLeftBevel":"sample string 71","EyesightRightShort":"sample string 72","EyesightRightLong":"sample string 73","EyesightRightBevel":"sample string 74","EmployeeChronicDiseaseId":1,"EmployeeChronicDiseaseName":"sample string 75","AssessorApprovedAmount":76.0,"AssessorApprovedDate":"2026-04-01T10:28:11.2971817+07:00","InvoiceEditInfoComment":"sample string 78","InfoChangedAssessorApprovedClaimAmount":79.0,"InfoChangedAssessorDenyAmount":80.0,"InfoChangedComment":"sample string 81","StmHealthCheckFamilyIds":[1,2],"ShareAmount":1.0,"CallbackAmount":1.0,"ShareCallbackDtm":"2026-04-01T10:28:11.2971817+07:00","IsStmCashPaybackOverApprove":true,"StmOverOrPaybackAmount":1.0,"ForcePrivateHospital":true,"ParentClaimId":1,"ParentClaimRegistrationCode":"sample string 84","MedicalTypeId":1,"MedicalTypeName":"sample string 85","IsFundClaim":true,"SideClaimId":1,"TMTNewcomerClaimTypeId":1,"TMTNewcomerClaimTypeName":"sample string 87","Title":"sample string 88","IsReClaimAmount":true,"ReClaimAmount":1.0,"ICD10Code":["sample string 1","sample string 2"],"AssessorDeniesClaimAmount":1.0,"IsTAWDeny50percent":true}}
application/xml, text/xml
Sample:
<ServiceResultTypedOfCashClaimYj8O1tFc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSW.Common.Models">
<Code>1</Code>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/TTMWM_MECLAIM_API.ViewModels">
<d2p1:AccidentDtm>2026-04-01T10:28:11.2971817+07:00</d2p1:AccidentDtm>
<d2p1:ApprovedAmount>40</d2p1:ApprovedAmount>
<d2p1:ApprovedDate>2026-04-01T10:28:11.2971817+07:00</d2p1:ApprovedDate>
<d2p1:AssessorApprovedAmount>76</d2p1:AssessorApprovedAmount>
<d2p1:AssessorApprovedDate>2026-04-01T10:28:11.2971817+07:00</d2p1:AssessorApprovedDate>
<d2p1:AssessorDeniesClaimAmount>1</d2p1:AssessorDeniesClaimAmount>
<d2p1:BeneficiaryId>12</d2p1:BeneficiaryId>
<d2p1:BillingDate>2026-04-01T10:28:11.2971817+07:00</d2p1:BillingDate>
<d2p1:CallbackAmount>1</d2p1:CallbackAmount>
<d2p1:ClaimId>11</d2p1:ClaimId>
<d2p1:ClaimStatusId>20</d2p1:ClaimStatusId>
<d2p1:ClaimStatusName>sample string 21</d2p1:ClaimStatusName>
<d2p1:ClaimTypeId>22</d2p1:ClaimTypeId>
<d2p1:ClaimTypeName>sample string 23</d2p1:ClaimTypeName>
<d2p1:Code>sample string 46</d2p1:Code>
<d2p1:CompanyCode i:nil="true" />
<d2p1:CompletedDate>2026-04-01T10:28:11.2971817+07:00</d2p1:CompletedDate>
<d2p1:CreatedBy>
<d2p1:EmailAddress>sample string 3</d2p1:EmailAddress>
<d2p1:FirstName>sample string 4</d2p1:FirstName>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:LastName>sample string 5</d2p1:LastName>
<d2p1:Role>sample string 7</d2p1:Role>
<d2p1:RoleId>6</d2p1:RoleId>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:Username>sample string 2</d2p1:Username>
</d2p1:CreatedBy>
<d2p1:CreatedDate>2026-04-01T10:28:11.2971817+07:00</d2p1:CreatedDate>
<d2p1:DeniedDate>2026-04-01T10:28:11.2971817+07:00</d2p1:DeniedDate>
<d2p1:DischargeDtm>2026-04-01T10:28:11.2971817+07:00</d2p1:DischargeDtm>
<d2p1:DocumentComment>sample string 36</d2p1:DocumentComment>
<d2p1:DocumentCommentDb>sample string 37</d2p1:DocumentCommentDb>
<d2p1:DocumentRoundSort>45</d2p1:DocumentRoundSort>
<d2p1:EmployeeChronicDiseaseId>1</d2p1:EmployeeChronicDiseaseId>
<d2p1:EmployeeChronicDiseaseName>sample string 75</d2p1:EmployeeChronicDiseaseName>
<d2p1:EmployeeId>15</d2p1:EmployeeId>
<d2p1:EmployeeName>sample string 16</d2p1:EmployeeName>
<d2p1:EmployeeNo>sample string 42</d2p1:EmployeeNo>
<d2p1:EmployeePlanId>41</d2p1:EmployeePlanId>
<d2p1:EmployeeUserId>43</d2p1:EmployeeUserId>
<d2p1:ExpiredDate>2026-04-01T10:28:11.2971817+07:00</d2p1:ExpiredDate>
<d2p1:EyesightLeftBevel>sample string 71</d2p1:EyesightLeftBevel>
<d2p1:EyesightLeftLong>sample string 70</d2p1:EyesightLeftLong>
<d2p1:EyesightLeftShort>sample string 69</d2p1:EyesightLeftShort>
<d2p1:EyesightRightBevel>sample string 74</d2p1:EyesightRightBevel>
<d2p1:EyesightRightLong>sample string 73</d2p1:EyesightRightLong>
<d2p1:EyesightRightShort>sample string 72</d2p1:EyesightRightShort>
<d2p1:ForcePrivateHospital>true</d2p1:ForcePrivateHospital>
<d2p1:HasSpecialDental>true</d2p1:HasSpecialDental>
<d2p1:HospitalCode>sample string 18</d2p1:HospitalCode>
<d2p1:HospitalId>17</d2p1:HospitalId>
<d2p1:HospitalName>sample string 19</d2p1:HospitalName>
<d2p1:ICD10Code xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:ICD10Code>
<d2p1:InfoChangedAssessorApprovedClaimAmount>79</d2p1:InfoChangedAssessorApprovedClaimAmount>
<d2p1:InfoChangedAssessorDenyAmount>80</d2p1:InfoChangedAssessorDenyAmount>
<d2p1:InfoChangedComment>sample string 81</d2p1:InfoChangedComment>
<d2p1:InsuranceApprovedAmount>38</d2p1:InsuranceApprovedAmount>
<d2p1:InsuranceApprovedDate>2026-04-01T10:28:11.2971817+07:00</d2p1:InsuranceApprovedDate>
<d2p1:InsuranceFileUploadName>sample string 65</d2p1:InsuranceFileUploadName>
<d2p1:InsuranceFileUploadUrl>sample string 64</d2p1:InsuranceFileUploadUrl>
<d2p1:InsuranceProviderAddress>sample string 29</d2p1:InsuranceProviderAddress>
<d2p1:InsuranceProviderFax>sample string 31</d2p1:InsuranceProviderFax>
<d2p1:InsuranceProviderFullName>sample string 28</d2p1:InsuranceProviderFullName>
<d2p1:InsuranceProviderId>26</d2p1:InsuranceProviderId>
<d2p1:InsuranceProviderName>sample string 27</d2p1:InsuranceProviderName>
<d2p1:InsuranceProviderTel>sample string 30</d2p1:InsuranceProviderTel>
<d2p1:InternalNote>sample string 57</d2p1:InternalNote>
<d2p1:InvoiceEditInfoComment>sample string 78</d2p1:InvoiceEditInfoComment>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:IsFamilyMemberClaim>true</d2p1:IsFamilyMemberClaim>
<d2p1:IsFundClaim>true</d2p1:IsFundClaim>
<d2p1:IsHospitalOversea>1</d2p1:IsHospitalOversea>
<d2p1:IsReClaimAmount>true</d2p1:IsReClaimAmount>
<d2p1:IsStmCashPaybackOverApprove>true</d2p1:IsStmCashPaybackOverApprove>
<d2p1:IsTAWDeny50percent>true</d2p1:IsTAWDeny50percent>
<d2p1:IsWelfare>1</d2p1:IsWelfare>
<d2p1:IsWelfareInsurance>1</d2p1:IsWelfareInsurance>
<d2p1:MatchedDate>2026-04-01T10:28:11.2971817+07:00</d2p1:MatchedDate>
<d2p1:MedicalTypeId>1</d2p1:MedicalTypeId>
<d2p1:MedicalTypeName>sample string 85</d2p1:MedicalTypeName>
<d2p1:PaidDate>2026-04-01T10:28:11.2971817+07:00</d2p1:PaidDate>
<d2p1:ParentClaimId>1</d2p1:ParentClaimId>
<d2p1:ParentClaimRegistrationCode>sample string 84</d2p1:ParentClaimRegistrationCode>
<d2p1:PatientCitizenId>sample string 14</d2p1:PatientCitizenId>
<d2p1:PatientFullName>sample string 13</d2p1:PatientFullName>
<d2p1:ProductCode>sample string 58</d2p1:ProductCode>
<d2p1:ProductId>1</d2p1:ProductId>
<d2p1:ReClaimAmount>1</d2p1:ReClaimAmount>
<d2p1:RegistrationCode>sample string 24</d2p1:RegistrationCode>
<d2p1:RegistrationCode2>sample string 25</d2p1:RegistrationCode2>
<d2p1:RequestDocumentDate>2026-04-01T10:28:11.2971817+07:00</d2p1:RequestDocumentDate>
<d2p1:RequestedClaimAmount>34</d2p1:RequestedClaimAmount>
<d2p1:RollBackStatusDate>2026-04-01T10:28:11.2971817+07:00</d2p1:RollBackStatusDate>
<d2p1:ShareAmount>1</d2p1:ShareAmount>
<d2p1:ShareCallbackDtm>2026-04-01T10:28:11.2971817+07:00</d2p1:ShareCallbackDtm>
<d2p1:SideClaimId>1</d2p1:SideClaimId>
<d2p1:StmBenefitId>1</d2p1:StmBenefitId>
<d2p1:StmBenefitName>sample string 68</d2p1:StmBenefitName>
<d2p1:StmHealthCheckFamilyIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</d2p1:StmHealthCheckFamilyIds>
<d2p1:StmOverOrPaybackAmount>1</d2p1:StmOverOrPaybackAmount>
<d2p1:TCClaimTypesId>1</d2p1:TCClaimTypesId>
<d2p1:TCClaimTypesName>sample string 59</d2p1:TCClaimTypesName>
<d2p1:TCExportDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TCExportDate>
<d2p1:TCPaidDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TCPaidDate>
<d2p1:TMTNewcomerClaimTypeId>1</d2p1:TMTNewcomerClaimTypeId>
<d2p1:TMTNewcomerClaimTypeName>sample string 87</d2p1:TMTNewcomerClaimTypeName>
<d2p1:TTMWMApprovedDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TTMWMApprovedDate>
<d2p1:Title>sample string 88</d2p1:Title>
<d2p1:TtmwmApprovedAmount>39</d2p1:TtmwmApprovedAmount>
<d2p1:UpdatedBy>
<d2p1:EmailAddress>sample string 3</d2p1:EmailAddress>
<d2p1:FirstName>sample string 4</d2p1:FirstName>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:LastName>sample string 5</d2p1:LastName>
<d2p1:Role>sample string 7</d2p1:Role>
<d2p1:RoleId>6</d2p1:RoleId>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:Username>sample string 2</d2p1:Username>
</d2p1:UpdatedBy>
<d2p1:UpdatedDate>2026-04-01T10:28:11.2971817+07:00</d2p1:UpdatedDate>
<d2p1:VisitDtm>2026-04-01T10:28:11.2971817+07:00</d2p1:VisitDtm>
<d2p1:WelfareCode>sample string 66</d2p1:WelfareCode>
<d2p1:WelfareId>1</d2p1:WelfareId>
<d2p1:WelfareName>sample string 67</d2p1:WelfareName>
<d2p1:AssessorDenyAmount>5</d2p1:AssessorDenyAmount>
<d2p1:AssessorDenyGroups>
<d2p1:CashClaimDenyGroup>
<d2p1:DenyGroupId>1</d2p1:DenyGroupId>
<d2p1:DenyReasons>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
</d2p1:DenyReasons>
<d2p1:GroupName>sample string 3</d2p1:GroupName>
<d2p1:SeqNo>2</d2p1:SeqNo>
</d2p1:CashClaimDenyGroup>
<d2p1:CashClaimDenyGroup>
<d2p1:DenyGroupId>1</d2p1:DenyGroupId>
<d2p1:DenyReasons>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
</d2p1:DenyReasons>
<d2p1:GroupName>sample string 3</d2p1:GroupName>
<d2p1:SeqNo>2</d2p1:SeqNo>
</d2p1:CashClaimDenyGroup>
</d2p1:AssessorDenyGroups>
<d2p1:BenefitPlan>
<d2p1:BenefitPlans>
<d2p1:EmployeeBenefitPlan>
<d2p1:BenefitAmount>11</d2p1:BenefitAmount>
<d2p1:BenefitPlanId>2</d2p1:BenefitPlanId>
<d2p1:BenefitPlanName>sample string 3</d2p1:BenefitPlanName>
<d2p1:BenefitPlanStartDate>2026-04-01T10:28:11.2961771+07:00</d2p1:BenefitPlanStartDate>
<d2p1:BenefitPlanTypeId>4</d2p1:BenefitPlanTypeId>
<d2p1:BenefitPlanTypeName>sample string 5</d2p1:BenefitPlanTypeName>
<d2p1:BeneftPlanEndDate>2026-04-01T10:28:11.2961771+07:00</d2p1:BeneftPlanEndDate>
<d2p1:EmployeeBenefitPlanId>1</d2p1:EmployeeBenefitPlanId>
<d2p1:FamilyId>1</d2p1:FamilyId>
<d2p1:HasPlanDocument>true</d2p1:HasPlanDocument>
<d2p1:InsuranceProviderId>13</d2p1:InsuranceProviderId>
<d2p1:IsOver65>true</d2p1:IsOver65>
<d2p1:IsRetire>true</d2p1:IsRetire>
<d2p1:PlanDocumentURL>sample string 12</d2p1:PlanDocumentURL>
<d2p1:PlanHospitalDocumentURL>sample string 16</d2p1:PlanHospitalDocumentURL>
<d2p1:PlanNote>sample string 9</d2p1:PlanNote>
<d2p1:RoomRate>10</d2p1:RoomRate>
</d2p1:EmployeeBenefitPlan>
<d2p1:EmployeeBenefitPlan>
<d2p1:BenefitAmount>11</d2p1:BenefitAmount>
<d2p1:BenefitPlanId>2</d2p1:BenefitPlanId>
<d2p1:BenefitPlanName>sample string 3</d2p1:BenefitPlanName>
<d2p1:BenefitPlanStartDate>2026-04-01T10:28:11.2961771+07:00</d2p1:BenefitPlanStartDate>
<d2p1:BenefitPlanTypeId>4</d2p1:BenefitPlanTypeId>
<d2p1:BenefitPlanTypeName>sample string 5</d2p1:BenefitPlanTypeName>
<d2p1:BeneftPlanEndDate>2026-04-01T10:28:11.2961771+07:00</d2p1:BeneftPlanEndDate>
<d2p1:EmployeeBenefitPlanId>1</d2p1:EmployeeBenefitPlanId>
<d2p1:FamilyId>1</d2p1:FamilyId>
<d2p1:HasPlanDocument>true</d2p1:HasPlanDocument>
<d2p1:InsuranceProviderId>13</d2p1:InsuranceProviderId>
<d2p1:IsOver65>true</d2p1:IsOver65>
<d2p1:IsRetire>true</d2p1:IsRetire>
<d2p1:PlanDocumentURL>sample string 12</d2p1:PlanDocumentURL>
<d2p1:PlanHospitalDocumentURL>sample string 16</d2p1:PlanHospitalDocumentURL>
<d2p1:PlanNote>sample string 9</d2p1:PlanNote>
<d2p1:RoomRate>10</d2p1:RoomRate>
</d2p1:EmployeeBenefitPlan>
</d2p1:BenefitPlans>
<d2p1:EmployeeCoverages>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
</d2p1:EmployeeCoverages>
<d2p1:FyEndDate>2026-04-01T10:28:11.2961771+07:00</d2p1:FyEndDate>
<d2p1:FyStartDate>2026-04-01T10:28:11.2961771+07:00</d2p1:FyStartDate>
<d2p1:InsuranceProviderId>4</d2p1:InsuranceProviderId>
<d2p1:InsuranceProviderName>sample string 5</d2p1:InsuranceProviderName>
<d2p1:PeriodEndDate>2026-04-01T10:28:11.2961771+07:00</d2p1:PeriodEndDate>
<d2p1:PeriodStartDate>2026-04-01T10:28:11.2961771+07:00</d2p1:PeriodStartDate>
<d2p1:PlanPeriodId>1</d2p1:PlanPeriodId>
<d2p1:RemainAmount>8</d2p1:RemainAmount>
<d2p1:StmBenefitId>1</d2p1:StmBenefitId>
<d2p1:StmBenefitName>sample string 10</d2p1:StmBenefitName>
<d2p1:WelfareId>1</d2p1:WelfareId>
<d2p1:WelfareName>sample string 9</d2p1:WelfareName>
</d2p1:BenefitPlan>
<d2p1:ClaimHistories>
<d2p1:ClaimHistory>
<d2p1:ClaimHistoryId>1</d2p1:ClaimHistoryId>
<d2p1:ClaimId>2</d2p1:ClaimId>
<d2p1:ClaimStatusId>3</d2p1:ClaimStatusId>
<d2p1:ClaimStatusName>sample string 4</d2p1:ClaimStatusName>
<d2p1:DisplayName>sample string 7</d2p1:DisplayName>
<d2p1:DocumentRequestRound>6</d2p1:DocumentRequestRound>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:StatusByUserId>9</d2p1:StatusByUserId>
<d2p1:StatusDate>2026-04-01T10:28:11.2961771+07:00</d2p1:StatusDate>
</d2p1:ClaimHistory>
<d2p1:ClaimHistory>
<d2p1:ClaimHistoryId>1</d2p1:ClaimHistoryId>
<d2p1:ClaimId>2</d2p1:ClaimId>
<d2p1:ClaimStatusId>3</d2p1:ClaimStatusId>
<d2p1:ClaimStatusName>sample string 4</d2p1:ClaimStatusName>
<d2p1:DisplayName>sample string 7</d2p1:DisplayName>
<d2p1:DocumentRequestRound>6</d2p1:DocumentRequestRound>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:StatusByUserId>9</d2p1:StatusByUserId>
<d2p1:StatusDate>2026-04-01T10:28:11.2961771+07:00</d2p1:StatusDate>
</d2p1:ClaimHistory>
</d2p1:ClaimHistories>
<d2p1:CompanyCode>sample string 6</d2p1:CompanyCode>
<d2p1:DocumentRequests>
<d2p1:ClaimDocumentRequest>
<d2p1:DocumentName>sample string 3</d2p1:DocumentName>
<d2p1:DocumentNameFormat>sample string 8</d2p1:DocumentNameFormat>
<d2p1:DocumentRequestId>1</d2p1:DocumentRequestId>
<d2p1:DocumentTypeId>2</d2p1:DocumentTypeId>
<d2p1:FileUploads>
<d2p1:ClaimFileUpload>
<d2p1:ClaimDocumentId>2</d2p1:ClaimDocumentId>
<d2p1:DocumentGuid>sample string 7</d2p1:DocumentGuid>
<d2p1:DocumentRequestId>3</d2p1:DocumentRequestId>
<d2p1:DocumentURL>sample string 6</d2p1:DocumentURL>
<d2p1:FileSize>8</d2p1:FileSize>
<d2p1:FileUploadId>1</d2p1:FileUploadId>
<d2p1:Filename>sample string 4</d2p1:Filename>
<d2p1:ImageData>sample string 5</d2p1:ImageData>
<d2p1:IsActive>true</d2p1:IsActive>
</d2p1:ClaimFileUpload>
<d2p1:ClaimFileUpload>
<d2p1:ClaimDocumentId>2</d2p1:ClaimDocumentId>
<d2p1:DocumentGuid>sample string 7</d2p1:DocumentGuid>
<d2p1:DocumentRequestId>3</d2p1:DocumentRequestId>
<d2p1:DocumentURL>sample string 6</d2p1:DocumentURL>
<d2p1:FileSize>8</d2p1:FileSize>
<d2p1:FileUploadId>1</d2p1:FileUploadId>
<d2p1:Filename>sample string 4</d2p1:Filename>
<d2p1:ImageData>sample string 5</d2p1:ImageData>
<d2p1:IsActive>true</d2p1:IsActive>
</d2p1:ClaimFileUpload>
</d2p1:FileUploads>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:IsOtherDocumentType>true</d2p1:IsOtherDocumentType>
<d2p1:IsRequired>true</d2p1:IsRequired>
<d2p1:IsVerified>true</d2p1:IsVerified>
</d2p1:ClaimDocumentRequest>
<d2p1:ClaimDocumentRequest>
<d2p1:DocumentName>sample string 3</d2p1:DocumentName>
<d2p1:DocumentNameFormat>sample string 8</d2p1:DocumentNameFormat>
<d2p1:DocumentRequestId>1</d2p1:DocumentRequestId>
<d2p1:DocumentTypeId>2</d2p1:DocumentTypeId>
<d2p1:FileUploads>
<d2p1:ClaimFileUpload>
<d2p1:ClaimDocumentId>2</d2p1:ClaimDocumentId>
<d2p1:DocumentGuid>sample string 7</d2p1:DocumentGuid>
<d2p1:DocumentRequestId>3</d2p1:DocumentRequestId>
<d2p1:DocumentURL>sample string 6</d2p1:DocumentURL>
<d2p1:FileSize>8</d2p1:FileSize>
<d2p1:FileUploadId>1</d2p1:FileUploadId>
<d2p1:Filename>sample string 4</d2p1:Filename>
<d2p1:ImageData>sample string 5</d2p1:ImageData>
<d2p1:IsActive>true</d2p1:IsActive>
</d2p1:ClaimFileUpload>
<d2p1:ClaimFileUpload>
<d2p1:ClaimDocumentId>2</d2p1:ClaimDocumentId>
<d2p1:DocumentGuid>sample string 7</d2p1:DocumentGuid>
<d2p1:DocumentRequestId>3</d2p1:DocumentRequestId>
<d2p1:DocumentURL>sample string 6</d2p1:DocumentURL>
<d2p1:FileSize>8</d2p1:FileSize>
<d2p1:FileUploadId>1</d2p1:FileUploadId>
<d2p1:Filename>sample string 4</d2p1:Filename>
<d2p1:ImageData>sample string 5</d2p1:ImageData>
<d2p1:IsActive>true</d2p1:IsActive>
</d2p1:ClaimFileUpload>
</d2p1:FileUploads>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:IsOtherDocumentType>true</d2p1:IsOtherDocumentType>
<d2p1:IsRequired>true</d2p1:IsRequired>
<d2p1:IsVerified>true</d2p1:IsVerified>
</d2p1:ClaimDocumentRequest>
</d2p1:DocumentRequests>
<d2p1:DownloadZipURL>sample string 7</d2p1:DownloadZipURL>
<d2p1:EmployeeCategoryId>10</d2p1:EmployeeCategoryId>
<d2p1:FamilyId>1</d2p1:FamilyId>
<d2p1:InsuranceDenyAmount>2</d2p1:InsuranceDenyAmount>
<d2p1:InsuranceDenyExcludeDentalAmount>3</d2p1:InsuranceDenyExcludeDentalAmount>
<d2p1:InsuranceDenyGroups>
<d2p1:CashClaimDenyGroup>
<d2p1:DenyGroupId>1</d2p1:DenyGroupId>
<d2p1:DenyReasons>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
</d2p1:DenyReasons>
<d2p1:GroupName>sample string 3</d2p1:GroupName>
<d2p1:SeqNo>2</d2p1:SeqNo>
</d2p1:CashClaimDenyGroup>
<d2p1:CashClaimDenyGroup>
<d2p1:DenyGroupId>1</d2p1:DenyGroupId>
<d2p1:DenyReasons>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
</d2p1:DenyReasons>
<d2p1:GroupName>sample string 3</d2p1:GroupName>
<d2p1:SeqNo>2</d2p1:SeqNo>
</d2p1:CashClaimDenyGroup>
</d2p1:InsuranceDenyGroups>
<d2p1:IsLockEditClaimSeries>true</d2p1:IsLockEditClaimSeries>
<d2p1:IsLuxuryPrivateHospital>true</d2p1:IsLuxuryPrivateHospital>
<d2p1:ItemGroups>
<d2p1:CashClaimItemGroup>
<d2p1:Amount>3</d2p1:Amount>
<d2p1:IsApprove>true</d2p1:IsApprove>
<d2p1:Items>
<d2p1:CashClaimItem>
<d2p1:Amount>2</d2p1:Amount>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItem>
<d2p1:CashClaimItem>
<d2p1:Amount>2</d2p1:Amount>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItem>
</d2p1:Items>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItemGroup>
<d2p1:CashClaimItemGroup>
<d2p1:Amount>3</d2p1:Amount>
<d2p1:IsApprove>true</d2p1:IsApprove>
<d2p1:Items>
<d2p1:CashClaimItem>
<d2p1:Amount>2</d2p1:Amount>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItem>
<d2p1:CashClaimItem>
<d2p1:Amount>2</d2p1:Amount>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItem>
</d2p1:Items>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItemGroup>
</d2p1:ItemGroups>
<d2p1:OldItemGroups>
<d2p1:CashClaimItemGroup>
<d2p1:Amount>3</d2p1:Amount>
<d2p1:IsApprove>true</d2p1:IsApprove>
<d2p1:Items>
<d2p1:CashClaimItem>
<d2p1:Amount>2</d2p1:Amount>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItem>
<d2p1:CashClaimItem>
<d2p1:Amount>2</d2p1:Amount>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItem>
</d2p1:Items>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItemGroup>
<d2p1:CashClaimItemGroup>
<d2p1:Amount>3</d2p1:Amount>
<d2p1:IsApprove>true</d2p1:IsApprove>
<d2p1:Items>
<d2p1:CashClaimItem>
<d2p1:Amount>2</d2p1:Amount>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItem>
<d2p1:CashClaimItem>
<d2p1:Amount>2</d2p1:Amount>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItem>
</d2p1:Items>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:CashClaimItemGroup>
</d2p1:OldItemGroups>
<d2p1:OtherDocuments>
<d2p1:ClaimOtherDocument>
<d2p1:DocumentComment>sample string 3</d2p1:DocumentComment>
<d2p1:DocumentName>sample string 2</d2p1:DocumentName>
<d2p1:IsChecked>true</d2p1:IsChecked>
<d2p1:OtherDocumentTypeId>1</d2p1:OtherDocumentTypeId>
<d2p1:SeqNo>4</d2p1:SeqNo>
</d2p1:ClaimOtherDocument>
<d2p1:ClaimOtherDocument>
<d2p1:DocumentComment>sample string 3</d2p1:DocumentComment>
<d2p1:DocumentName>sample string 2</d2p1:DocumentName>
<d2p1:IsChecked>true</d2p1:IsChecked>
<d2p1:OtherDocumentTypeId>1</d2p1:OtherDocumentTypeId>
<d2p1:SeqNo>4</d2p1:SeqNo>
</d2p1:ClaimOtherDocument>
</d2p1:OtherDocuments>
<d2p1:PageControl>
<d2p1:AssessorDocumentCanApprove>true</d2p1:AssessorDocumentCanApprove>
<d2p1:AssessorDocumentShowComment>true</d2p1:AssessorDocumentShowComment>
<d2p1:AssessorDocumentShowOther>true</d2p1:AssessorDocumentShowOther>
<d2p1:CanApplyInfoChanged>true</d2p1:CanApplyInfoChanged>
<d2p1:CanAssessorRequestDocument>true</d2p1:CanAssessorRequestDocument>
<d2p1:CanCancel>true</d2p1:CanCancel>
<d2p1:CanCommentInsurance>true</d2p1:CanCommentInsurance>
<d2p1:CanCommentRequestDocument>true</d2p1:CanCommentRequestDocument>
<d2p1:CanCommentTtmwm>true</d2p1:CanCommentTtmwm>
<d2p1:CanConfirmDoc>true</d2p1:CanConfirmDoc>
<d2p1:CanDownloadDoc>true</d2p1:CanDownloadDoc>
<d2p1:CanEditClaimSeries>true</d2p1:CanEditClaimSeries>
<d2p1:CanEditEmployeeChronicDisease>true</d2p1:CanEditEmployeeChronicDisease>
<d2p1:CanEditEyesight>true</d2p1:CanEditEyesight>
<d2p1:CanEditHospital>true</d2p1:CanEditHospital>
<d2p1:CanEditHospitalOversea>true</d2p1:CanEditHospitalOversea>
<d2p1:CanEditICD10>true</d2p1:CanEditICD10>
<d2p1:CanEditInfo>true</d2p1:CanEditInfo>
<d2p1:CanEditSpecialDental>true</d2p1:CanEditSpecialDental>
<d2p1:CanEditStmHealthCheckFamilyList>true</d2p1:CanEditStmHealthCheckFamilyList>
<d2p1:CanEditVisit>true</d2p1:CanEditVisit>
<d2p1:CanRequestDocument>true</d2p1:CanRequestDocument>
<d2p1:CanTTMWMCommentRequestDocument>true</d2p1:CanTTMWMCommentRequestDocument>
<d2p1:CanTTMWMRequestDocument>true</d2p1:CanTTMWMRequestDocument>
<d2p1:DocumentCanApprove>true</d2p1:DocumentCanApprove>
<d2p1:DocumentCanUpload>true</d2p1:DocumentCanUpload>
<d2p1:DocumentCanView>true</d2p1:DocumentCanView>
<d2p1:DocumentShowComment>true</d2p1:DocumentShowComment>
<d2p1:DocumentShowOther>true</d2p1:DocumentShowOther>
<d2p1:ShowAssessorReview>true</d2p1:ShowAssessorReview>
<d2p1:ShowClaimSummary>true</d2p1:ShowClaimSummary>
<d2p1:ShowEmployeeChronicDisease>true</d2p1:ShowEmployeeChronicDisease>
<d2p1:ShowEyesight>true</d2p1:ShowEyesight>
<d2p1:ShowHospital>true</d2p1:ShowHospital>
<d2p1:ShowHospitalOversea>true</d2p1:ShowHospitalOversea>
<d2p1:ShowICD10>true</d2p1:ShowICD10>
<d2p1:ShowInfoChanged>true</d2p1:ShowInfoChanged>
<d2p1:ShowInsReview>true</d2p1:ShowInsReview>
<d2p1:ShowRequestDocument>true</d2p1:ShowRequestDocument>
<d2p1:ShowSpecialDental>true</d2p1:ShowSpecialDental>
<d2p1:ShowStmHealthCheckFamilyList>true</d2p1:ShowStmHealthCheckFamilyList>
<d2p1:ShowTTMWMRequestDocument>true</d2p1:ShowTTMWMRequestDocument>
<d2p1:ShowTtmwmReview>true</d2p1:ShowTtmwmReview>
<d2p1:ShowVisit>true</d2p1:ShowVisit>
<d2p1:TTMWMDocumentCanApprove>true</d2p1:TTMWMDocumentCanApprove>
<d2p1:TTMWMDocumentShowComment>true</d2p1:TTMWMDocumentShowComment>
<d2p1:TTMWMDocumentShowOther>true</d2p1:TTMWMDocumentShowOther>
</d2p1:PageControl>
<d2p1:RemainAmount>1</d2p1:RemainAmount>
<d2p1:StmHealthCheckFamilies>
<d2p1:FamilyMember>
<d2p1:BenefitPlans>
<d2p1:EmployeeBenefitPlanNew>
<d2p1:AddTopupPlans>
<d2p1:TopupPlan>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupPlanId>1</d2p1:TopupPlanId>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:TopupPlan>
<d2p1:TopupPlan>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupPlanId>1</d2p1:TopupPlanId>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:TopupPlan>
</d2p1:AddTopupPlans>
<d2p1:EmployeeCoverages>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
</d2p1:EmployeeCoverages>
<d2p1:EmployeePlanId>3</d2p1:EmployeePlanId>
<d2p1:FamilyPlanId>4</d2p1:FamilyPlanId>
<d2p1:FamilyTopupPlanId>5</d2p1:FamilyTopupPlanId>
<d2p1:PlanEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:PlanEndDate>
<d2p1:PlanStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:PlanStartDate>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:EmployeeBenefitPlanNew>
<d2p1:EmployeeBenefitPlanNew>
<d2p1:AddTopupPlans>
<d2p1:TopupPlan>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupPlanId>1</d2p1:TopupPlanId>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:TopupPlan>
<d2p1:TopupPlan>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupPlanId>1</d2p1:TopupPlanId>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:TopupPlan>
</d2p1:AddTopupPlans>
<d2p1:EmployeeCoverages>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
</d2p1:EmployeeCoverages>
<d2p1:EmployeePlanId>3</d2p1:EmployeePlanId>
<d2p1:FamilyPlanId>4</d2p1:FamilyPlanId>
<d2p1:FamilyTopupPlanId>5</d2p1:FamilyTopupPlanId>
<d2p1:PlanEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:PlanEndDate>
<d2p1:PlanStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:PlanStartDate>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:EmployeeBenefitPlanNew>
</d2p1:BenefitPlans>
<d2p1:BirthDate>2026-04-01T10:28:11.2971817+07:00</d2p1:BirthDate>
<d2p1:CitizenId>sample string 6</d2p1:CitizenId>
<d2p1:DependentNo>sample string 13</d2p1:DependentNo>
<d2p1:EffectiveDate>2026-04-01T10:28:11.2971817+07:00</d2p1:EffectiveDate>
<d2p1:EffectiveEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:EffectiveEndDate>
<d2p1:EmployeeFamilyCategoryId>16</d2p1:EmployeeFamilyCategoryId>
<d2p1:EmployeeId>4</d2p1:EmployeeId>
<d2p1:Gender>sample string 7</d2p1:Gender>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:MeClaimNo>sample string 11</d2p1:MeClaimNo>
<d2p1:MemberNo>sample string 12</d2p1:MemberNo>
<d2p1:Name>sample string 9</d2p1:Name>
<d2p1:PolicyNo>sample string 15</d2p1:PolicyNo>
<d2p1:RelationId>5</d2p1:RelationId>
<d2p1:SystemNo>sample string 14</d2p1:SystemNo>
<d2p1:Title>sample string 8</d2p1:Title>
<d2p1:BeneficiaryId>3</d2p1:BeneficiaryId>
<d2p1:FamilyMemberId>1</d2p1:FamilyMemberId>
<d2p1:PriorNames>
<d2p1:BeneficiaryNameHistory>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:NameId>1</d2p1:NameId>
</d2p1:BeneficiaryNameHistory>
<d2p1:BeneficiaryNameHistory>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:NameId>1</d2p1:NameId>
</d2p1:BeneficiaryNameHistory>
</d2p1:PriorNames>
<d2p1:RelationName>sample string 2</d2p1:RelationName>
</d2p1:FamilyMember>
<d2p1:FamilyMember>
<d2p1:BenefitPlans>
<d2p1:EmployeeBenefitPlanNew>
<d2p1:AddTopupPlans>
<d2p1:TopupPlan>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupPlanId>1</d2p1:TopupPlanId>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:TopupPlan>
<d2p1:TopupPlan>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupPlanId>1</d2p1:TopupPlanId>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:TopupPlan>
</d2p1:AddTopupPlans>
<d2p1:EmployeeCoverages>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
</d2p1:EmployeeCoverages>
<d2p1:EmployeePlanId>3</d2p1:EmployeePlanId>
<d2p1:FamilyPlanId>4</d2p1:FamilyPlanId>
<d2p1:FamilyTopupPlanId>5</d2p1:FamilyTopupPlanId>
<d2p1:PlanEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:PlanEndDate>
<d2p1:PlanStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:PlanStartDate>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:EmployeeBenefitPlanNew>
<d2p1:EmployeeBenefitPlanNew>
<d2p1:AddTopupPlans>
<d2p1:TopupPlan>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupPlanId>1</d2p1:TopupPlanId>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:TopupPlan>
<d2p1:TopupPlan>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupPlanId>1</d2p1:TopupPlanId>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:TopupPlan>
</d2p1:AddTopupPlans>
<d2p1:EmployeeCoverages>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
<d2p1:EmployeeCoverageDetail>
<d2p1:CoverageHospitalId>1</d2p1:CoverageHospitalId>
<d2p1:CoverageHospitalName>sample string 3</d2p1:CoverageHospitalName>
<d2p1:CoverageId>1</d2p1:CoverageId>
<d2p1:CoverageName>sample string 2</d2p1:CoverageName>
</d2p1:EmployeeCoverageDetail>
</d2p1:EmployeeCoverages>
<d2p1:EmployeePlanId>3</d2p1:EmployeePlanId>
<d2p1:FamilyPlanId>4</d2p1:FamilyPlanId>
<d2p1:FamilyTopupPlanId>5</d2p1:FamilyTopupPlanId>
<d2p1:PlanEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:PlanEndDate>
<d2p1:PlanStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:PlanStartDate>
<d2p1:TopupEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupEndDate>
<d2p1:TopupStartDate>2026-04-01T10:28:11.2971817+07:00</d2p1:TopupStartDate>
</d2p1:EmployeeBenefitPlanNew>
</d2p1:BenefitPlans>
<d2p1:BirthDate>2026-04-01T10:28:11.2971817+07:00</d2p1:BirthDate>
<d2p1:CitizenId>sample string 6</d2p1:CitizenId>
<d2p1:DependentNo>sample string 13</d2p1:DependentNo>
<d2p1:EffectiveDate>2026-04-01T10:28:11.2971817+07:00</d2p1:EffectiveDate>
<d2p1:EffectiveEndDate>2026-04-01T10:28:11.2971817+07:00</d2p1:EffectiveEndDate>
<d2p1:EmployeeFamilyCategoryId>16</d2p1:EmployeeFamilyCategoryId>
<d2p1:EmployeeId>4</d2p1:EmployeeId>
<d2p1:Gender>sample string 7</d2p1:Gender>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:MeClaimNo>sample string 11</d2p1:MeClaimNo>
<d2p1:MemberNo>sample string 12</d2p1:MemberNo>
<d2p1:Name>sample string 9</d2p1:Name>
<d2p1:PolicyNo>sample string 15</d2p1:PolicyNo>
<d2p1:RelationId>5</d2p1:RelationId>
<d2p1:SystemNo>sample string 14</d2p1:SystemNo>
<d2p1:Title>sample string 8</d2p1:Title>
<d2p1:BeneficiaryId>3</d2p1:BeneficiaryId>
<d2p1:FamilyMemberId>1</d2p1:FamilyMemberId>
<d2p1:PriorNames>
<d2p1:BeneficiaryNameHistory>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:NameId>1</d2p1:NameId>
</d2p1:BeneficiaryNameHistory>
<d2p1:BeneficiaryNameHistory>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:NameId>1</d2p1:NameId>
</d2p1:BeneficiaryNameHistory>
</d2p1:PriorNames>
<d2p1:RelationName>sample string 2</d2p1:RelationName>
</d2p1:FamilyMember>
</d2p1:StmHealthCheckFamilies>
<d2p1:TtmwmDenyAmount>4</d2p1:TtmwmDenyAmount>
<d2p1:TtmwmDenyGroups>
<d2p1:CashClaimDenyGroup>
<d2p1:DenyGroupId>1</d2p1:DenyGroupId>
<d2p1:DenyReasons>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
</d2p1:DenyReasons>
<d2p1:GroupName>sample string 3</d2p1:GroupName>
<d2p1:SeqNo>2</d2p1:SeqNo>
</d2p1:CashClaimDenyGroup>
<d2p1:CashClaimDenyGroup>
<d2p1:DenyGroupId>1</d2p1:DenyGroupId>
<d2p1:DenyReasons>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
<d2p1:CashClaimDenyReason>
<d2p1:ClaimDenyId>1</d2p1:ClaimDenyId>
<d2p1:DenyAmount>7</d2p1:DenyAmount>
<d2p1:DenyComment>sample string 4</d2p1:DenyComment>
<d2p1:DenyReason>sample string 3</d2p1:DenyReason>
<d2p1:DenyReasonId>2</d2p1:DenyReasonId>
<d2p1:EmployeeDenyComment>sample string 5</d2p1:EmployeeDenyComment>
<d2p1:IsDentalReason>true</d2p1:IsDentalReason>
<d2p1:IsOtherDenyComment>true</d2p1:IsOtherDenyComment>
<d2p1:SeqNo>9</d2p1:SeqNo>
</d2p1:CashClaimDenyReason>
</d2p1:DenyReasons>
<d2p1:GroupName>sample string 3</d2p1:GroupName>
<d2p1:SeqNo>2</d2p1:SeqNo>
</d2p1:CashClaimDenyGroup>
</d2p1:TtmwmDenyGroups>
</Data>
<Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Errors>
</ServiceResultTypedOfCashClaimYj8O1tFc>