Messages sent back to the ALA user to indicate progress of an order.
To facilitate correct construction of messages, these messages will either contain an alaOrderInProgress message if the order is in progress, alaOrderFailed if the order has failed or cancelled and alaOrderCompleted if the order has completed.
One of:
The meta-data of the request. It includes information regarding the message UUID, transaction ID and the sent timestamp
The timestamp when the order status notification has been issued at
Example:"2012-01-20T18:30:43Z"
- Mock serverhttps://ala-api.docs.cityfibre.com/_mock/openapi/notifyOfOrderStatus
- Main (production) serverhttps://api-gw.cityfibre.com:41223/prod/api2/notifyOfOrderStatus
- CFStaging serverhttps://api-gw.cityfibre.com:41223/cfstaging/api2/notifyOfOrderStatus
- CFSit serverhttps://api-gw.cityfibre.com:41223/cfsit/api2/notifyOfOrderStatus
- In Progress
- Completed
- Failed
- Pending
- Pending with Project Reference field
- Pending (New install)
- Pending with Order Type
- Acknowledged
- Committed
- Committed - Pre-Order
- Committed - In progress
- Committed - WLTO (Working Line Take Over)
- Committed - Missed appointment
- Committed - Cabinet date slipped
- Committed - With remoteId
- Committed - Amendment accepted
- Committed - Amendment rejected
- Committed - Delayed
- Committed - Delayed Appointment Required
- Committed - Warning
- Committed - Cancellation ignored
- Committed - With case comments
- Rejected
- Rejected - Cannot provision
- Completed
- Completed - Late Provision
- Completed - Auxiliary Service Cancellation
- Cancelled
- Cancelled by seller
- Complex Order In Progress
- Complex Order Awaiting Build to Wall Appointment
- Complex Order Awaiting Standard Install Appointment
<notifyOfOrderStatus 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>
<buyer>
<buyerIdentifier>SPDEV1</buyerIdentifier>
</buyer>
<seller>
<sellerIdentifier>CITYFIBRE</sellerIdentifier>
</seller>
<orderReferences>
<buyerOrderReference>CST1234567</buyerOrderReference>
<sellerOrderReference>CFH123456543</sellerOrderReference>
</orderReferences>
<issuedAt>2012-01-20T18:30:43Z</issuedAt>
<sequenceNumber>0</sequenceNumber>
<alaOrderStatus>
<pending/>
</alaOrderStatus>
<alaOrderInProgress />
<notes>
<note>No Toby to property</note>
</notes>
</notifyOfOrderStatus>