Differences

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

Link to this comparison view

Last revisionBoth sides next revision
api:api_invoices_series [2014/07/17 10:49] – created Lauri Elevantapi:api_invoices_series [2014/07/17 10:56] Lauri Elevant
Line 26: Line 26:
   Content-Type: application/json   Content-Type: application/json
   Content-Length: 1234   Content-Length: 1234
 +
 +==== Example response ====
 +
 +  {
 +    "1": {
 +        "name": "Untitled",
 +        "format": "%yearShort%-%incYearly%/%inc%",
 +        "last": {
 +            "when": "2014-07-17T10:55:40+00:00",
 +            "number": "14-2/2"
 +        }
 +    }
 +  }