Get contract inventory details

Version v0
download iconDownload spec

Endpoint

POST
https://coms.dev.att.com/contract-inventory/contract-details

Response ok or error message

arrowRequest

Body Parameters

Responses

successful operation

arrowBody

application/json

REQUEST

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
curl --request POST \
     --url https://coms.dev.att.com/contract-inventory/contract-details \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "contractNumber": "string",
  "ratePlanID": "string",
  "requestType": "string",
  "requestValue": "string",
  "contractFiltersList": [
    {
      "filterName": "string",
      "filterValue": "string"
    }
  ]
}
'

RESPONSE

1
2
3
4
5
6
7
8
9
10
11
12
{
  "contractNumber": "string",
  "ratePlanID": "string",
  "requestType": "string",
  "requestValue": "string",
  "contractFiltersList": [
    {
      "filterName": "string",
      "filterValue": "string"
    }
  ]
}