POST api/customer/searchCustomerSessions
Request Information
URI Parameters
None.
Body Parameters
CustomerSesionSearchDto| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.