PATCH v1/Surveys/{surveyId}/DialMode

User roles allowed to make this request: DomainAdministrator PowerUser RegularUser LimitedUser

Permissions required to make this request: DialMode.Write DialMode.Read Survey.Read

Has survey type usage restrictions cati

Update the dial mode for the survey

Request Information

URI Parameters

NameDescriptionTypeAdditional information
surveyId

id of the survey

string

Required

Body Parameters

the new dial mode

DialModeModel
NameDescriptionTypeAdditional information
DialMode

the dialmode

DialMode

None.

Request Formats

application/json, text/json

Sample:
{
  "DialMode": 0
}

application/xml, text/xml

Sample:
<DialModeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models">
  <DialMode>NoDialer</DialMode>
</DialModeModel>

application/x-www-form-urlencoded

Sample:
[DialMode=NoDialer]

multipart/form-data

Sample:

Sample not available.

Response Information

Resource Description

None.