Contract Status AIAB

Version v1
download iconDownload spec

Endpoint

GET
https://att-contract-eapi.gw.cloud.att.com/api/v1/contract

To retrieve a contract for the submitted order.

arrowRequest

Query Parameters

    Header Parameters

              Body Parameters

              Responses

              arrowBody

              application/json

              REQUEST

              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              curl --request GET \
                   --url 'https://att-contract-eapi.gw.cloud.att.com/api/v1/contract?quoteId=string' \
                   --header 'accept: application/json' \
                   --header 'client_id: string' \
                   --header 'client_secret: string' \
                   --header 'content-type: application/json' \
                   --header 'source: string' \
                   --header 'x-trace-id: string' \
                   --header 'x-transaction-id: string' \
                   --data '{"quoteId":"string"}'

              RESPONSE

              1
              2
              3
              4
              {
                "status": "string",
                "validity": "string"
              }