VendorCredit
Replaces the VendorCredit resource.
Replaces the VendorCredit resource.
put/vendor_credits/{id}
Path parameters
idstring required
Resource identifier
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 updated
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"
}