POST WITHDRAWAL_REQ

Request Information

URI Parameters

None.

Body Parameters

Withdrawal_Api_Model
NameDescriptionTypeAdditional information
FUND_CODE

integer

None.

AMOUNT

decimal number

None.

MOP

integer

None.

CLIENT_ID

string

None.

ACCOUNT_NO

string

None.

REFERENCE_NO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FUND_CODE": 1,
  "AMOUNT": 2.1,
  "MOP": 3,
  "CLIENT_ID": "sample string 4",
  "ACCOUNT_NO": "sample string 5",
  "REFERENCE_NO": "sample string 6"
}

application/xml, text/xml

Sample:
<Withdrawal_Api_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INVS_ERP.ViewModels">
  <ACCOUNT_NO>sample string 5</ACCOUNT_NO>
  <AMOUNT>2.1</AMOUNT>
  <CLIENT_ID>sample string 4</CLIENT_ID>
  <FUND_CODE>1</FUND_CODE>
  <MOP>3</MOP>
  <REFERENCE_NO>sample string 6</REFERENCE_NO>
</Withdrawal_Api_Model>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.