POST api/asset/search
Request Information
URI Parameters
None.
Body Parameters
AssetSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Name | string |
None. |
|
| AuctionSessionId | globally unique identifier |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Name": "sample string 2",
"AuctionSessionId": "61a167b7-b777-4fd8-a9b0-98522f3554ec",
"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.