BillPayment

Supported MethodsSupported Parameters
GET, POSTId, number, page, pageSize, modTimeStart, modTimeEnd, isDeleted
{
        "ID": "",
        "Number": "",
        "IsCheck": true,
        "APAccount": {
            "ID": "",
            "FullName": ""
        },
        "Memo": "",
        "Vendor": {
            "ID": "",
            "FullName": ""
        },
        "Date": "2022-12-27T21:35:51Z",
        "LinkedTransactions": [{
            "ID": "",
            "Amount": 0.0,
            "Type": "",
            "Discount": {
                "Amount": 0.0,
                "Account": {
                    "ID": "",
                    "FullName": ""
                },
                "Class": {
                    "ID": "",
                    "FullName": ""
                }
            },
            "Credits": [{
                "ID": "",
                "Amount": 0.0
            }],
            "Date": "2022-12-27T21:35:51Z",
            "Number": "",
            "BalanceRemaining": 0.0,
            "DiscountAmount": 0.0,
            "Account": {
                "ID": ""
            }
        }],
        "DepositToAccount": {
            "ID": "",
            "FullName": ""
        },
        "ToBePrinted": true,
        "ExchangeRate": 0.0,
        "Amount": 0.0,
        "CreatedDate": "2022-12-27T21:35:51Z",
        "LastModifiedDate": "2022-12-27T21:35:51Z",
        "DeletedDate": "2022-12-27T21:35:51Z",
        "Currency": {
            "ID": "",
            "FullName": ""
        },
        "AmountInHomeCurrency": 0.0,
        "Type": "",
        "Account": {
            "ID": ""
        },
        "Address": {
            "Line1": "",
            "Line2": "",
            "City": "",
            "Country": "",
            "State": "",
            "Name": ""
        },
        "Lines": [{
            "Quantity": 0.0,
            "Price": 0.0,
            "Item": {
                "ID": ""
            },
            "Amount": 0.0,
            "Description": "",
            "Account": {
                "ID": ""
            }
        }],
        "PaymentMethod": {
            "FullName": ""
        }
    }