get https://webservices-test.net-chef.com/vendorpayment/v1/getAllVendorPayment
Retrieve a list of Vendor Payment Details
Log in to see full request history
Responses
Retrieve a list of Vendor Payment Details
xxxxxxxxxx
curl --request GET \
--url https://webservices-test.net-chef.com/vendorpayment/v1/getAllVendorPayment \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"vendorPaymentDetailDetails": [
{
"checkAmount": 140,
"checkDate": "03/13/2024",
"checkNumber": "paythis",
"discountAmount": -36.6,
"discountGLCode": 687501,
"invoiceAllocationAmount": 13.5,
"invoiceNumber": 129,
"locationCode": "000122",
"transactionNumber": "vo-10050",
"vendorCode": 17
}
]
}
]