Quotes
Authorizations
PRIVATE-TOKENstringRequired
Body
firstNamestring · min: 2 · max: 64Required
Customer's first name
lastNamestring · min: 2 · max: 128Required
Customer's last name
companyNamestring · max: 120Optional
Customer's company name (optional)
emailstring · max: 128Required
Customer's email address
phonestring · min: 5 · max: 15Required
Customer's phone number
rackstringRequired
Rack space volume of interest
locationstringRequired
Location of interest
remarksstringRequired
Quote remarks (the actual question and additional details)
Responses
204
No Content
No content
403
Invalid credentials
422
Unprocessable Entity
500
Internal Server Error
application/json
post/v3/colocation/quote
POST /v3/colocation/quote HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 138
{
"firstName": "text",
"lastName": "text",
"companyName": "text",
"email": "text",
"phone": "text",
"rack": "text",
"location": "text",
"remarks": "text"
}No content
Last updated
Was this helpful?