VendorCredit
Retrieves the collection of VendorCredit resources.
Retrieves the collection of VendorCredit resources.
get/vendor_credits
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
VendorCredit collection
Example response
[
{
"id": "quickbooks-321",
"integration": "quickbooks",
"srcId": "3000000002075",
"date": "2014-08-28",
"status": "open",
"vendorId": "460000000020029",
"vendorName": "Bowman and Co",
"currency": "USD",
"subtotal": 3000,
"totalAmount": 3500,
"balance": 2150,
"created": "2014-08-28T22:53:31-0700",
"modified": "2014-08-28T22:53:31-0700"
}
]