Skip to main content

RecordRequestFiltersDto

fromstring

Inclusive lower bound (ISO 8601 date-time) for the record window.

tostring

Exclusive upper bound (ISO 8601 date-time) for the record window.

insurerIdstring

Scope the release to a single insurer.

productIdstring

Scope the release to a single insurer product.

agentIdstring

Scope the release to a single agent.

clientIdstring

Scope the release to a single client.

referralIdstring

Scope the release to a single referral.

policyIdstring

Scope the release to a single policy.

claimIdstring

Scope the release to a single claim.

RecordRequestFiltersDto
{
"from": "string",
"to": "string",
"insurerId": "string",
"productId": "string",
"agentId": "string",
"clientId": "string",
"referralId": "string",
"policyId": "string",
"claimId": "string"
}