POST api/templates-used/search

Request Information

URI Parameters

None.

Body Parameters

TemplatesUsedSearchDto
NameDescriptionTypeAdditional information
Name

string

None.

Code

string

None.

AuctionSessionId

globally unique identifier

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Code": "sample string 2",
  "AuctionSessionId": "5b9f5fa6-3282-4e9f-86f2-10e6f9445c4d",
  "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.