/transfer

TRANSFER a release to another party.

Requires the sender to be the current owner.

In case you already fetched the pincode, you can no longer transfer the release.

The blockchain account address of the other party must be specified.

This must be one of your connections.*

Transfer a release

put

Transfer a release to another party. Requires the sender to be the current owner.

Authorizations
Path parameters
addressstringRequired
Body
addressstringOptional
Responses
202
Request accepted but not yet or partially processed
put
PUT /tmining/api/v1/releases/{address}/transfer HTTP/1.1
Host: url:port
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 18

{
  "address": "text"
}

No content


EXAMPLE(S)

TRANSFER a release to an entity with an "address":

TRANSFER a release to an entity with a "customer code":

Last updated