Skip to content

Orders

An order can be accepted for any RFS_[1-4] property.

Create NewInstall Order

Request

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
Bodyapplication/xml
messageobject(message)required

The meta-data of the request. It includes information regarding the message UUID, transaction ID and the sent timestamp

orderReferencesobject(newOrderReferences)required

Reference for the order for this buyer

buyerobject(buyer)required

The Service Provider who consumes the service is the buyer

sellerobject(seller)required

the Active Network Operator who provides the service is the seller

alaNewInstallPPPoE (object) or L2DHCP (object)(alaNewInstall)required
One of:
<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

Responses

Order request doesn't have any informative response (except 400, 401, 403 errors like Amend & Cancel) so Order Response is empty by default. We use NotifyOfOrderStatus instead to provide all useful information about the Order.

Bodyapplication/xml
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>