Skip to main content
GET
/
api
/
orders
/
{order_id}
Get order details
curl --request GET \
  --url https://reit.connectors.aicoflow.com/api/orders/{order_id}
{
  "success": true,
  "order": {
    "id": 123,
    "short_name": "<string>",
    "plate": "<string>",
    "person": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "damage": "<string>",
    "project_status": "<string>",
    "station_id": 123,
    "station_state": "<string>",
    "shop_date": "<string>",
    "repair_date": "<string>",
    "finish_date": "<string>",
    "planned_delivery_date": "<string>",
    "parts_status": "<string>",
    "missing_parts": 0,
    "est_hours_karo": 123,
    "est_hours_lack": 123,
    "est_hours_mech": 123,
    "vin": "<string>",
    "kba": "<string>",
    "manufacturer_name": "<string>",
    "model_name": "<string>",
    "sub_model_name": "<string>",
    "engine_type": "<string>",
    "engine_size": "<string>",
    "engine_power": "<string>",
    "curb_weight": "<string>",
    "gross_weight": "<string>",
    "first_registration": "<string>",
    "last_registration": "<string>",
    "hu_au": "<string>",
    "mileage": "<string>",
    "engine_code": "<string>",
    "country_of_origin": "<string>",
    "vehicle_owner": "<string>",
    "owner_phone": "<string>",
    "owner_address": "<string>",
    "appointment_date": "<string>",
    "external_calculation": "<string>",
    "express_link": "<string>",
    "address": "<string>",
    "zip_code": "<string>",
    "city": "<string>",
    "country": "<string>",
    "remarks": "<string>",
    "total_net_cost": 123,
    "total_gross_cost": 123,
    "insurance_json": "<unknown>",
    "costs_json": "<unknown>"
  },
  "message": ""
}

Path Parameters

order_id
integer
required

Response

Full order details

Single order detail response.

success
boolean
required
order
OrderModel · object

Order/Project record.

message
string
default:""