Sign in with customer postcode and date of birth to view documents.
|
API token
|
|
|
output
|
|
|
Post Code
|
|
Birth date | |
E-mail address | |
| Parameter | Type | Reqd | Description | Options |
|---|---|---|---|---|
| postcode | string | • | Post Code | |
| birthdate | date | • | Birth date | |
| string | E-mail address |
| Parameter | Type | Description |
|---|---|---|
| customer_oid | integer | Customer Identification Number |
| multimatch | boolean | Is matching query with multiple customer? |
Json request example
{
"postcode":"sn6 7hy",
"birthdate":"1960-02-01T13:13:00.000Z",
"email":null
}
Json response example
{
"status": "1",
"response": {
"multimatch": false,
"customer_oid": false,
"status": "1"
},
"apirequest_oid": "10116780"
}