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" } ] } '
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" } ] }