JOC API

Version 2.6.5

Download RAML
JOC API
/daily_plan/submissions/delete
POST

Deletes daily plan submissions


Parameters in the POST body schema

Name Type Description Example Default
controllerId required, string Controller ID myController
filter required Specifies the elements to filter the submissions that should be considered. All filter elements will be combined with "and". The filter elements are
  • dateFor
  • dateFrom
  • dateTo
dateFor optional, string Specifies the daily plan date for which submissions should be deleted. The value has to have the format YYYY-MM-DD
Required when dateTo is not defined.
2017-01-01 today
dateFrom optional, string This date sets the start of interval to look up submissions. The value has to have the format YYYY-MM-DD 2017-01-01 today
dateTo optional, string This date specifies the end of interval that it used look up submissions. The value has to have the format YYYY-MM-DD
Required when dateFor is not defined.
2017-12-31