CreditNote
Retrieves the collection of CreditNote resources.
Retrieves the collection of CreditNote resources.
get/credit_notes
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
CreditNote collection
Example response
[
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcId": "90300000072369",
"creditnoteNumber": "CN-29",
"date": "2016-06-05",
"status": "open",
"customerId": "903000000000099",
"customerName": "Bowman Furniture",
"referenceNumber": "INV-384",
"totalAmount": "400",
"balance": 10,
"currency": "USD",
"notes": "Offer for the referral",
"created": "2013-11-18T02:17:40.080Z",
"modified": "2013-11-18T02:17:40.080Z"
}
]