Download Services Download Services

GET Requests

Most requests return XML streams with elements that correspond to the Optimize My Day interface schema. Callers can use the Plan noun initially and navigate through the plan by specifying the child noun until they have reached the element that they want to retrieve.

Note that each request below must be prefixed by the URL https://www.optimizemyday.com/omdservices-basic/Configuration/<Configuration Identifier>.

  • /Plan/Territories
  • /Plan
  • /Plan?territory1=01&territory2=02
  • /Plan/Tasks?lastUpdate=2012-12-04+14:12
  • /Plan/Breaks?lastUpdate=2012-12-04+14:12
  • /Plan/Resource/484

POST, UPDATE and DELETE Requests

  • /Plan/Task/00029931200100000000 with an XML upload of the task that is to be inserted/updated/deleted.
  • /Plan/Resource/484/Break/1233 with an XML upload of the break that is to be inserted/updated/deleted.

For integration of Optimize My Day into Call Center applications, check for the Appointment Booking Service.