PUT api/profiles/{profileId}/operations/{clientOperationId}?isAutomatic={isAutomatic}

Edits an existent profile operation.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

Identifier of the profile.

integer

Required

clientOperationId

Identifier of the client operation.

string

Required

isAutomatic

Value indicating whether a client operation is automatic (true) or not (false).

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Action result.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.