How to implement webhooks?
PlumPro APIs are now capable of returning callbacks to your pre-registered webhook URL.
Last updated
Was this helpful?
PlumPro APIs are now capable of returning callbacks to your pre-registered webhook URL.
Last updated
Was this helpful?
Was this helpful?
{
'id': orderID<Number(20)>,
'data': {
'orderId': <Number(11)>,
'poNumber': <String(100)>,
'orderDate': <String(19)>,
'deliveryStatus': <String(9)[delivered|Canceled]>
},
'createdAt': <String(19)>
}
Legend: <DataType(size)>