POST api/User/Withdrwal

Request Information

URI Parameters

None.

Body Parameters

Withdrawal
NameDescriptionTypeAdditional information
amount

string

None.

accountno

string

None.

ifsccode

string

None.

bank

string

None.

branch

string

None.

Request Formats

application/json, text/json

Sample:
{
  "amount": "sample string 1",
  "accountno": "sample string 2",
  "ifsccode": "sample string 3",
  "bank": "sample string 4",
  "branch": "sample string 5"
}

text/html

Sample:
{"amount":"sample string 1","accountno":"sample string 2","ifsccode":"sample string 3","bank":"sample string 4","branch":"sample string 5"}

application/xml, text/xml

Sample:
<Withdrawal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpeedmartnewAPI.Models">
  <accountno>sample string 2</accountno>
  <amount>sample string 1</amount>
  <bank>sample string 4</bank>
  <branch>sample string 5</branch>
  <ifsccode>sample string 3</ifsccode>
</Withdrawal>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.