POST
/
entities
/
asset
/
{asset_id}
/
callback
/
{event_id}
Authorization
Path
Body
curl --request POST \
  --url http://localhost:8001/entities/asset/{asset_id}/callback/{event_id} \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "RECEIVED",
  "timestamp": "2023-11-07T05:31:56Z"
}'
"<any>"

Path Parameters

asset_id
string
required
event_id
string
required

Body

application/json
status
enum<string>
required

An enumeration.

Available options:
RECEIVED,
ACCEPTED,
REJECTED,
FAILED,
EXECUTED
timestamp
string
required

Timestamp for the response (UTC)

Response

200 - application/json

The response is of type any.