POST api/v1/authentication/login
Request Information
URI Parameters
None.
Body Parameters
PolicyCheckDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyReferenceNumber | string |
Required String length: inclusive between 0 and 20 |
|
| Surname | string |
Required String length: inclusive between 0 and 30 |
|
| DateOfBirth | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"PolicyReferenceNumber": "sample string 1",
"Surname": "sample string 2",
"DateOfBirth": "2026-06-02T00:44:47.6220209+10:00"
}
application/xml, text/xml
Sample:
<PolicyCheckDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Prism.AfterSalesCare.DataTransferObjects"> <DateOfBirth>2026-06-02T00:44:47.6220209+10:00</DateOfBirth> <PolicyReferenceNumber>sample string 1</PolicyReferenceNumber> <Surname>sample string 2</Surname> </PolicyCheckDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.