![Axis 2N Indoor Touch 2.0 Api Manual Download Page 39](http://html1.mh-extra.com/html/axis/2n-indoor-touch-2-0/2n-indoor-touch-2-0_api-manual_3038317039.webp)
2N TELEKOMUNIKACE a.s., www.2n.cz
39/94
Response data:
{
"data"
: {
"autoCallPickup"
:
false
,
"autoCallPickupDelay"
:
0
,
"customRingtone"
:
false
,
"isEarlyMediaEnabled"
:
true
,
"ringtone"
: {
"name"
:
"Flutey Phone"
,
"uri"
:
"content://media
/internal/audio/media/175"
}
}
}
Section setting
URL:
{{ip_addr}}
https://
/api/v1/ hipmo/settings/call
HTTP method:
PUT
Response code:
Standard HTTP response code, treating syntactic errors.
Request body:
{
"ringtone"
: {
"uri"
:
"<string>"
,
"name"
:
"<string>"
},
"customRingtoneData"
:
"<string>"
,
"autoCallPickup"
:
"<boolean>"
,
"autoCallPickupDelay"
:
"<integer>"
,
"isEarlyMediaEnabled"
:
"<boolean>"
}