Get Incomes
GET
https://api.zortout.com/api.aspx
Get list of incomes.
Query Parameters
Get Income Detail
GET
https://api.zortout.com/api.aspx
Get income detail.
Query Parameters
Add Income
POST
https://api.zortout.com/api.aspx
Add income.
Query Parameters
Request Body
{
"incomedate": "2021-05-31",
"amount": 58,
"vatamount": 0,
"paymentmethod": "Cash",
"list": [
{
"name": "Income1",
"categoryname": "Others",
"totalprice": 48
},
{
"name": "Income2",
"totalprice": 10
}
]
}
Update Income Payment
POST
https://api.zortout.com/api.aspx
Update payment of income.
Query Parameters
Get Expenses
GET
https://api.zortout.com/api.aspx
Get list of expenses.
Path Parameters
Query Parameters
Get Expense Detail
GET
https://api.zortout.com/api.aspx
Get expense detail.
Query Parameters
Add Expense
POST
https://api.zortout.com/api.aspx
Add expense.
Query Parameters
Request Body
{
"expensedate": "2021-05-31",
"amount": 58,
"vatamount": 0,
"paymentmethod": "Cash",
"list": [
{
"name": "Income1",
"categoryname": "Others",
"totalprice": 48
},
{
"name": "Income2",
"totalprice": 10
}
]
}
Update Expense Payment
POST
https://api.zortout.com/api.aspx
Update payment of expense.
Query Parameters