send_date_est
– Set Estimated Complete Date
Limited availability. Not enabled for all accounts.
Work orders that have an estimated complete date set on them will have this information automatically sent back to the originating work order.
Field | Type | Description |
---|---|---|
dst_report_id | number | Unique identifier for the work order. |
date_complete_estimate | date | Y/m/d Format Date |
Request payload JSON - send_date_est
{
"username": "demo",
"password": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"site_id": "dcc363d0-8ed1-48a2-ba2e-f638275db4f",
"event_name": "send_date_est",
"event_data": " {\"dst_report_id\":\"12249481\",\"date_complete_estimate\":\"20200402\"}"
}
curl -X POST \
--data 'payload={
"username": "demo",
"password": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"site_id": "dcc363d0-8ed1-48a2-ba2e-f638275db4f",
"event_name": "send_date_est",
"event_data": "{\"dst_report_id\":\"12249481\",\"date_complete_estimate\":\"20200402\"}"
}' \
https://www.propertypreswizard.com/api/link/receiver.php
Response JSON
{
"remote_site_id": "1fc25d06-72bd-42f8-ad34-ecbdc5f1a4a4",
"success": true,
"return_error_msg": null,
"result_data": null,
"remote_org_id": 283,
"error": false
}