Operations
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /gbds/v2/operations/notify HTTP/1.1
Host: <ip>:8085
Content-Type: application/json;charset=UTF-8
Accept: */*
Content-Length: 240
{
"data": {
"operation": "UNKNOWN",
"tguid": "text",
"status": "text",
"sender": "text",
"uguid": "text",
"additionalData": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"relatedTransactions": [
{
"status": "text",
"tguid": "text",
"pguid": "text",
"operation": "UNKNOWN"
}
]
}
}{}GET /gbds/v2/operations/ping HTTP/1.1
Host: <ip>:8085
Accept: */*
{
"body": "pong!"
}