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": "f0bfdaa2-ac47-4328-84a0-da2c32018f5e",
"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.