---
title: "Upgrading a report to a premium report."
method: POST
path: "/v1/eagleview/upgrade-order"
tags: ["EagleView"]
---

# Upgrading a report to a premium report.

`POST /v1/eagleview/upgrade-order`

This service is used for upgrading a report to a premium report.

## Request body

- PlaceEagleViewUpgradeOrderRequestDTO
  - `ReportsId` integer, required — ReportId returned from placeEagleViewOrder call.
  - `MeasurementInstructionType` 1 | 2 | 3 | 4 | 5, required — > Available MeasurementRequestTypes * `1` - PrimaryPlusDetachedGarage * `2` - PrimaryStructureOnly * `3` - AllStructuresOnParcel * `4` - CommercialComplex * `5` - Other
  - `ProductId` 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
  - `AdditionalEmails` string — Comma separated list of emails to be added as delivery recipients.
  - `ClaimNumber` string — Custom claim number field.
  - `ClaimInfo` string — Custom claim information field.
  - `PONumber` string — Custom purchase order number field.
  - `DateOfLoss` string, date-time — Date of loss.
  - `CatId` string — Custom catastrophe Id field.
  - `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" }

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

## 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)
