POST api/asset/create

Request Information

URI Parameters

None.

Body Parameters

CreateAssetDto
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CreateAssetDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.