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