bid_comp_confirm
– Sending Empty Bid/Completion Confirmation
If the option Send Empty Bid/Comp Confirmation is enabled in the Auto Import setup in PPW and the order contains no Bid/Comp items to send, an event called bid_comp_confirm will be sent. The event_data will contain the report_id of the order.
Field | Type | Description |
---|---|---|
dst_report_id | number | Unique identifier for the work order. |
Request payload JSON - bid_comp_confirm
{
"username": "demo",
"password": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"site_id": "dcc363d0-8ed1-48a2-ba2e-f638275db4f",
"event_name": "bid_comp_confirm",
"event_data": "{\"dst_report_id\": \"123456789\"}"
}
curl -X POST \
--data 'payload={
"username": "demo",
"password": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"site_id": "dcc363d0-8ed1-48a2-ba2e-f638275db4f",
"event_name": "bid_comp_confirm",
"event_data": "{\"dst_report_id\": \"123456789\"}"
}' \
https://www.propertypreswizard.com/api/link/receiver.php