Skip to content

Unsolicited Cease

Unsolicited Cease
Webhook

Request

Bodyapplication/xml
messageobject(message)required

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

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

orderReferencesobject(orderReferences)required

Reference for the order for this buyer

serviceIdentifierstring, <= 36 characters(serviceIdentifier)required

Unique Identifier for the service

Example:"S12345"
requestedDatestring, (date-time)(requestedDate)required

Point at which the change should be applied

Example:"2022-01-20T18:30:43Z"
cfh:newOrderTypestring(newOrderType)

Order type options:

  • Regrade - where the end customer is changing to a new product
  • Switch - 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"
notesstring, <= 2047 characters(note)
Example:"No Toby to property"
Payload
<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>

Responses

Acknowledgement of the message.

Bodyapplication/xml
unsolicitedCeaseResponsenull
Response
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <unsolicitedCeaseResponse xmlns="http://www.niccstandards.org.uk/ala_1.0.xsd" />
  </soap:Body>
</soap:Envelope>