POST api/customer-applications/search

Request Information

URI Parameters

None.

Body Parameters

CustomerApplicationSearchDto
NameDescriptionTypeAdditional information
FullName

string

None.

IDNumber

string

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FullName": "sample string 1",
  "IDNumber": "sample string 2",
  "PageNumber": 3,
  "PageSize": 4
}

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 'CustomerApplicationSearchDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.