The meta-data of the request. It includes information regarding the message UUID, transaction ID and the sent timestamp
Unique Identifier for the service
Example:"S12345"
Point at which the change should be applied
Example:"2022-01-20T18:30:43Z"
Order type options:
Regrade- where the end customer is changing to a new productSwitch- where the end customer is changing to a new internet provider (Buyer)WLTO- where the end customer is moving to a new location
Enum:"Regrade""Switch""WLTO"
- Mock serverhttps://ala-api.docs.cityfibre.com/_mock/openapi/unsolicitedCeaseRequest
- Main (production) serverhttps://api-gw.cityfibre.com:41223/prod/api2/unsolicitedCeaseRequest
- CFStaging serverhttps://api-gw.cityfibre.com:41223/cfstaging/api2/unsolicitedCeaseRequest
- CFSit serverhttps://api-gw.cityfibre.com:41223/cfsit/api2/unsolicitedCeaseRequest
- Unsolicited Cease Request
- Unsolicited Cease Request with Order Type
<unsolicitedCeaseRequest xmlns="http://www.niccstandards.org.uk/ala_1.0.xsd">
<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>
<sellerOrderReference>CFH123456543</sellerOrderReference>
</orderReferences>
<serviceIdentifier>SI2345432345345</serviceIdentifier>
<requestedDate>2012-01-20T18:30:43Z</requestedDate>
<notes></notes>
</unsolicitedCeaseRequest>