POST api/guests/{GuestId}/SearchForMatch
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GuestId | decimal number |
Required |
Body Parameters
Search| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.