Billing Enrichment (AIAB)

Version v1
download iconDownload spec

Endpoint

POST
https://order-enrichment-eapi.gw.cloud.att.com/api/v1/order-enrichment/billing

The purpose of this endpoint is to add information about new billing account for AIAB product.

arrowRequest

Header Parameters

            Body Parameters

            Responses

            Success

            arrowBody

            application/json
              • [
                {
              • }
                ]

            REQUEST

            1
            2
            3
            4
            5
            6
            7
            8
            9
            10
            11
            12
            13
            14
            15
            curl --request POST \
                 --url https://order-enrichment-eapi.gw.cloud.att.com/api/v1/order-enrichment/billing \
                 --header 'accept: application/json' \
                 --header 'content-type: application/json' \
                 --data '
            {
              "billingAccountName": "Test Existing Billing Account",
              "contractId": "MSPS00049851SF",
              "soc": "F3",
              "billGroup": "001",
              "mcn": "TW8157",
              "subAccountId": "X014TZQM",
              "subOrderId": "801ZZQ000100LQLb"
            }
            '

            RESPONSE

            1
            2
            3
            4
            5
            6
            [
              {
                "BillingAccountName": "string",
                "BillingAccountInvoiceNumber": "string"
              }
            ]