---
title: "Create the eagle view order"
method: POST
path: "/v1/eagleview/order"
tags: ["EagleView"]
---

# Create the eagle view order

`POST /v1/eagleview/order`

This service is the primary mechanism of the eagle view ordering process, as it will actually create the order. A successful PlaceOrder call will return a unique Report Id, which can then be used in other method calls.

## Request body

- PlaceEagleViewOrderRequestDTO
  - `accountId` string, required — The account id
  - `email` string, required — The user email
  - `projectName` string — The project name
  - `beaconPrice` number — The price
  - `OrderReports` OrderReports[], required — Collection of OrderReportModels, each representing a report to be ordered.
    - `propertyType` string — Property Type.
    - `reportType` string — Report Type.
    - `deliveryType` string — Delivery Type.
    - `addOns` string — Add Ons.
    - `structures` string — Structures.
    - `ReportAddresses` ReportAddresses[], required
      - `Address` string, required — Street address
      - `City` string, required — City of address
      - `State` string, required — State of address
      - `Zip` string, required — Zip code of address
      - `Country` string — Country of address
      - `Latitude` number — Latitude of address
      - `Longitude` number — Longitude of address
      - `AddressType` integer
    - `BuildingId` string, required — Building Id for this structure. Used to identify different structures with the same address.
    - `PrimaryProductId` 1 | 2 | 3 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 20 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 44 | 46 | 47 | 48 | 49 | 51 | 55 | 62 | 63, required — > Available PrimaryProductIds * `1` - PremiumResidential * `2` - PremiumCommercial * `3` - StandardResidential * `9` - Images * `10` - ParkingLot * `11` - EagleView Inform Essentials+ * `12` - EagleView Inform Essentials+ for Commercial * `13` - ClaimsReadyResidential * `14` - ClaimsReadyCommercial * `15` - AA2D * `16` - AA3DResidential * `17` - SketchOnly * `18` - AA3DCommercial * `20` - InstallerReport * `25` - EC3DResidential * `26` - EC3DCommercial * `27` - EC2DResidential * `28` - EC2DCommercial * `29` - PremiumAWResidential * `30` - PremiumAWCommercial * `31` - ECPremiumResidential * `32` - ECPremiumCommercial * `34` - PremiumResidentialWallonly * `35` - PremiumCommercialWallonly * `37` - RiskManagementResidential * `38` - RiskManagementCommercial * `39` - Estimate * `40` - RoofGeometryResidential * `41` - CarrierEstimate * `44` - QuickSquares * `46` - GutterResidential * `47` - GutterCommercial * `48` - DiagramResidential * `49` - DiagramCommercial * `51` - WallsLite * `55` - QuickSquares-Multi-Family * `62` - EagleView Inform Advanced * `63` - EagleView Inform Advanced for Commercial
    - `DeliveryProductId` 4 | 7 | 8 | 45, required — > Available DeliveryProductId * `4` - ExpressDelivery * `7` - ThreeHourDelivery * `8` - RegularDelivery * `45` - QuickDelivery
    - `AddOnProductIds` integer[] — > Available AddOnProductIds * `19` - EagleViewXML * `33` - Walls * `54` - WallsLite
    - `MeasurementInstructionType` 1 | 2 | 3 | 4 | 5, required — > Available MeasurementRequestTypes * `1` - PrimaryPlusDetachedGarage * `2` - PrimaryStructureOnly * `3` - AllStructuresOnParcel * `4` - CommercialComplex * `5` - Other
    - `ReportAttibutes` ReportAttribute[]
      - `Attribute` 9 | 10 | 24 | 107 | 119 | 120 | 155 | 156 | 246 | 247 | 272, required — > Available Attributes * `9` - StandardReportOk * `10` - PremiumReportOk * `24` - EmailCc * `107` - ReportOptionsCustomCover * `119` - AccuracyWaiverOk * `120` - Residential2CommercialOk * `155` - Ec3DReportOk * `156` - Ec2DReportOk * `246` - QuickSquaresToQsecOk * `247` - QuickSquaresToEc2DOk * `272` - WallsOnlyToWallsLiteOk
      - `Value` string
    - `ClaimNumber` string — Customer provided claim number for this report.
    - `ClaimInfo` string — Customer provided claim information for this report.
    - `BatchId` string — Customer provided batch Id for this report.
    - `CatId` string — Customer provided catastrophe Id for this report.
    - `ChangesInLast4Years` boolean, required — Boolean to indicate if there have been changes at this address in the past 4 years
    - `PONumber` string — Customer provided PO number for this report.
    - `Comments` string — Customer notes for this report.
    - `ReferenceId` string — Customer provided referenceId used for returning data to customer APIs.
    - `InsuredName` string — Customer provided insured name for this report.
    - `UpgradeFromReportId` integer — Id of earlier report upgrading from.
    - `PolicyNumber` string — Customer provided policy number for this report.
    - `DateOfLoss` string, date-time — Date of loss.
  - `PromoCode` string — Promotional code for report discount.
  - `PlaceOrderUser` string — Email address of account to place orders on. Only required if not the authenticated user.
  - `uuid` string, uuid — The UUID.

## Response `200`

successful operation

If failed, return messageCode, refer to *API Response Message Code*.

Example

{ "messageCode": "1001", "message": "Validation exception" }

- PlaceEagleViewOrderResponseDTO
  - `mincronOrderId` string
  - `orderId` integer
  - `modelState` ModelStateDTO
    - `modelKey` string
    - `modelValue` string[]
  - `reportIds` integer[]

## Other responses

- `400` — Bad Request, accountId is invalid
- `401` — Unauthorized, user do not login
- `403` — Invalid token
- `405` — Method not allowed, the request method is not valid for this API or this API is not available.
- `500` — Internal exception

---

[API](https://skmtc.net/beaconproplus/apis/eagleview-api.md) · [All operations](https://skmtc.net/beaconproplus/apis/eagleview-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beaconproplus/eagleview-api/revisions/acb20cfa91b9/schema)
