POST api/TransferToMe/transfertome-payment
Request Information
URI Parameters
None.
Body Parameters
TransferToMePaymentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| SourceAccountName | string |
None. |
|
| SourceAccount | string |
None. |
|
| BeneficiaryName | string |
None. |
|
| TransactionId | string |
None. |
|
| Status | string |
None. |
|
| PaymentReason | string |
None. |
|
| RejectionReason | string |
None. |
|
| PaymentType | string |
None. |
|
| Udid | string |
None. |
|
| OtherParams | string |
None. |
|
| AuthToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthToken": "sample string 12",
"BeneficiaryName": "sample string 4",
"OtherParams": "sample string 11",
"PaymentReason": "sample string 7",
"PaymentType": "sample string 9",
"RejectionReason": "sample string 8",
"SourceAccount": "sample string 3",
"SourceAccountName": "sample string 2",
"Status": "sample string 6",
"TransactionId": "sample string 5",
"Udid": "sample string 10",
"UserId": "sample string 1"
}
text/xml
Sample:
<TransferToMePaymentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTWorldApp.dto"> <AuthToken>sample string 12</AuthToken> <BeneficiaryName>sample string 4</BeneficiaryName> <OtherParams>sample string 11</OtherParams> <PaymentReason>sample string 7</PaymentReason> <PaymentType>sample string 9</PaymentType> <RejectionReason>sample string 8</RejectionReason> <SourceAccount>sample string 3</SourceAccount> <SourceAccountName>sample string 2</SourceAccountName> <Status>sample string 6</Status> <TransactionId>sample string 5</TransactionId> <Udid>sample string 10</Udid> <UserId>sample string 1</UserId> </TransferToMePaymentDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |