Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
api:api_applicants_trackers_id [2014/06/26 19:20] – created Lauri Elevantapi:api_applicants_trackers_id [2020/05/11 15:54] – [Response example] Lauri Elevant
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 |
-