POST api/customer/searchCustomerBuyRecord

Request Information

URI Parameters

None.

Body Parameters

CustomerByRecordSearchDto
NameDescriptionTypeAdditional information
IDNumber

string

None.

FullName

string

None.

AuctionSessionId

globally unique identifier

None.

IsGroup

boolean

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IDNumber": "sample string 1",
  "FullName": "sample string 2",
  "AuctionSessionId": "279a38ef-a934-48e6-9b79-dfd75ef7bdea",
  "IsGroup": true,
  "PageNumber": 4,
  "PageSize": 5
}

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.