POST api/templates-used/search

Request Information

URI Parameters

None.

Body Parameters

TemplatesUsedSearchDto
NameDescriptionTypeAdditional information
Name

string

None.

Code

string

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Code": "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 'TemplatesUsedSearchDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.