Edara Webhooks
What is a Webhook in Edara ERP?
How to Create a Webhook
1.
2.
3.
4.
5.
6.
7.
Example Webhook Body
{
"entity_id": 97954,
"entity_code": "",
"entity_type": "StockItem",
"event_type": "After_Add",
"tenant_id": "7c584e91-e05a-4a10-856b-57100d451a9c",
"tenant_name": "demo_k",
"data": {
"id": 97954,
"description": "080120240238",
"code": "",
"sku": "080120240238",
"price": 100.0,
"dealer_price": 0.0,
"fifo_cost": 0.0,
"lifo_cost": 0.0,
"average_cost": 0.0,
"last_cost": 0.0,
"part_number": "",
"classification_id": 6411,
"warranty": 12.0,
"dynamic_properties_info": [
{
"dynamic_property_id": 5945,
"dynamic_property": "Size",
"dynamic_value_id": 5946,
"dynamic_value": "S"
},
{
"dynamic_property_id": 5945,
"dynamic_property": "Size",
"dynamic_value_id": 5947,
"dynamic_value": "M"
},
{
"dynamic_property_id": 5945,
"dynamic_property": "Size",
"dynamic_value_id": 5959,
"dynamic_value": "L"
}
],
"is_grouping_item": false
}
}
Modified at 2024-09-24 11:05:38