JOC API

Version 2.2.0

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 values of the controllerIds element will be combined with "or". The filter elements are
  • dateFrom
  • dateTo
  • controllerIds
dateFor optional, string Specifies the daily plan date for which submissions should be deleted. The value has to have the format YYYY-MM-DD 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 required, string This date specifies the end of interval that it used look up submissions. The value has to have the format YYYY-MM-DD 2017-12-31
controllerIds optional; array[string] Filter submissions to the Controller IDs that are included with the controllerIds element. ["myControllerId"]