POST api/guests/{GuestId}/SearchForMatch

Request Information

URI Parameters

NameDescriptionTypeAdditional information
GuestId

decimal number

Required

Body Parameters

Search
NameDescriptionTypeAdditional information
SearchValue

string

Required

String length: inclusive between 3 and 250

Prefix

string

String length: inclusive between 2 and 3

MaxLimit

integer

Matching regular expression pattern: [0-9]{1,}

Request Formats

application/json, text/json

Sample:
{
  "searchValue": "sample string 1",
  "prefix": "sample string 2",
  "maxLimit": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.