Operations

Get Client Withdrawal Details

GET
/operations/client-withdrawals/{withdrawalId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

withdrawalId*string
Formatuuid

Query Parameters

userTags?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/operations/client-withdrawals/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "withdrawalId": "177dc452-dcc4-4afc-8eab-bd9d08c2ae7a",  "clientExternalId": 0,  "profileId": "string",  "clientName": "string",  "clientEmail": "string",  "operationId": 0,  "amount": "string",  "amountInUsd": "string",  "currencyCode": "string",  "createTime": "2019-08-24T14:15:22Z"}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}