Skip to main content
WEBHOOK

Body

application/json

Information about updates to a purchase order in the system

event_id
string

A unique string used by your system to track the event and prevent processing duplicates.

timestamp
string

ISO 8601 formatted time of when the event occurred.

event_type
enum<string>

Tells the receiving system exactly what happened.

Available options:
project.created.v1,
project.updated.v1,
project.deleted.v1,
client_proposal.created.v1,
client_proposal.updated.v1,
client_proposal.deleted.v1,
client_invoice.created.v1,
client_invoice.updated.v1,
client_invoice.deleted.v1,
purchase_order.created.v1,
purchase_order.updated.v1,
purchase_order.deleted.v1,
supplier_invoice.created.v1,
supplier_invoice.updated.v1,
supplier_invoice.deleted.v1,
shipment.created.v1,
shipment.updated.v1,
shipment.deleted.v1,
contact.created.v1,
contact.updated.v1,
contact.deleted.v1,
project_item.created.v1,
project_item.updated.v1,
project_item.deleted.v1
event_data
object

Response

200

Return a 200 status to indicate that the data was received successfully