POST api/customer/searchCustomerSession
Request Information
URI Parameters
None.
Body Parameters
CustomerSessionSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IDNumber | string |
None. |
|
| FullName | string |
None. |
|
| AuctionSessionId | globally unique identifier |
None. |
|
| AuctionSessionStatus | integer |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDNumber": "sample string 1",
"FullName": "sample string 2",
"AuctionSessionId": "cfec676b-6873-4bb4-8ee5-520ecd83c88b",
"AuctionSessionStatus": 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.