POST api/Policy/CheckAccountEffectiveDate

Request Information

URI Parameters

None.

Body Parameters

GetPolicyModel
NameDescriptionTypeAdditional information
Email

string

Required

LastName

string

Required

Matching regular expression pattern: [0-9A-Za-zÀ-ÖØ-öø-ÿ -'_]*

SiteCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "LastName": "sample string 2",
  "SiteCode": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetPolicyModel'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true