Skip to main content

CalculatorResponse

Cost calculation results for a given billing model.

currencystring

Currency code for the billing model

iguideTypeIGuideType (string)

Type of iGUIDE

Possible values: [``, premium, photos, radix, auto-draft, instant, instant-sketch, custom-drawing, flex]

modelNamestring

Billing model name

Possible values: [AUD, CAD, USD]

Example: AUD
results object[]

Breakdown of costs per task type

  • Array [
  • details object[]

    Itemized cost details

  • Array [
  • batchCostinteger
    batchesinteger
    totalinteger
    unitCostinteger
    unitsinteger
  • ]
  • taskTotalinteger

    Total cost for this task type

    taskTypeTaskType (string)

    Type of task

    Possible values: [draft, draft-convert, draft-premium, draft-premium-convert, radix-init, radix-update, photos-only, premium-upgrade, draft-error-correction, courtesy-update, draft-update, pano-update, floorplan-update, meas-diagrams, duplicate-iguide, produce-xactimate-esx, esx-init, esx-update, esx-error-correction, esx-courtesy-update, dwg-init, dwg-update, dwg-error-correction, dwg-courtesy-update, dwg-elevation, dwg-roof, dwg-plotted-pdf, rvt-init, rvt-upgrade, rvt-update, rvt-error-correction, rvt-courtesy-update, rvt-dwg-floor-plans, auto-draft-init, auto-draft-update, auto-draft-convert, instant-init, instant-update, instant-convert, instant-sketch-init, instant-sketch-update, instant-sketch-convert, custom-drawing-init, custom-drawing-update, flex-init, flex-update, flex-convert, update-addons, custom, cad2d-init, cad2d-update, cad2d-error-correction, cad2d-courtesy-update, cad2d-upgrade-from-dwg, cad3d-init, cad3d-update, cad3d-error-correction, cad3d-courtesy-update, cad3d-upgrade-from-dwg, cad3d-upgrade-from-rvt, cad3d-upgrade-from-cad2d, ads-pdf-reflected-ceiling, rcp-courtesy-update, corelogic-fml, siteplan, whitelabel]

  • ]
  • totalinteger

    Total cost

    unitsStandard (string)

    Square feet or Square meters

    Possible values: [imperial, metric]

    CalculatorResponse
    {
    "currency": "string",
    "iguideType": "",
    "modelName": "AUD",
    "results": [
    {
    "details": [
    {
    "batchCost": 0,
    "batches": 0,
    "total": 0,
    "unitCost": 0,
    "units": 0
    }
    ],
    "taskTotal": 0,
    "taskType": "draft"
    }
    ],
    "total": 0,
    "units": "imperial"
    }