POST
/
api
/
v1
/
Transfers
/
OUTs
{
  "isSuccess": true,
  "message": "<string>",
  "payload": {
    "referenceNumber": "<string>",
    "messages": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Body

application/json

The request to create

The body is of type object.

Response

200 - application/json

OK

Generic container for all service responses