POST api/asset/create
Request Information
URI Parameters
None.
Body Parameters
CreateAssetDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Name | string |
None. |
|
| AuctionSessionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Name": "sample string 2",
"AuctionSessionId": "ffd11474-54a5-47e7-908a-976793bc995c"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.