POST api/v1/payv1/Withdrawal

Request Information

URI Parameters

None.

Body Parameters

PayWithDrawalParam
NameDescriptionTypeAdditional information
WithdrawTypeId

integer

None.

AccountNumber

string

None.

AccountName

string

None.

money

decimal number

None.

BankID

integer

None.

CountryCode

string

Required

IDCard

string

None.

DocumenCode

string

None.

Code

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WithdrawTypeId": 1,
  "AccountNumber": "sample string 2",
  "AccountName": "sample string 3",
  "money": 4.0,
  "BankID": 5,
  "CountryCode": "sample string 6",
  "IDCard": "sample string 7",
  "DocumenCode": "sample string 8",
  "Code": "sample string 9"
}

application/xml, text/xml

Sample:
<PayWithDrawalParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Models.v1.Params">
  <AccountName>sample string 3</AccountName>
  <AccountNumber>sample string 2</AccountNumber>
  <BankID>5</BankID>
  <Code>sample string 9</Code>
  <CountryCode>sample string 6</CountryCode>
  <DocumenCode>sample string 8</DocumenCode>
  <IDCard>sample string 7</IDCard>
  <WithdrawTypeId>1</WithdrawTypeId>
  <money>4</money>
</PayWithDrawalParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.