Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
api:api_applicants_trackers [2014/06/27 10:52] – [POST] Lauri Elevantapi:api_applicants_trackers [2020/05/11 15:53] – [Response example] Lauri Elevant
Line 15: Line 15:
   Content-Type: application/json   Content-Type: application/json
   Content-Length: 1234   Content-Length: 1234
 +
 +==== Response example ====
 +
 +  {
 +    "1": {
 +        "created": "2014-06-25T11:09:37+00:00",
 +        "code": "FAIR",
 +        "notes": "Some notes",
 +        "reduction": null
 +    },
 +    "3": {
 +        "created": "2014-06-25T16:47:24+00:00",
 +        "code": "INTERNET",
 +        "notes": "Some notes",
 +        "reduction": {
 +            "reduction": "Percent",
 +            "percent": 20
 +        }
 +    },
 +    
 +  }
  
  
Line 33: Line 54:
 ==== Parameters ==== ==== Parameters ====
  
 +^ Name ^  ^ Description ^
 | ''code'' | **Required** | This is the unique tracker code, should be easily recognisable. 2 to 16 characters. | | ''code'' | **Required** | This is the unique tracker code, should be easily recognisable. 2 to 16 characters. |
 | ''notes'' | **Required** | This text will be used to additionally explain the meaning of the tracker code. 2 to 200 characters. | | ''notes'' | **Required** | This text will be used to additionally explain the meaning of the tracker code. 2 to 200 characters. |