POST api/customer/searchCustomerBuyRecord
Request Information
URI Parameters
None.
Body Parameters
CustomerByRecordSearchDto| Name | Description | Type | Additional 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": "5462436d-23fc-44fd-ab4a-d95f2f7f6585",
"IsGroup": true,
"PageNumber": 4,
"PageSize": 5
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.