POST NotifyDeposit

Request Information

URI Parameters

None.

Body Parameters

NotifyDepositRequest
NameDescriptionTypeAdditional information
userId

string

None.

phoneNumber

string

None.

fullName

string

None.

corporateCustomerId

string

None.

tradingAccountId

string

None.

currency

string

None.

amount

decimal number

None.

transactionReference

string

None.

signature

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "phoneNumber": "sample string 2",
  "fullName": "sample string 3",
  "corporateCustomerId": "sample string 4",
  "tradingAccountId": "sample string 5",
  "currency": "sample string 6",
  "amount": 7.0,
  "transactionReference": "sample string 8",
  "signature": "sample string 9"
}

application/xml, text/xml

Sample:
<RequestFromGlobxController.NotifyDepositRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.API">
  <amount>7</amount>
  <corporateCustomerId>sample string 4</corporateCustomerId>
  <currency>sample string 6</currency>
  <fullName>sample string 3</fullName>
  <phoneNumber>sample string 2</phoneNumber>
  <signature>sample string 9</signature>
  <tradingAccountId>sample string 5</tradingAccountId>
  <transactionReference>sample string 8</transactionReference>
  <userId>sample string 1</userId>
</RequestFromGlobxController.NotifyDepositRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.