# Vendors

A Vendor is an entity to which an expense can be paid.

## Fetching a list of Vendors

 - [GET /vendors](https://developer.kantata.com/kantata/specification/vendors/get-vendors.md): This endpoint returns structured Vendor objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the vendors top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Vendor

 - [POST /vendors](https://developer.kantata.com/kantata/specification/vendors/create-vendor.md): This endpoint returns structured Vendor objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the vendors top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Vendor

 - [PUT /vendors/{id}](https://developer.kantata.com/kantata/specification/vendors/update-vendor.md): This endpoint returns structured Vendor objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the vendors top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Vendor

 - [DELETE /vendors/{id}](https://developer.kantata.com/kantata/specification/vendors/delete-vendor.md): The response will contain no content and an HTTP 204 status code if the request was
successful, or a standard Kantata OX error message explaining why the object could not be deleted.

