POST CreateWithdrawalPayment

Request Information

URI Parameters

None.

Body Parameters

CreateWithdrawalPaymentRequest
NameDescriptionTypeAdditional information
UserId

integer

None.

FullName

string

None.

PhoneNumber

string

None.

TradingAccountId

string

None.

CorporateCustomerId

Object

None.

AccountId

string

None.

Amount

decimal number

None.

Currency

string

None.

TransactionReference

string

None.

Signature

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "FullName": "sample string 2",
  "PhoneNumber": "sample string 3",
  "TradingAccountId": "sample string 4",
  "CorporateCustomerId": {},
  "AccountId": "sample string 6",
  "Amount": 7.1,
  "Currency": "sample string 8",
  "TransactionReference": "sample string 9",
  "Signature": "sample string 10"
}

application/xml, text/xml

Sample:
<RequestFromGlobxController.CreateWithdrawalPaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.API">
  <AccountId>sample string 6</AccountId>
  <Amount>7.1</Amount>
  <CorporateCustomerId />
  <Currency>sample string 8</Currency>
  <FullName>sample string 2</FullName>
  <PhoneNumber>sample string 3</PhoneNumber>
  <Signature>sample string 10</Signature>
  <TradingAccountId>sample string 4</TradingAccountId>
  <TransactionReference>sample string 9</TransactionReference>
  <UserId>1</UserId>
</RequestFromGlobxController.CreateWithdrawalPaymentRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CreateWithdrawalPaymentResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<RequestFromGlobxController.CreateWithdrawalPaymentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.API">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 2</Message>
</RequestFromGlobxController.CreateWithdrawalPaymentResponse>