POST
/
orders
/
{orderId}
/
txHash
{
  "orderId": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderId
string
required

Order's identifier.

Body

application/json
txHash
string

Response

200 - application/json
orderId
string
message
string