Current Usage Report

Version 1.0.0
download iconDownload spec

Endpoint

POST
https://serverRoot/api/orderingMobility/v1/report/currentUsage

Current Billing Cycle Report of the Estimated Usage for a CTN (Customer Telephone Number).

arrowRequest

Header Parameters

            Body Parameters

            Responses

            arrowBody

            application/json

            REQUEST

            1
            2
            3
            4
            5
            6
            7
            8
            9
            10
            11
            12
            13
            14
            15
            curl --request POST \
                 --url https://serverroot/api/orderingMobility/v1/report/currentUsage \
                 --header 'Accept: string' \
                 --header 'Content-Length: integer' \
                 --header 'X-ATT-ClientId: string' \
                 --header 'X-ATT-ConversationId: string' \
                 --header 'X-ATT-MessageId: string' \
                 --header 'content-type: application/json' \
                 --data '
            {
              "currentUsageReportRequest": {
                "ctn": "5555055525"
              }
            }
            '

            RESPONSE

            1
            2
            3
            4
            5
            6
            7
            {
              "currentUsageReportResponse": {
                "fileContent": "VGhpcyBpcyB0aGUgcmVwb3J0IG91dHB1dC4=",
                "fileName": "1234567890_Mangov6_2024-05-04-18-37-59_currentUsage",
                "fileExtension": "csv"
              }
            }