POST api/customer/searchCustomersNotQualified
Request Information
URI Parameters
None.
Body Parameters
CustomersNotQualifiedSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IDNumber | string |
None. |
|
| FullName | string |
None. |
|
| AuctionSessionId | globally unique identifier |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDNumber": "sample string 1",
"FullName": "sample string 2",
"AuctionSessionId": "e9937947-935e-4dd3-993c-12a8d17a5cb4",
"PageSize": 3,
"PageNumber": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.