Logo
CashDesk Logo

CashDesk APIs

CashDesk has developed a highly intelligent unique system ! Delivery software, restaurant software, restaurant website's, voip telephony and more!

CashDesk APIs

Account Request URL

-

Base Endpoint

-

customers

Get a list of all customers.

GET

customers

customers

Create a new customer.

POST

customers

first_name, last_name, street_address, city, state, zip_code, email, phone_number

customers

Gets a customer by ID

GET

customers/{id}

id

customers

Update a customer.

PUT

customers/{id}

id, first_name, last_name, street_address, city, state, zip_code, email, phone_number

customers

Delete a customer.

DELETE

customers/{id}

id

items

Get a list of all items.

GET

items

items

Create a new item.

POST

items

name, description, unit_price, quantity

items

Gets an item by ID

GET

items/{id}

id

items

Update an item.

PUT

items/{id}

id, name, description, unit_price, quantity

items

Delete an item.

DELETE

items/{id}

id

receipts

Get a list of receipts.

GET

receipts

date, customer, total

receipts

Create a new receipt.

POST

receipts

date, customer, total

receipts

Gets a receipt by ID

GET

receipts/{id}

id

receipts

Update a receipt.

PUT

receipts/{id}

id, date, customer, total

receipts

Delete a receipt.

DELETE

receipts/{id}

id

reports

Get a report on sales.

GET

reports/sales

reports

Get a report on customers.

GET

reports/customers

inventory

Get a list of inventory items.

GET

inventory

inventory

Adds an inventory item.

POST

inventory

name, quantity

Details

Provider

Country HQ

API Type

REST

Categories

POS

Alternatives

Important URLs

Last Updated on

2024-03-24

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo