curl -i -X POST \
https://prod.fibregateway.com/v1/ethernet/service-orders \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Conversation-ID: string' \
-H 'X-Request-ID: string' \
-d '{
"supplier": "SUPPLIER2",
"supplierQuoteId": "SUPP2-QUO-ETH-5001",
"siteInformation": [
{
"name": "Strategic Imperative Offices",
"address": {
"id": "A00000031882",
"type": "NAD",
"additionalIdentifiers": [
{
"id": "A00000031882",
"type": "NAD"
}
]
},
"postcode": "TW184LG",
"role": "A-END",
"siteCharacteristics": [
{
"name": "POINT_OF_INTERCONNECT",
"value": "1G1G"
}
],
"wayleave": {
"wayleaveOwner": true,
"wayleaveCharacteristics": [
{
"name": "POINT_OF_INTERCONNECT",
"value": "1G1G"
}
],
"wayleaveContact": {
"name": "John Smith",
"email": "john@smith.com",
"phoneNumber": "01234 567890"
}
},
"primaryContact": {
"name": "John Smith",
"email": "john@smith.com",
"phoneNumber": "01234 567890"
},
"secondaryContact": {
"name": "John Smith",
"email": "john@smith.com",
"phoneNumber": "01234 567890"
},
"hazards": "Hazardous materials stored on site",
"onSiteRestrictions": "Restricted access",
"notes": "Lorem ipsum dolor sit amet..."
},
{
"name": "Strategic Imperative Offices",
"address": {
"id": "A00000031882",
"type": "NAD",
"additionalIdentifiers": [
{
"id": "A00000031882",
"type": "NAD"
}
]
},
"postcode": "TW184LG",
"role": "A-END",
"siteCharacteristics": [
{
"name": "POINT_OF_INTERCONNECT",
"value": "1G1G"
}
],
"wayleave": {
"wayleaveOwner": true,
"wayleaveCharacteristics": [
{
"name": "POINT_OF_INTERCONNECT",
"value": "1G1G"
}
],
"wayleaveContact": {
"name": "John Smith",
"email": "john@smith.com",
"phoneNumber": "01234 567890"
}
},
"primaryContact": {
"name": "John Smith",
"email": "john@smith.com",
"phoneNumber": "01234 567890"
},
"secondaryContact": {
"name": "John Smith",
"email": "john@smith.com",
"phoneNumber": "01234 567890"
},
"hazards": "Hazardous materials stored on site",
"onSiteRestrictions": "Restricted access",
"notes": "Lorem ipsum dolor sit amet..."
}
],
"ethernetOrderItems": [
{
"service": {
"serviceSpecification": {
"id": "ftthl2r"
},
"serviceCharacteristic": [
{
"name": "POINT_OF_INTERCONNECT",
"value": "1G1G"
}
]
},
"contractDetails": {
"contractLength": {
"value": 36,
"unit": "MONTH"
},
"billingFrequency": "MONTHLY",
"priceAlteration": "string"
},
"requestedCompletionDate": "2022-01-10",
"technicalContact": {
"name": "John Smith",
"email": "john@smith.com",
"phoneNumber": "01234 567890"
}
}
]
}'