MediBuddy Mobile Services V1.1

<back to all web services

ClaimHeaderRequest

The following routes are available for this service:
POST,OPTIONS/claim/family/

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/ClaimHeaderRequest HTTP/1.1 
Host: mb-mobile-api.medibuddy.in 
Content-Type: text/jsv
Content-Length: length

{
	policyIds: 
	[
		0
	],
	employeeId: String,
	pmCorpId: 0,
	maiDs: 
	[
		0
	],
	encClaimId: String,
	closedClaimsRequired: False,
	claimRequestRequired: False,
	dbType: NOTAVAILABLE,
	mbToken: String,
	ipAddress: String,
	userAgent: String,
	userPlatform: String,
	platformVer: String,
	mobileDeviceModel: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	searchResults: 
	[
		{
			actualClaimId: 0,
			benefContactNumber: String,
			benefMaid: 0,
			benefName: String,
			benefRelation: String,
			claimContactNumber: String,
			claimedToApprovedVariance: 0,
			claimId: String,
			claimReceivedDate: String,
			claimReferenceNo: String,
			claimType: String,
			clmAmount: 0,
			clmApprovedAmt: 0,
			clmLastUpdate: String,
			dbType: NOTAVAILABLE,
			doa: String,
			dod: String,
			dob: String,
			employeeEmail: String,
			employeeId: String,
			employeeName: String,
			encryptedPlannedHospId: String,
			hospitalId: 0,
			hospitalName: String,
			isClaimCreationPending: False,
			isRetailPolicy: False,
			paApprovedAmt: 0,
			policyNumber: String,
			priBenefMaid: 0,
			relatedClaims: String,
			relatedPAs: String,
			relation: String,
			sex: String,
			status: String,
			statusId: 0,
			latestPAStatus: String,
			latestPAStatusId: 0,
			insOfficeCode: String,
			insurerCompany: String,
			providerCorpId: 0,
			clmApprovedAmtString: String,
			paApprovedAmtString: String,
			isScanAvailable: False,
			insurerMemberId: String,
			insurerClaimNo: String,
			receivedDate: 0001-01-01,
			claimQueueId: 0,
			classificationId: 0,
			isSIProtectEnabled: False,
			isClaimCreatedForSI: False,
			isUserConfirmedClaim: False,
			needDocumentPick: False,
			isDocumentPickedUp: False,
			clmBitlyLink: String
		}
	]
}