OC | Sku Details

Endpoint

GET
/msapi/pno/cpopoffer/pno/cpopoffer/v1/generic-entity/skuDetails

skuDetails will be returned.

arrowSecurity

http

Enter the username and password here for authorization.
scheme:basic
arrowRequest

Query Parameters

        Header Parameters

            Body Parameters

            Responses

            OK.. Returns success response

            arrowBody

            application/json

            REQUEST

            1
            2
            3
            4
            5
            curl --request GET \
                 --url 'https://example.com/msapi/pno/cpopoffer/pno/cpopoffer/v1/generic-entity/skuDetails?channel=string&category=string&model=string' \
                 --header 'X-ATT-ClientId: string' \
                 --header 'accept: application/json' \
                 --header 'idpctx-appname: string'

            RESPONSE

            1
            2
            3
            4
            5
            6
            7
            8
            9
            10
            11
            12
            13
            14
            15
            16
            17
            18
            19
            20
            21
            22
            23
            24
            25
            26
            27
            28
            29
            30
            31
            32
            33
            34
            35
            36
            37
            38
            39
            40
            41
            42
            43
            44
            45
            46
            47
            48
            [
              {
                "id": "8b3e2e0e-fbf9-47c3-9e1b-6f4b8d9b67e8",
                "field": [
                  {
                    "key": "skuDetails",
                    "value": [
                      {
                        "entry": [
                          {
                            "key": "SKUWithPrefix",
                            "value": "RTL.250AB"
                          },
                          {
                            "key": "SKU",
                            "value": "250AB"
                          },
                          {
                            "key": "Manufacturer",
                            "value": "OPTECH-ARS"
                          },
                          {
                            "key": "Model",
                            "value": "BGW620-700"
                          },
                          {
                            "key": "LTEType",
                            "value": "B"
                          },
                          {
                            "key": "IMEIType",
                            "value": "LC"
                          },
                          {
                            "key": "RecoverableDisconnect",
                            "value": "RECOVERABLE"
                          },
                          {
                            "key": "Category",
                            "value": "Fiber_Hub"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            ]