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.eyJleHAiOjE3MzE1Nzg3NDgsInN1YiI6MzN9.PKOkUfVEwxjYztcnPX-amMyGb8RWXrNCUpZ9Bn2ftnY
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: 6eb61869-95f0-4528-b251-51374be2cdac
X-Runtime: 0.013252
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"
    }
  }
}