Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed an extra comma from JSON

...

View file
nameBBS Portal - Ext API Designv1Designv2.pptx
height250

Register BBS External OSS/BSS Listener

...

Code Block
languagejs
themeMidnight
titleServiceOrderItemStateChangeNotification
linenumberstrue
collapsetrue
{ 
  "eventType": "ServiceOrderItemStateChangeNotification",
  "eventDate": "2019-02-21T14:21:31.740Z",
  "eventId": "34556",
  "event": {"id":"5c77b3bafdddde03cf30cde6","href":"serviceOrder/5c77b3bafdddde03cf30cde6","externalId":"extid2","state":"acknowledged","orderDate":"2019-02-28T10:11:06.410Z","completionDateTime":"2019-01-24T22:52:32.789Z","orderItem":[{"orderMessage":[],"id":"A","action":"add","state":"acknowledged","percentProgress":"0","@type":null,"@schemaLocation":null,"@baseType":null,"orderItemRelationship":[],"service":{"id":null,"href":null,"name":null,"serviceState":null,"@type":null,"@schemaLocation":null,"serviceCharacteristic":null,"serviceRelationship":null,"relatedParty":null,"serviceSpecification":{"id":"1e3feeb0-8e36-46c6-862c-236d9c626439","href":null,"name":null,"version":null,"targetServiceSchema":null,"@type":null,"@schemaLocation":null,"@baseType":null}},"orderItemMessage":[]},{"orderMessage":[],"id":"B","action":"add","state":"acknowledged","percentProgress":"0","@type":null,"@schemaLocation":null,"@baseType":null,"orderItemRelationship":[{"type":"reliesOn","id":"A"}],"service":{"id":null,"href":null,"name":null,"serviceState":null,"@type":null,"@schemaLocation":null,"serviceCharacteristic":null,"serviceRelationship":null,"relatedParty":null,"serviceSpecification":{"id":"1e3feeb0-8e36-46c6-862c-236d9c626439","href":null,"name":null,"version":null,"targetServiceSchema":null,"@type":null,"@schemaLocation":null,"@baseType":null}},"orderItemMessage":[]}]}} 
}


Code Block
languagejs
themeMidnight
titleServiceOrderStateChangeNotification
linenumberstrue
collapsetrue
{ 
  "eventType": "ServiceOrderStateChangeNotification",
  "eventDate": "2019-02-21T14:21:31.740Z",
  "eventId": "34556",
  "event": {"id": "5af2e0914bf3d66721c09c3f",
                     "href": "serviceOrder/5af2e0914bf3d66721c09c3f",
                     "externalId": "BBS_BSS_TrackindId3584 ",
                     "state": "COMPLETED",
                     "orderDate": "2019-02-21T13:39:20.540Z"
                  }
}

...