ST | External Charges

Endpoint

GET
/msapi/pno/cpopoffer/pno/cpopoffer/v1/generic-entity/external-charges

External charges will be returned for specified filter action

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/external-charges?channel=string&category=string&model=string&productType=string&state=string&effectiveDate=string&fields=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
                    [
                      {
                        "id": "43d1d660-9d8e-4cb0-8005-e77d6b1a7d6e",
                        "field": [
                          {
                            "key": "NRF",
                            "value": [
                              {
                                "entry": [
                                  {
                                    "key": "chargeCode",
                                    "value": "NRFHUB"
                                  },
                                  {
                                    "key": "Model",
                                    "value": "CGW450-400"
                                  },
                                  {
                                    "key": "Amount",
                                    "value": "0"
                                  },
                                  {
                                    "key": "TaxInclEx",
                                    "value": "Excluded"
                                  },
                                  {
                                    "key": "customerCommunication",
                                    "value": "Y"
                                  },
                                  {
                                    "key": "pbiCode",
                                    "value": "RT000005.00"
                                  },
                                  {
                                    "key": "taxCode",
                                    "value": "EQP01"
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    ]