POST api/DeleteFundDealData?FUND_DEAL_ID={FUND_DEAL_ID}

Request Information

URI Parameters

Name Description Type Additional information
FUND_DEAL_ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

BaseApiResponse
Name Description Type Additional information
Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}