curl -i -X POST \
https://prod.fibregateway.com/v1/quote \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Conversation-ID: string' \
-H 'X-Request-ID: string' \
-d '{
"externalIdentifier": "QUO-ETH-5001",
"quoteItems": [
{
"id": 1,
"supplier": "SUPPLIER2",
"sites": [
{
"name": "Strategic Imperative Offices",
"address": {
"id": "A00000031882",
"type": "NAD",
"additionalIdentifiers": [
{}
]
},
"postcode": "TW184LG",
"role": "A-END",
"siteCharacteristics": [
{
"name": "POINT_OF_INTERCONNECT",
"value": "1G1G"
}
]
},
{
"name": "Strategic Imperative Offices",
"address": {
"id": "A00000031882",
"type": "NAD",
"additionalIdentifiers": [
{}
]
},
"postcode": "TW184LG",
"role": "A-END",
"siteCharacteristics": [
{
"name": "POINT_OF_INTERCONNECT",
"value": "1G1G"
}
]
}
],
"contractDetails": {
"contractLength": {
"value": 36,
"unit": "MONTH"
},
"billingFrequency": "MONTHLY",
"priceAlteration": "string"
},
"service": [
{
"serviceSpecification": {
"id": "ftthl2r"
},
"serviceCharacteristic": [
{
"name": "POINT_OF_INTERCONNECT",
"value": "1G1G"
}
]
}
]
}
]
}'