POST api/User/AddLineToAOConnect

Request Information

URI Parameters

None.

Body Parameters

DialerAoconnectProfileDTO
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

TwilioNumberIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "TwilioNumberIds": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true