Quote APIs (2.0)
Download OpenAPI specification:Download
Quote API allow users to retrieve detailed information about their Equinix quote. Users can use this API to get line level product and service pricing. In additional, users can also obtain important information such as quote expiry date and terms of use. Note that only quotes from the past 12 months will be returned.
Retrieve a quote
This method retrieves a specific quote by its ID for a user with appropriate viewing permission.
Authorizations:
path Parameters
quoteId required | string [ 1 .. 100 ] Identifier of the quote |
query Parameters
ibxs | Array of strings Example: ibxs=SG1 List of IBXs to be filtered |
Responses
Response Schema: application/json
quoteId | string Equinix quote ID. | ||||||||||||||||||||||||||||||||||
accountName | string Customer account name | ||||||||||||||||||||||||||||||||||
accountNumber | string Customer account number | ||||||||||||||||||||||||||||||||||
quoteRequestType | string Enum: "NEW" "AMENDMENT" "PAPERWORK" "REPLACEMENT_RENEWAL" "TERMINATION" "MIGRATION" The request type of the quote | ||||||||||||||||||||||||||||||||||
Array of objects (Contacts) The related party(ies) that are associated to the quote. | |||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||
status | string Enum: "SUBMITTED" "APPROVED" The current status of the quote | ||||||||||||||||||||||||||||||||||
createdDateTime | string <date-time> The quote created date and time in UTC timezone. | ||||||||||||||||||||||||||||||||||
updatedDateTime | string <date-time> The quote updated date and time in UTC timezone. | ||||||||||||||||||||||||||||||||||
expirationDateTime | string <date-time> The quote expiration date and time in UTC timezone. Quote will be invalid when | ||||||||||||||||||||||||||||||||||
channel | string Enum: "PORTAL" "OFFLINE" The channel which quote was being requested. | ||||||||||||||||||||||||||||||||||
subChannel | string Value: "QUOTE" The sub-channel which quote was being requested. | ||||||||||||||||||||||||||||||||||
customerReferenceId | string Customer Reference Number / External Reference Number | ||||||||||||||||||||||||||||||||||
agreementNumber | string Quote agreement number | ||||||||||||||||||||||||||||||||||
currencyCode | string Enum: "AED" "AFN" "ALL" "AMD" "ANG" "AOA" "ARS" "AUD" "AWG" "AZN" "BAM" "BBD" "BDT" "BGN" "BHD" "BIF" "BMD" "BND" "BOB" "BOV" "BRL" "BSD" "BTN" "BWP" "BYN" "BZD" "CAD" "CDF" "CHE" "CHF" "CHW" "CLF" "CLP" "CNY" "COP" "COU" "CRC" "CUC" "CUP" "CVE" "CZK" "DJF" "DKK" "DOP" "DZD" "EGP" "ERN" "ETB" "EUR" "FJD" "FKP" "GBP" "GEL" "GHS" "GIP" "GMD" "GNF" "GTQ" "GYD" "HKD" "HNL" "HRK" "HTG" "HUF" "IDR" "ILS" "INR" "IQD" "IRR" "ISK" "JMD" "JOD" "JPY" "KES" "KGS" "KHR" "KMF" "KPW" "KRW" "KWD" "KYD" "KZT" "LAK" "LBP" "LKR" "LRD" "LSL" "LYD" "MAD" "MDL" "MGA" "MKD" "MMK" "MNT" "MOP" "MRU" "MUR" "MVR" "MWK" "MXN" "MXV" "MYR" "MZN" "NAD" "NGN" "NIO" "NOK" "NPR" "NZD" "OMR" "PAB" "PEN" "PGK" "PHP" "PKR" "PLN" "PYG" "QAR" "RON" "RSD" "RUB" "RWF" "SAR" "SBD" "SCR" "SDG" "SEK" "SGD" "SHP" "SLL" "SOS" "SRD" "SSP" "STN" "SVC" "SYP" "SZL" "THB" "TJS" "TMT" "TND" "TOP" "TRY" "TTD" "TWD" "TZS" "UAH" "UGX" "USD" "USN" "UYI" "UYU" "UYW" "UZS" "VES" "VND" "VUV" "WST" "XAF" "XAG" "XAU" "XBA" "XBB" "XBC" "XBD" "XCD" "XDR" "XOF" "XPD" "XPF" "XPT" "XSU" "XTS" "XUA" "XXX" "YER" "ZAR" "ZMW" "ZWL" The quote currency code in ISO-4217 format | ||||||||||||||||||||||||||||||||||
Array of objects (termsOfUse_Details) Terms and conditions of quote such as initial term, renewal period and non-renewal notice. | |||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||
Array of objects (Pricing Details) Pricing details of grand total price | |||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||
versionNumber | string Version number will be updated when quote is revised | ||||||||||||||||||||||||||||||||||
Array of objects (quote_details) Quote details of line items | |||||||||||||||||||||||||||||||||||
Array
|
Response samples
- 200
- 403
- 500
{- "quoteId": "1-100000000009",
- "accountName": "Company Name LLC",
- "accountNumber": "1000001",
- "quoteRequestType": "NEW",
- "contacts": [
- {
- "firstName": "John",
- "lastName": "Doe",
- "details": [
- {
- "value": "johndoe@acme.com",
- "type": "EMAIL"
}
], - "type": "QUOTATION"
}
], - "status": "APPROVED",
- "createdDateTime": "2020-11-12T19:07:21.000Z",
- "updatedDateTime": "2020-11-12T20:03:15.000Z",
- "expirationDateTime": "2021-02-10T00:00:00.000Z",
- "channel": "OFFLINE",
- "subChannel": "QUOTE",
- "currencyCode": "USD",
- "termsOfUse": [
- {
- "value": "36",
- "type": "INITIAL_TERM",
- "period": "MONTHS"
}, - {
- "value": "12.0",
- "type": "RENEWAL_TERM",
- "period": "MONTHS"
}, - {
- "value": "90.0",
- "type": "NON_RENEWAL_NOTICE",
- "period": "DAYS"
}
], - "totalPricing": [
- {
- "value": "0.0",
- "type": "MONTHLY_CHARGE",
- "valueType": "ABSOLUTE"
}, - {
- "value": "0.0",
- "type": "ONE_TIME_CHARGE",
- "valueType": "ABSOLUTE"
}, - {
- "value": "0.0",
- "type": "MONTHLY_DISCOUNT",
- "valueType": "ABSOLUTE"
}, - {
- "value": "0.0",
- "type": "ONE_TIME_DISCOUNT",
- "valueType": "ABSOLUTE"
}
], - "versionNumber": "1",
- "details": [
- {
- "lineId": "1-1ABC0DEV",
- "parentLineId": null,
- "rootLineId": "1-1ABC0DEV",
- "ibx": "NY4",
- "productDescription": "Not Applicable",
- "cage": null,
- "productCode": "SPC00006.PROD",
- "productName": "Secure Cabinet With kVA Based Power",
- "assetizable": true,
- "lineItemModified": true,
- "quantity": "1",
- "unitPricing": [
- {
- "value": "0.0",
- "type": "NET_MONTHLY_CHARGE",
- "valueType": "ABSOLUTE"
}
], - "requestType": "NO_CHANGE",
- "totalPricing": [
- {
- "value": "0.0",
- "type": "NET_MONTHLY_CHARGE",
- "valueType": "ABSOLUTE"
}, - {
- "value": "0.0",
- "type": "MONTHLY_CHARGE",
- "valueType": "ABSOLUTE"
}, - {
- "value": "0.0",
- "type": "ONE_TIME_CHARGE",
- "valueType": "ABSOLUTE"
}
]
}, - {
- "lineId": "1-2LCT0QQL",
- "parentLineId": "1-1ABC0DEV",
- "rootLineId": "1-1ABC0DEV",
- "ibx": "NY4",
- "productDescription": "AC Power ( 30 kVA )",
- "cage": null,
- "productCode": "POW00001.ELEM",
- "productName": "AC Power ( 30 kVA )",
- "assetizable": true,
- "lineItemModified": true,
- "quantity": "1",
- "unitPricing": [
- {
- "value": "0.0",
- "type": "NET_MONTHLY_CHARGE",
- "valueType": "ABSOLUTE"
}
], - "requestType": "NO_CHANGE",
- "totalPricing": [
- {
- "value": "0.0",
- "type": "NET_MONTHLY_CHARGE",
- "valueType": "ABSOLUTE"
}
]
}, - {
- "lineId": "1-2LCT0QQK",
- "parentLineId": "1-1ABC0DEV",
- "rootLineId": "1-1ABC0DEV",
- "ibx": "NY4",
- "productDescription": "Draw Cap Overage Charge",
- "cage": null,
- "productCode": "POW00020.ELEM",
- "productName": "Draw Cap Overage Charge",
- "assetizable": true,
- "lineItemModified": true,
- "quantity": "1",
- "unitPricing": [
- {
- "value": "0.0",
- "type": "NET_ONE_TIME_CHARGE",
- "valueType": "ABSOLUTE"
}
], - "requestType": "NO_CHANGE",
- "totalPricing": [
- {
- "value": "0.0",
- "type": "NET_ONE_TIME_CHARGE",
- "valueType": "ABSOLUTE"
}
]
}
]
}