Resend OTA Profile

Version 4.0.0
download iconDownload spec

Endpoint

POST
undefined/service/{id}/resendOTAProfile

This operation creates a ResendOTAP entity. (TMF 640)

arrowSecurity

oauth2

Get a JWT Token from AT&T's Azure AD
authorizationCode:
scopes:
tokenUrl:https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxxx/oauth2/v2.0/token
authorizationUrl:https://login.microsoftonline.com/xxxxxxxxxxxxxxxx/oauth2/v2.0/token
arrowRequest

Query Parameters

    Body Parameters

    Responses

    Created

    arrowBody

    application/json

    REQUEST

    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
    curl --request POST \
         --url 'https://example.com/service/id/resendOTAProfile?@type=string' \
         --header 'accept: application/json' \
         --header 'content-type: application/json' \
         --data '
    [
      {
        "sim": [
          {
            "sim": "string",
            "imsi": "string",
            "overrideParkSimIndicator": "string"
          }
        ],
        "mode": "FULL",
        "@type": "string",
        "@basetype": "string",
        "marketInfo": [
          {
            "id": "string",
            "href": "string",
            "name": "string",
            "role": "string",
            "@type": "LogicalResourceSpecification",
            "@basetype": "ResourceSpecification",
            "@referredType": "string",
            "@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
            "billingMarket": "string",
            "billingSubMarket": "string",
            "billingSystemId": "string",
            "localMarket": "string",
            "serviceZipCode": "string",
            "serviceArea": "string"
          }
        ],
        "@schemaLocation": "string",
        "wirelessLoopIndicator": false
      }
    ]
    '

    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
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    {
      "id": "string",
      "sim": {
        "id": "string",
        "sim": "string",
        "href": "string",
        "name": "string",
        "imsi": "string",
        "@type": "LogicalResourceSpecification",
        "@basetype": "ResourceSpecification",
        "@referredType": "string",
        "@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
        "overrideParkSimIndicator": "string"
      },
      "href": "string",
      "mode": "FULL",
      "state": "done",
      "@type": "string",
      "response": {
        "code": "string",
        "reason": "string",
        "status": "string",
        "message": "string"
      },
      "@basetype": "string",
      "serviceRef": {
        "id": "string",
        "href": "string",
        "name": "string",
        "@type": "LogicalResourceSpecification",
        "@basetype": "ResourceSpecification",
        "@referredType": "string",
        "@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json"
      },
      "operationId": "string",
      "billingMarket": {
        "id": "string",
        "href": "string",
        "code": "string",
        "name": "string",
        "place": [
          {
            "id": "string",
            "href": "string",
            "name": "string",
            "@basetype": "string",
            "@schemaLocation": "string",
            "@type": "string",
            "@referredType": "string"
          }
        ],
        "@type": "string",
        "status": "string",
        "calendar": [
          {
            "day": "string",
            "status": "string",
            "timeZone": "string",
            "hourPeriod": [
              {
                "endHour": "string",
                "startHour": "string",
                "@basetype": "string",
                "@schemaLocation": "string",
                "@type": "string"
              }
            ],
            "@basetype": "string",
            "@schemaLocation": "string",
            "@type": "string"
          }
        ],
        "@basetype": "string",
        "description": "string",
        "localMarket": "string",
        "relatedParty": [
          {
            "id": "string",
            "href": "string",
            "name": "string",
            "role": "string",
            "@basetype": "ResourceSpecification",
            "@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
            "@type": "LogicalResourceSpecification",
            "@referredType": "string"
          }
        ],
        "billingMarket": "string",
        "@schemaLocation": "string",
        "siteRelationship": [
          {
            "id": "string",
            "href": "string",
            "relationshipType": "string",
            "role": "string",
            "validFor": {
              "endDateTime": "1985-04-12T23:20:50.52Z",
              "startDateTime": "1985-04-12T23:20:50.52Z",
              "@basetype": "string",
              "@schemaLocation": "string",
              "@type": "string"
            },
            "@basetype": "string",
            "@schemaLocation": "string",
            "@type": "string"
          }
        ],
        "billingSubMarket": "string"
      },
      "@schemaLocation": "string",
      "wirelessLoopIndicator": true
    }