Differences

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

Link to this comparison view

Next revision
Previous revision
api:api_invoices_series [2014/07/17 10:49] – created Lauri Elevantapi:api_invoices_series [2021/01/21 12:51] (current) – external edit 127.0.0.1
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"
 +        }
 +    }
 +  }