SmartAcc DynaMod Web API v2024.4 Build 0000 - Local

<back to all web services

BillPaymentMethods

Accounting Module

Bill Payment Method API

Requires Authentication
Required permission:BillPaymentMethod-Setup.GET
The following routes are available for this service:
GET/BillPaymentMethods
GET/BillPaymentMethods/page/{Page}Get records by given a page numberEach page consists of 20 records
GET/BillPaymentMethods/AcBillPaymentMethodID/{AcBillPaymentMethodID}Get records for given ID
BillPaymentMethods Parameters:
NameParameterData TypeRequiredDescription
Pagepathint?NoPage Number. Default 1.
RecordsPerPagequeryint?NoRecords Per Page. Default 20 Records.
AcBillPaymentMethodIDpathstringNo
BillPaymentMethodsResponse Parameters:
NameParameterData TypeRequiredDescription
BillPaymentMethodsformList<AcBillPaymentMethod>No
ResponseStatusformResponseStatusNo
TotalRecordsformintNoTotal records in all pages.
TotalRecordsInPageformintNoTotal records in current page.
AcBillPaymentMethod Parameters:
NameParameterData TypeRequiredDescription
AcBillPaymentMethodIDformNVARCHAR(20)NoPayment Method ID
AcBillPaymentMethodDescformNVARCHAR(100)NoPayment Method Description
AcBillPaymentTypeIDformNVARCHAR(20)NoPayment Type ID
IsActiveformNVARCHAR(1)NoActive (Y/N)
IsForceReferenceNumberformNVARCHAR(1)NoIs Force Reference Number (Y/N)
AccountNoPaymentformNVARCHAR(20)NoAccount Number (Payment)
AccountNoBankChargeformNVARCHAR(20)NoAccount Number (Bank Charge)

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /BillPaymentMethods HTTP/1.1 
Host: snr2u.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"BillPaymentMethods":[{"AcBillPaymentMethodID":"String","AcBillPaymentMethodDesc":"String","AcBillPaymentTypeID":"String","IsActive":"String","IsForceReferenceNumber":"String","AccountNoPayment":"String","AccountNoBankCharge":"String"}],"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"TotalRecords":0,"TotalRecordsInPage":0}