Skip to main content

Generate pricing estimate

POST 

/pricing/estimate

Return an estimate and breakdown of the cost of a configuration

Request

Body

    customer_name stringrequired

    The customer's name

    resources

    object[]

    required

  • Array [

  • resource string
    quantity integer
  • ]

  • customer_type CustomerTypeEnum (string)required

    Possible values: [consumer, business]

    currency

    object

    required

    All 'currency[]' params are mutually exclusive, only one can be provided.

    id string
    iso_code string

    country

    object

    required

    All 'country[]' params are mutually exclusive, only one can be provided.

    id string
    iso_code2 string
    iso_code3 string

Responses

Return an estimate and breakdown of the cost of a configuration

Schema

    estimate

    object

    required

    resources

    object[]

  • Array [

  • resource string
    description string
    quantity integer
    per_month float
    per_month_inc_tax float
    per_month_each float
    per_hour float
    per_hour_inc_tax float
    per_hour_each float

    package

    object

    nullable

    id string
    name string
    permalink string
    cpu_cores integer
    ipv4_addresses integer
    memory_in_gb integer
    storage_in_gb integer
    monthly_bandwidth_allowance_in_gb integernullable
    privacy PrivacyTypesEnum (string)

    Possible values: [public, private]

    icon

    object

    nullable

    url string
    file_name string
    file_type string
    file_size integer
    digest string
    token string
    use_dedicated_cpus boolean

    group

    object

    id string
    name string
  • ]

  • per_month float
    per_month_inc_tax float
    per_hour float
    per_hour_inc_tax float

    currency

    object

    id string
    name string
    iso_code string
    symbol string
    tax_rate float
    pdf_url string
Loading...