POST FD/Liquidate

Request Information

URI Parameters

None.

Body Parameters

LiqudateFDRequest
NameDescriptionTypeAdditional information
username

string

None.

waiveCharge

string

None.

investimentId

string

None.

maturityDate

string

None.

investmentType

string

None.

initBranchCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "waiveCharge": "sample string 2",
  "investimentId": "sample string 3",
  "maturityDate": "sample string 4",
  "investmentType": "sample string 5",
  "initBranchCode": "sample string 6"
}

Response Information

Resource Description

Collection of LiqudateFDResponse
NameDescriptionTypeAdditional information
responseCode

string

None.

responseDescription

string

None.

transRef

string

None.

id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "responseCode": "sample string 1",
    "responseDescription": "sample string 2",
    "transRef": "sample string 3",
    "id": 4
  },
  {
    "responseCode": "sample string 1",
    "responseDescription": "sample string 2",
    "transRef": "sample string 3",
    "id": 4
  }
]