AlphaAlpha Docs
API ReferencePortal finance

Get invoice detail

GET
/portal/invoices/{invoiceId}
AuthorizationBearer <token>

In: header

Path Parameters

invoiceId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/portal/invoices/string"
{
  "created": "2019-08-24T14:15:22Z",
  "currency": "string",
  "dueDate": "2019-08-24T14:15:22Z",
  "id": "string",
  "invoiceDate": "2019-08-24T14:15:22Z",
  "invoiceNumber": "string",
  "items": [
    {
      "description": "string",
      "quantity": 0.1,
      "taxRate": 0.1,
      "totalPrice": 0.1,
      "type": "string",
      "unitPrice": 0.1
    }
  ],
  "paidAmount": 0.1,
  "pdfAvailable": true,
  "status": "DRAFT",
  "totalAmount": 0.1,
  "totalAmountExcludingTax": 0.1,
  "totalTax": 0.1
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}