Place an order for a new service
The ALA Provider will respond with an orderResponse to signify that the request has been accepted for processing. Subsequent updates about the order will be provided via NotifyOfOrderStatus
Security
Certificate
The meta-data of the request. It includes information regarding the message UUID, transaction ID and the sent timestamp
- Mock serverhttps://ala-api.docs.cityfibre.com/_mock/openapi/order
- Main (production) serverhttps://api-gw.cityfibre.com:41223/prod/api2/order
- CFStaging serverhttps://api-gw.cityfibre.com:41223/cfstaging/api2/order
- CFSit serverhttps://api-gw.cityfibre.com:41223/cfsit/api2/order
- PPPoE
- L2DHCP
- Order Request for New Install PPPoE
- Order Request for New Install L2DHCP
- Order Request for New Install L2DHCP with ENNI Specified
- Order Request for New Install PPPoE with ENNI specified
- Order Request for WLTO (Working Line Take Over)
- Order Request for Regrade
- Order Request for Switch
- Order Request for Reseller
- Order Request with Project Reference
- Order Request with Auxiliary Services
- Order Request with Order Type
- Order Request with Requested Date
- Order Request with Telecare
- Order Request for Vulnerable Customer
<orderRequest xmlns="http://www.niccstandards.org.uk/ala_1.0.xsd" xmlns:cfh="http://www.cityfibre.com/ala/ext1">
<message>
<messageId>b68b2cf4-475e-11e1-a92e-fb2ff6467c99</messageId>
<correlationId>bac72cfa-475e-11e1-a92e-fb2ff6467c99</correlationId>
<sentAt>2012-01-20T18:30:43Z</sentAt>
</message>
<orderReferences>
<buyerOrderReference>CST1234567</buyerOrderReference>
</orderReferences>
<buyer>
<buyerIdentifier>SPDEV1</buyerIdentifier>
</buyer>
<seller>
<sellerIdentifier>CITYFIBRE</sellerIdentifier>
</seller>
<alaNewInstall>
<cfh:ispMigration>false</cfh:ispMigration>
<location>
<addressKey>200004753612</addressKey>
</location>
<site>
<accessRestrictions>Access-related issue</accessRestrictions>
<hazards>Hazard-related issue</hazards>
<onSiteContactDetails>
<primaryContact>
<name>bob bob</name>
<email>bob@bob.com</email>
<telephoneNumber>+12345678987654</telephoneNumb…Response
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<orderResponse xmlns="http://www.niccstandards.org.uk/ala_1.0.xsd" xmlns:cfh="http://www.cityfibre.com/ala/ext1"/>
</soap:Body>
</soap:Envelope>