Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
api:api_applicants_trackers_id [2014/06/26 19:20] – created Lauri Elevantapi:api_applicants_trackers_id [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 20: Line 20:
 | ''200 OK'' | The tracker exists | | ''200 OK'' | The tracker exists |
 | ''404 Not Found'' | The tracker does not exist | | ''404 Not Found'' | The tracker does not exist |
 +
 +
 +==== Response example ====
 +
 +==== Response example ====
 +
 +  {
 +        "created": "2014-06-25T11:09:37+00:00",
 +        "code": "FAIR",
 +        "notes": "Some notes",
 +        "reduction": {
 +            "reduction": "Percent",
 +            "percent": 20
 +        }
 +  }
  
  
Line 40: Line 55:
  
 | ''204 No Content'' | Tracker was successfully deleted | | ''204 No Content'' | Tracker was successfully deleted |
-