Skip to main content

Invoice Line Item Details for Loan Id

GET Logs for Loan

This is the Loan management API used for getting Invoice Line Item Details for Loan Id.

URL: {{base_url}}/loan-management/v1/getInvoiceLineItemDetails

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type
loanId* Integer
* required Param

Response: 200
{
    "response": true,
    "data": {},
    "error": {}
}