Uploaded image for project: 'External API Framework'
  1. External API Framework
  2. EXTAPI-60

id instead of name in serviceOrder postman collection sample

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Beijing Release
    • Beijing Release
    • None
    • None

      The ONAPBeijingServiceOrderDoc.postman_collection.json collection needs to be updated to contain name instead of id :

       

      "orderItem": [
      {
      "id": "1",
      "action": "add",
      "service": {
      "id": "vFW0001",

      should be replaced with :

      "orderItem": [
      {
      "id": "1",
      "action": "add",
      "service": {
      "name": "vFW0001",

            romaingimbert romaingimbert
            chiarelloa chiarelloa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: