POST v2/Assets/{assetId}/Sell/{customerId}

Performs the sell action on an asset to change the owning customer of the asset.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetId

ID of the asset to sell.

integer

Required

customerId

ID of the customer the asset is being sold to.

integer

Required

Body Parameters

None.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.