POST api/CLNMakePaymentsAndTransfers/SaveMakePaymentsAndTransfers
Request Information
URI Parameters
None.
Body Parameters
CLNMakePaymentsAndTransfersModel| Name | Description | Type | Additional information |
|---|---|---|---|
| strPayeesId | integer |
None. |
|
| strPayeesName | string |
None. |
|
| strSortCode | string |
None. |
|
| strAccountNumber | string |
None. |
|
| strPaymentReference | string |
None. |
|
| intUserId | integer |
None. |
|
| intMarchantId | integer |
None. |
|
| intId | integer |
None. |
|
| decAmount | decimal number |
None. |
|
| dtPaymentDate | date |
None. |
|
| strPaymentDate | string |
None. |
|
| bIsPaymentType | boolean |
None. |
|
| intWalletId | integer |
None. |
|
| intPayeesId | integer |
None. |
|
| strWalletName | string |
None. |
|
| allcount | integer |
None. |
|
| rowNumber | integer |
None. |
|
| strIbanOrBank | string |
None. |
|
| strOtherOrSameBank | string |
None. |
|
| strPayerAddress | string |
None. |
|
| strReceiverName | string |
None. |
|
| strIban | string |
None. |
|
| strCountry | string |
None. |
|
| strOriginOfFunds | string |
None. |
|
| strBeneficiary_Type | string |
None. |
|
| bisSepa | boolean |
None. |
|
| strCharges | string |
None. |
|
| strReference | string |
None. |
|
| strReference2 | string |
None. |
|
| strReference3 | string |
None. |
|
| strReference4 | string |
None. |
|
| strBalanceToken | string |
None. |
|
| strSenderName | string |
None. |
|
| strCurrency | string |
None. |
|
| strCode | string |
None. |
|
| strIPAddress | string |
None. |
|
| strSortCode_Deb | string |
None. |
|
| strAccountNumber_Deb | string |
None. |
|
| strIBAN_Deb | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"strPayeesId": 1,
"strPayeesName": "sample string 2",
"strSortCode": "sample string 3",
"strAccountNumber": "sample string 4",
"strPaymentReference": "sample string 5",
"intUserId": 6,
"intMarchantId": 7,
"intId": 8,
"decAmount": 9.0,
"dtPaymentDate": "2026-01-17T13:07:13.6848918+00:00",
"strPaymentDate": "sample string 11",
"bIsPaymentType": true,
"intWalletId": 13,
"intPayeesId": 14,
"strWalletName": "sample string 15",
"allcount": 16,
"rowNumber": 17,
"strIbanOrBank": "sample string 18",
"strOtherOrSameBank": "sample string 19",
"strPayerAddress": "sample string 20",
"strReceiverName": "sample string 21",
"strIban": "sample string 22",
"strCountry": "sample string 23",
"strOriginOfFunds": "sample string 24",
"strBeneficiary_Type": "sample string 25",
"bisSepa": true,
"strCharges": "sample string 27",
"strReference": "sample string 28",
"strReference2": "sample string 29",
"strReference3": "sample string 30",
"strReference4": "sample string 31",
"strBalanceToken": "sample string 32",
"strSenderName": "sample string 33",
"strCurrency": "sample string 34",
"strCode": "sample string 35",
"strIPAddress": "sample string 36",
"strSortCode_Deb": "sample string 37",
"strAccountNumber_Deb": "sample string 38",
"strIBAN_Deb": "sample string 39"
}
application/xml, text/xml
Sample:
<CLNMakePaymentsAndTransfersModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <allcount>16</allcount> <bIsPaymentType>true</bIsPaymentType> <bisSepa>true</bisSepa> <decAmount>9</decAmount> <dtPaymentDate>2026-01-17T13:07:13.6848918+00:00</dtPaymentDate> <intId>8</intId> <intMarchantId>7</intMarchantId> <intPayeesId>14</intPayeesId> <intUserId>6</intUserId> <intWalletId>13</intWalletId> <rowNumber>17</rowNumber> <strAccountNumber>sample string 4</strAccountNumber> <strAccountNumber_Deb>sample string 38</strAccountNumber_Deb> <strBalanceToken>sample string 32</strBalanceToken> <strBeneficiary_Type>sample string 25</strBeneficiary_Type> <strCharges>sample string 27</strCharges> <strCode>sample string 35</strCode> <strCountry>sample string 23</strCountry> <strCurrency>sample string 34</strCurrency> <strIBAN_Deb>sample string 39</strIBAN_Deb> <strIPAddress>sample string 36</strIPAddress> <strIban>sample string 22</strIban> <strIbanOrBank>sample string 18</strIbanOrBank> <strOriginOfFunds>sample string 24</strOriginOfFunds> <strOtherOrSameBank>sample string 19</strOtherOrSameBank> <strPayeesId>1</strPayeesId> <strPayeesName>sample string 2</strPayeesName> <strPayerAddress>sample string 20</strPayerAddress> <strPaymentDate>sample string 11</strPaymentDate> <strPaymentReference>sample string 5</strPaymentReference> <strReceiverName>sample string 21</strReceiverName> <strReference>sample string 28</strReference> <strReference2>sample string 29</strReference2> <strReference3>sample string 30</strReference3> <strReference4>sample string 31</strReference4> <strSenderName>sample string 33</strSenderName> <strSortCode>sample string 3</strSortCode> <strSortCode_Deb>sample string 37</strSortCode_Deb> <strWalletName>sample string 15</strWalletName> </CLNMakePaymentsAndTransfersModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.