POST TransactionRequest/ApproveWithdraw

Request Information

URI Parameters

None.

Body Parameters

TransactionReqDTO
NameDescriptionTypeAdditional information
type

integer

None.

transactionReqId

integer

None.

transactionStatus

integer

None.

userId

integer

None.

processedAmount

decimal number

None.

ImagePath

string

None.

Remark

string

None.

UTR_Num

string

None.

Request Formats

application/json, text/json

Sample:
{
  "type": 1,
  "transactionReqId": 2,
  "transactionStatus": 3,
  "userId": 4,
  "processedAmount": 5.1,
  "ImagePath": "sample string 6",
  "Remark": "sample string 7",
  "UTR_Num": "sample string 8"
}

application/xml, text/xml

Sample:
<TransactionReqDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models.DTO">
  <ImagePath>sample string 6</ImagePath>
  <Remark>sample string 7</Remark>
  <UTR_Num>sample string 8</UTR_Num>
  <processedAmount>5.1</processedAmount>
  <transactionReqId>2</transactionReqId>
  <transactionStatus>3</transactionStatus>
  <type>1</type>
  <userId>4</userId>
</TransactionReqDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.