CreditNote
Creates a CreditNote resource.
Creates a CreditNote resource.
post/credit_notes
Request body
Example request
{
"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"
}Response
CreditNote resource created
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"
}