DELETE api/NetcashFeesPayNows/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
NetcashFeesPayNow| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| DateCreated | date |
None. |
|
| LastModified | date |
None. |
|
| CreditCardFee | decimal number |
None. |
|
| MasterCardVisaFee | decimal number |
None. |
|
| BankEFTFee | decimal number |
None. |
|
| RetailFee | decimal number |
None. |
|
| RetailMinimumFee | decimal number |
None. |
|
| InstantEFTFee | decimal number |
None. |
|
| ScanToPayFee | decimal number |
None. |
|
| VisaClickPayFee | decimal number |
None. |
|
| ClientDepositFee | decimal number |
None. |
|
| InstantEFTMinFee | decimal number |
None. |
|
| InstantEFTCommission | decimal number |
None. |
|
| Mobicred | decimal number |
None. |
|
| CreditCardInterchangeFee | decimal number |
None. |
|
| Vat | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"DateCreated": "2025-12-09T04:09:47.840624+02:00",
"LastModified": "2025-12-09T04:09:47.840624+02:00",
"CreditCardFee": 2.1,
"MasterCardVisaFee": 3.1,
"BankEFTFee": 4.1,
"RetailFee": 5.1,
"RetailMinimumFee": 6.1,
"InstantEFTFee": 7.1,
"ScanToPayFee": 8.1,
"VisaClickPayFee": 9.1,
"ClientDepositFee": 10.1,
"InstantEFTMinFee": 11.1,
"InstantEFTCommission": 12.1,
"Mobicred": 13.1,
"CreditCardInterchangeFee": 14.1,
"Vat": 15.1
}
application/xml, text/xml
Sample:
<NetcashFeesPayNow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PanicSAAPI.Database"> <BankEFTFee>4.1</BankEFTFee> <ClientDepositFee>10.1</ClientDepositFee> <CreditCardFee>2.1</CreditCardFee> <CreditCardInterchangeFee>14.1</CreditCardInterchangeFee> <DateCreated>2025-12-09T04:09:47.840624+02:00</DateCreated> <InstantEFTCommission>12.1</InstantEFTCommission> <InstantEFTFee>7.1</InstantEFTFee> <InstantEFTMinFee>11.1</InstantEFTMinFee> <LastModified>2025-12-09T04:09:47.840624+02:00</LastModified> <MasterCardVisaFee>3.1</MasterCardVisaFee> <Mobicred>13.1</Mobicred> <RetailFee>5.1</RetailFee> <RetailMinimumFee>6.1</RetailMinimumFee> <ScanToPayFee>8.1</ScanToPayFee> <Vat>15.1</Vat> <VisaClickPayFee>9.1</VisaClickPayFee> <id>1</id> </NetcashFeesPayNow>