Care Account

Version 1.0.0
download iconDownload spec

Endpoint

POST
https://serverRoot/api/orderingMobility/v1/careAccount

Request Account Details for a CTN, including Device IMEI Number, SIM Card ID, and Rate Plan information.

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
            16
            curl --request POST \
                 --url https://serverroot/api/orderingMobility/v1/careAccount \
                 --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 '
            {
              "careAccountRequest": {
                "accountGroupId": "73001012763",
                "ctn": "1234567890"
              }
            }
            '

            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
            49
            50
            51
            52
            53
            54
            55
            56
            57
            58
            59
            60
            61
            62
            63
            64
            65
            66
            67
            68
            69
            70
            71
            72
            73
            74
            75
            76
            77
            78
            79
            80
            81
            82
            83
            84
            85
            86
            87
            88
            89
            90
            91
            {
              "careAccountResponse": {
                "payloadId": "1234567820240502174342_PayLId",
                "request": {
                  "id": "al16722109971",
                  "submitter": "PartnerABC",
                  "type": "AccountInfo"
                },
                "foundationAccountName": "PartnerBCD1FAN",
                "foundationAccountNumber": "05571312",
                "billingAccountName": "string",
                "billingAccountNumber": "123456789012",
                "billingContact": {
                  "name": "Alex Bell",
                  "attentionTo": "\"Alex Bell\" or \"Billing Dept.\"",
                  "addressLine": "109 Court Street",
                  "city": "Boston",
                  "state": "MA",
                  "zipCode": "02114",
                  "phoneNumber": "1234567890",
                  "email": "agbell@att.com"
                },
                "wirelessUserName": "Alexander Bell",
                "wirelessUserNumber": "1234567890",
                "discount": "25.0",
                "contractStartDate": "2022-10-18T20:00:00.000-04:00",
                "contractEndDate": "2024-10-18T20:00:00.000-04:00",
                "suspendedDate": "2024-04-14T20:00:00.000-04:00",
                "cancelledDate": "2024-05-28T20:00:00.000-04:00",
                "accessOptions": [
                  {
                    "isDefault": "true",
                    "name": "ENHANCEDPHONE",
                    "price": "0.0",
                    "type": "STATIC"
                  }
                ],
                "device": {
                  "make": "APPLE",
                  "model": "iPho14A2649",
                  "imei": "356649016385465",
                  "iccid": "89021807441117437737",
                  "skuid": "sku12058500003",
                  "mpn": "6798D"
                },
                "feature": [
                  {
                    "name": "MSECCALLPROTECTCRU",
                    "price": "0.0",
                    "skuid": "sku11860300009",
                    "soc": "SMARTBCRU",
                    "effectiveDate": "2024-05-05T13:27:05.000Z",
                    "expirationDate": "2025-05-05T13:27:21.678Z"
                  }
                ],
                "ratePlan": {
                  "name": "Mobile Select Unlimited for Apple Wearables",
                  "price": "25.0",
                  "skuid": "sku11916100003",
                  "soc": "MSULWEARA",
                  "effectiveDate": "2024-05-05T18:04:59.821Z",
                  "expirationDate": "2025-05-05T18:05:10.467Z",
                  "includedFeature": [
                    "CAN UNLTD CALLING"
                  ]
                },
                "enterpriseInstallmentPlan": {
                  "id": "280110078026622",
                  "agreementDate": "2024-05-04T00:00:00.000-05:00",
                  "totalTerm": "36",
                  "monthlyInstallment": "22.23",
                  "installmentPlanTotal": "799.99",
                  "paidToDate": "0.0",
                  "pendingInstallments": "755.53",
                  "earlyPayOffAmount": "799.99"
                },
                "subscriberPPUaddress": {
                  "addressLine1": "123 Main St",
                  "addressLine2": "Suite 400",
                  "city": "Dallas",
                  "state": "TX",
                  "zipCode": "75201"
                },
                "udl": [
                  {
                    "type": "User Name",
                    "value": "Laura Madison"
                  }
                ]
              }
            }