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

maintenanceRequest DELETE PATCH PUT POST GET /maintenanceRequest

Request Body:

Loading...

Response:

post
optional string Name (default: "")

passing the name

optional string Email (default: "")

passing the email

optional string Phone (default: "")

passing the name of request

optional string Address (default: "")

passing the user address

optional string relationToDeceased (default: "")

passing the Relation-to-Deceased

optional string City (default: "")

passing the City

optional string State (default: "")

passing the State

optional string ZIP (default: "")

passing the ZIP

optional string isLotOwner (default: "")

passing the isLotOwner

optional string maintenanceDetails (default: "")

passing the maintenance Detail

optional string visitDate (default: "")

passing the maintenance Detail

optional string location (default: "")

passing the location

optional string deceased_name (default: "")

passing the deceased name

optional string burial_date (default: "")

passing the burial_date

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.