Search Invoice Payments

GET/api/invoice-payments/search/{keyword}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area
curl -X GET "https://yoursite.com/api/invoice-payments/search/acme" \
  -H "authtoken: YOUR_API_TOKEN"

Success-Response:

[
  {
    "id": "1",
    "invoice_id": "1",
    "amount": "100.00"
  }
]
MethodGET
Path/api/invoice-payments/search/{keyword}
GroupInvoice Payments
Sincev1.0.0
Defined inRestApi/Controllers/InvoicePaymentsController.php