API Dashboard

Taffy 3.6.0

Resources:

resendOrderEmail DELETE PATCH PUT POST GET /resendOrderEmail

Request Body:

Loading...

Response:

post
optional string orderNumber (default: "")

passing the new order number

reCheckOrder DELETE PATCH PUT POST GET /reCheckOrder

Request Body:

Loading...

Response:

post
optional string cartSessionID (default: "")

passing the cart session ID

optional struct cartPersonMap (default: {})

passing the cart person map object

optional string ipAddress (default: "")

passing the user ip address

optional string orderNumber (default: "")

passing the new order number

plots DELETE PATCH PUT POST GET /plots

Request Body:

Loading...

Response:

get
optional string deceased (default: "")

Name of the deceased

optional string plot (default: "")

Name of the deceased

optional string table (default: "")

Name of the deceased

plot DELETE PATCH PUT POST GET /plot

Request Body:

Loading...

Response:

get
optional string rh (default: "")

Name of the table

optional string rd (default: "")

Name of the table

ordersExport DELETE PATCH PUT POST GET /ordersExport

Request Body:

Loading...

Response:

post
optional string start_date (default: "")

passing the start date of the order

optional string end_date (default: "")

passing the end date of the order

optional string new (default: 1)

only return orders not exported

orders DELETE PATCH PUT POST GET /orders

Request Body:

Loading...

Response:

get
optional string start_date (default: "")

passing the start date of the order

optional string end_date (default: "")

passing the end date of the order

optional string new (default: 1)

only return orders not exported

orderByEmail DELETE PATCH PUT POST GET /orderByEmail

Request Body:

Loading...

Response:

get
optional string email (default: "")

Name of the deceased

order DELETE PATCH PUT POST GET /order

Request Body:

Loading...

Response:

get
optional string webflowOrderID (default: "")

passing the webflow item ID from webhook

optional string start_date (default: "")

passing the start date of the order

optional string end_date (default: "")

passing the end date of the order

post

notifyOrder DELETE PATCH PUT POST GET /notifyOrder

Request Body:

Loading...

Response:

post
optional customerDetail
optional productArr
optional subtotalAsDouble
optional PhoneNumber
optional invoice
optional paymentMethod

cartCheck DELETE PATCH PUT POST GET /cartCheck

Request Body:

Loading...

Response:

post
optional string cartSessionID (default: "")

passing the cart session ID

optional struct cartPersonMap (default: {})

passing the cart person map object

optional string ipAddress (default: "")

passing the user ip address

cart DELETE PATCH PUT POST GET /cart

Request Body:

Loading...

Response:

post
optional string cartSessionID (default: "")

passing the cart session ID

optional struct cartPersonMap (default: {})

passing the cart person map object


Resources are listed in matching order. From top to bottom, the first URI to match the request is used.