Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

FieldTypeDescription
dst_report_idnumberUnique identifier for the work order.
date_complete_estimatedateY/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
}