Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Available from R15.0.0

...

Name

Type

Description

token

String

The token retrieved from the login method

installed_item_identifier

(mandatory)

Identifier  

The identifier of the installed item that should be updated. The allowed installed item identifier fields are the following:

Include Page
V4:installed_item_identifier
V4:installed_item_identifier

fields_set

(optional)

List of Strings, comma separated 

A list of fields that should be included in the results. If not specified then all the available fields will be returned

...

Expand
titleExample 1

HTTP Method: POST

 

Request:

Body:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
"token":"{{token}}",
"installed_item_identifier":{"id":"6F602EFED8D544CABCA4E4C7426BE4D8"}
}


Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
    "data": {
        "product": {
            "code": "Bundle",
            "product_type": {
                "meter_reading_type": null,
                "service_type": null,
                "used_for_provisioning": false,
                "alternative_code": "B",
                "udr_type": null,
                "composition_method": "FIXEDBUNDLE",
                "name": "Bundle",
                "description": null,
                "id": "EE0AA3102B414622A57926EDD0D624FF",
                "classification": "PHYSICALGOODS",
                "physical_good_type": "TRACEABLE"
            },
            "alternative_code": "B_1",
            "description": "fsdfasdfdsa",
            "id": "B0E1A5E3896246139A5756DB672960C5",
            "priority_level": null
        },
        "alternative_code": "SM2200231567814",
        "serial_number": "SM2200231567814",
        "id": "6F602EFED8D544CABCA4E4C7426BE4D8",
        "state": "EFFECTIVE",
        "state_classification": null
    },
    "status": {
        "code": "OK",
        "description": "",
        "message": ""
    }
}