POST v1/api/GetDeathClaimImage

Get Death Claim Image

Request Information

URI Parameters

None.

Body Parameters

GetDeathClaimImageRequestDto

GetDeathClaimImageRequestDto
NameDescriptionTypeAdditional information
ClaimId

string

None.

Request Formats

application/json

Sample:

REQUEST
{
    "claimId": "d0de5734-068b-4ed6-8131-92aa96161ce8"
}

            

Response Information

Resource Description

GetDeathClaimImageResponseDto

GetDeathClaimImageResponseDto
NameDescriptionTypeAdditional information
ClaimId

string

None.

DeathClaimImageResponse

Collection of DeathClaimImage

None.

Response Formats

application/json

Sample:
RESPONSE
{
	"ClaimId":"d0de5734-068b-4ed6-8131-92aa96161ce8",
	"DeathClaimImageResponse":[
	{
		"Id":"6330203b-402f-494c-a8bc-f5f7d19365cd",
		"FieldName":"deathCertificate",
		"FileName":"PRODTest.bmp",
		"ContentType":"image/bmp",
		"UploadDate":"2022-12-05T09:41:12.911126",
		"HashMD5":"1b1fdf08395c12ef8db3269f56d360e4",
		"DownloadLink":"https://lhaceuse2prodstg.blob.core.windows.net/us-prod-sbli/6330203b-402f-494c-a8bc-f5f7d19365cd?sv=2021-06-08&st=2022-12-05T13%3A03%3A30Z&se=2022-12-05T14%3A03%3A30Z&skoid=fa5ce86d-e8a9-4686-8109-f6ffccc7f3e0&sktid=45597f60-6e37-4be7-acfb-4c9e23b261ea&skt=2022-12-05T13%3A03%3A30Z&ske=2022-12-05T14%3A03%3A30Z&sks=b&skv=2021-06-08&sr=b&sp=r&sig=PmxV7cD3YGpCw%2BMe8hhmWXI2u3zOGDK300480TeWXwc%3D",
		"LinkExpiryDate":"2022-12-05T14:03:30.157226",
		"IsSubbmitted":false
	}]
}