POST api/users/Search

Request Information

URI Parameters

None.

Body Parameters

RegisterSearch
NameDescriptionTypeAdditional information
LastName

string

String length: inclusive between 3 and 30

BirthDate

string

Matching regular expression pattern: (((0|1)[0-9]|2[0-9]|3[0-1])\/(0[1-9]|1[0-9]|2[0-9]|3[0-9])\/((19|20|21)\d\d))$

String length: inclusive between 0 and 10

Barcode

string

String length: inclusive between 0 and 500

ZipCode

string

String length: inclusive between 5 and 5

MembNum

string

String length: inclusive between 10 and 10

SSN

string

String length: inclusive between 9 and 11

DriversLicense

string

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "lastName": "sample string 1",
  "birthDate": "sample string 2",
  "barcode": "sample string 3",
  "zipCode": "sample string 4",
  "membNum": "sample string 5",
  "ssn": "sample string 6",
  "driversLicense": "sample string 7"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.