POST api/customer/searchCustomerSessions

Request Information

URI Parameters

None.

Body Parameters

CustomerSesionSearchDto
NameDescriptionTypeAdditional information
IDNumber

string

None.

FullName

string

None.

AuctionSessionId

globally unique identifier

None.

AuctionSessionStatus

integer

None.

BuyRecordStatus

integer

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IDNumber": "sample string 1",
  "FullName": "sample string 2",
  "AuctionSessionId": "b4aebe76-5ba4-4864-bd57-0e05db1198f5",
  "AuctionSessionStatus": 1,
  "BuyRecordStatus": 1,
  "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 'CustomerSesionSearchDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.