Invoice template API

get specific entry

GET /api/rest/admin/billing/invoice-template/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MjUsInN1YiI6Mjd9.-nq-Xwen2UtGugJF-Io3z6WqtuI57-Sw7RBG4dhLZTo
Host: example.org
Cookie: 

Route

GET /api/rest/admin/billing/invoice-template/5

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"e29211651b255f9a4da6db46e9295148"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 3ae0e61f-07a1-49a4-bdf2-8cb654c96c1c
X-Runtime: 0.014592
Content-Length: 195

Status

200 OK

Body

{
  "data": {
    "id": "5",
    "type": "invoice-templates",
    "links": {
      "self": "http://example.org/api/rest/admin/billing/invoice-templates/5"
    },
    "attributes": {
      "name": "invoice_template3",
      "filename": "filename.odt"
    }
  }
}