Hi,
I am trying to create a new remote phone using .Net SDK and below is the JSON that is creating for my code to send to API.
{
"name":"testRemoteName",
"description":"",
"version":1,
"dateCreated":"2019-01-30T11:31:22.893Z",
"dateModified":"2019-01-30T11:31:22.893Z",
"modifiedBy":"","createdBy":"","modifiedByApp":"","createdByApp":"",
"site":{"id":"a48f3f72-28bd-4a55-949f-4552c23b17fb"},
"phoneBaseSettings":{"id":"d7a4483e-64a6-4459-88f1-b69affcd1d4e"},
"lines":[{"name":"line5",
"properties":{
"station_label":{"value":{"instance":"line5"}},
"station_remote_address":{"value":{"instance":"2222222222"}},
"station_lineLabel":{"value":{"instance":"line5"}},
"station_lineKeyPosition":{"value":{"instance":1}}},
"edgeGroup":{"id":"813dbc91-0dd5-40a2-8675-89589ff0ac72"},
"lineBaseSettings":{"id":"22670ebb-18f9-4e18-8f24-8e7377426654"}}],
"webRtcUser":{}}
New Phone is creating on the portal but remote address which is the phone number is not reflecting.
Kindly suggest.
#Telephony