POST api/Policy/CheckAccountEffectiveDate
Request Information
URI Parameters
None.
Body Parameters
GetPolicyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IpAddress | string |
None. |
|
| string |
None. |
||
| LastName | string |
None. |
|
| PostalCode | string |
None. |
|
| ContactConsent | string |
None. |
|
| PolicyNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IpAddress": "sample string 1",
"Email": "sample string 2",
"LastName": "sample string 3",
"PostalCode": "sample string 4",
"ContactConsent": "sample string 5",
"PolicyNumber": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true