---
title: "getAllVendorPayment"
method: GET
path: "/vendorpayment/v1/getAllVendorPayment"
tags: ["Vendor Payment Service"]
---

# getAllVendorPayment

`GET /vendorpayment/v1/getAllVendorPayment`

Retrieve a list of Vendor Payment Details

## Query parameters

- `checkDate` string
- `checkNumber` string
- `discountGLCode` string
- `invoiceNumber` string
- `locationCode` string
- `minutesSinceUpdate` integer
- `transactionNumber` string
- `vendorCode` string
- `includeNull` boolean

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Response `200`

Success

- VendorPaymentDetails[]
  - `vendorPaymentDetailDetails` VendorPaymentDetailsDto[]
    - `checkAmount` number — "checkAmount" from Vendor Payment.
    - `checkDate` string, required — "checkDate" from Vendor Payment
    - `checkNumber` string, required — "checkNumber" from Vendor Payment
    - `discountAmount` number, required — "discountAmount" from Vendor Payment.
    - `discountGLCode` string, required — "discountGLCode" from Vendor Payment
    - `invoiceAllocationAmount` number — "invoiceAllocationAmount" from Vendor Payment.
    - `invoiceNumber` string, required — "invoiceNumber" from Vendor Payment
    - `locationCode` string — "locationCode" from Vendor Payment
    - `transactionNumber` string — "transactionNumber" from Vendor Payment
    - `vendorCode` string, required — "vendorCode" from Vendor Payment

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `404` — vendor payment not found
- `429` — Too Many Requests
- `500` — Unexpected Error
- `503` — System under maintenance
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/revisions/0af8e380ff2c/schema)
