Add and item to the cart
When testing, try to buy one of the following locations so that we you can get the order fully processed:
MEXICO_CITY_MX
MEXICALI_686_MX
SAO_PAULO_BR
SANTOS_BR
BELO_HORIZONTE_BR
CORRIENTES_3794_AR
Request Format
{
"item":
{
"item_type": "DID",
"phone_number": 14075556666,
"trunk_id": 33,
"did_type_handle":"STANDARD",
"_caller_location": {
"name":"John Smith",
"address":"123 Street Name",
"city":"Orlando",
"region":"FL",
"country": "US",
"postal_code":32819,
"unit_type":"UNIT",
"unit_number": 123
}
}
}
---------------------- OR ------------------------
{
"item":
{
"item_type": "DID",
"phone_number": 14075557777,
"trunk_id": 33,
"did_type_handle":"STANDARD",
"_caller_location": {
"name":"John Smith",
"address":"123 Street Name",
"city":"Orlando",
"region":"FL",
"country": "US",
"postal_code":32819,
"unit_type":"UNIT",
"unit_number": 123
}
}
}
----------------------- OR -----------------------
{
"item":
{
"item_type":"LOCATION",
"location_handle":"ORLANDO__580___OK",
"did_type_handle":"STANDARD",
"quantity":10,
"trunk_id": 123,
"attributes":"sms,fax"
}
}
------------------------ OR ----------------------
{
"item":
{
"item_type":"LOCATION",
"location_handle":"ORLANDO__580___OK",
"did_type_handle":"STANDARD",
"quantity":10,
"trunk_id": 123,
"attributes":"sms,fax",
"_caller_location": {
"name":"John Smith",
"address":"123 Street Name",
"city":"Orlando",
"region":"FL",
"country": "US",
"postal_code":32819,
"unit_type":"UNIT",
"unit_number": 123
}
}
}
------------------------ OR ----------------------
{
"item":
{
"item_type":"TRUNK",
"channels":10,
"trunk_handle":"WORLD_WIDE",
"sip_uri": "108.188.149.120",
"attributes":"sms,fax"
}
}
------------------------ OR ----------------------
{
"item":
{
"item_type":"TRUNK_CHANNELS",
"additional_channels":2,
"trunk_id": 123
}
}
Response Format
{
"item_id":"338",
"channels":10,
"sip_uri":"sip.example.com",
"item_type":"TRUNK"
}
------------------------ OR ----------------------
{
"item_id":"339",
"phone_number":"1234567890",
"_caller_location":{
"name":"Magic Telecom",
"address":"6314 Kingspointe Parkway",
"city":"Orlando",
"region":"FL",
"country":"US",
"postal_code":"32819",
"unit_type":"suite",
"unit_number":"6413"
},
"did_type_handle":"STANDARD",
"item_type":"DID"
}
------------------------ OR ----------------------
{
"item_id":"340",
"quantity":"2",
"trunk_id":"33",
"location_handle":"ORLANDO__580___OK",
"_caller_location":{
"name":"Magic Telecom",
"address":"6314 Kingspointe Parkway",
"city":"Orlando",
"region":"FL",
"country":"US",
"postal_code":"32819",
"unit_type":"suite",
"unit_number":"6413"
},
"did_type_handle":"STANDARD",
"item_type":"LOCATION"
}