latestOpenAPI 3.0.12026-08-23113673.3 KB

acb20cfa91b9

EagleView

Create the eagle view 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.

post/v1/eagleview/order

Request body

accountIdstring required

The account id

emailstring required

The user email

projectNamestring

The project name

beaconPricenumber

The price

PromoCodestring

Promotional code for report discount.

PlaceOrderUserstring

Email address of account to place orders on. Only required if not the authenticated user.

uuidstring uuid

The UUID.

Response

successful operation

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

Example

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

mincronOrderIdstring
orderIdinteger
reportIdsinteger[]