POST api/MoneyzServices/PostTestservice
Request Information
URI Parameters
None.
Body Parameters
FundTransferTwoName | Description | Type | Additional information |
---|---|---|---|
processingBankId | string |
None. |
|
processingBankName | string |
None. |
|
mobileNo | string |
None. |
|
senderName | string |
None. |
|
senderId | string |
None. |
|
beneficiaryId | string |
None. |
|
amount | decimal number |
None. |
|
remitType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "processingBankId": "sample string 1", "processingBankName": "sample string 2", "mobileNo": "sample string 3", "senderName": "sample string 4", "senderId": "sample string 5", "beneficiaryId": "sample string 6", "amount": 7.0, "remitType": "sample string 8" }
application/xml, text/xml
Sample:
<FundTransferTwo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay"> <amount>7</amount> <beneficiaryId>sample string 6</beneficiaryId> <mobileNo>sample string 3</mobileNo> <processingBankId>sample string 1</processingBankId> <processingBankName>sample string 2</processingBankName> <remitType>sample string 8</remitType> <senderId>sample string 5</senderId> <senderName>sample string 4</senderName> </FundTransferTwo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />