Terms request body
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" } '
1 2 3 4 5 6 7 8 9 10 11 12 13
{ "agreements": [ { "name": "string", "extensions": [ { "name": "string", "value": "string" } ] } ] }