AlphaAlpha Docs
API ReferencePortal finance

Get order detail

GET
/portal/orders/{orderId}
AuthorizationBearer <token>

In: header

Path Parameters

orderId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/portal/orders/string"
{
  "created": "2019-08-24T14:15:22Z",
  "currency": "string",
  "deliveryAddress": {
    "city": "string",
    "country": "string",
    "houseNumber": "string",
    "id": "string",
    "latitude": 0.1,
    "longitude": 0.1,
    "postalCode": "string",
    "street": "string"
  },
  "expectedDeliveryDate": "2019-08-24T14:15:22Z",
  "id": "string",
  "items": [
    {
      "productId": "string",
      "productName": "string",
      "quantity": 0.1,
      "totalPrice": 0.1,
      "unit": "string",
      "unitPrice": 0.1
    }
  ],
  "orderDate": "2019-08-24T14:15:22Z",
  "paidAmount": 0.1,
  "paymentPercentage": 0.1,
  "reference": "string",
  "status": "DRAFT",
  "totalAmount": 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"
}