Retreive terms

Version 1.0.0
download iconDownload spec

Endpoint

POST
https://partner-omni-apis.att.com/omni-svcs/v1/terms

Retrieve terms

arrowRequest

Terms request body

Body Parameters

Responses

Authentication success

arrowBody

application/json

    REQUEST

    1
    2
    3
    4
    5
    6
    7
    8
    9
    curl --request POST \
         --url https://partner-omni-apis.att.com/omni-svcs/v1/terms \
         --header 'accept: application/json' \
         --header 'content-type: application/json' \
         --data '
    {
      "orderId": "10-689838051878453"
    }
    '

    RESPONSE

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      "agreements": [
        {
          "name": "string",
          "extensions": [
            {
              "name": "string",
              "value": "string"
            }
          ]
        }
      ]
    }