Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
basicRoleid globally unique identifier Required

Guid ID of the basic role for which to update the dialog.

dialogid globally unique identifier Required

Guid ID of the dialog to be updated.

Body Parameters (BasicRoleDialog)

This object takes all the parameters needed to update a basic role dialog.

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
BasicRoleID globally unique identifier Required

ID of the given basic role.

DialogID globally unique identifier Required

ID of the given dialog.

Description string Required

Description of the given dialog.

BasicRoleName string ReadOnly

Name of the given basic role.

BasicRoleRank integer ReadOnly

Rank of the given basic role.

DialogDate date ReadOnly

Date and time of the given dialog.

Request Formats

application/xml, text/xml

Sample
<BasicRoleDialog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <BasicRoleID>63a4d8eb-0519-4ddf-8557-a46ed8fb87e6</BasicRoleID>
  <DialogID>968d382d-9dd0-48b0-96df-1792fb91b5a9</DialogID>
  <Description>sample string 1</Description>
</BasicRoleDialog>

application/json, text/json

Sample
{
  "BasicRoleID": "63a4d8eb-0519-4ddf-8557-a46ed8fb87e6",
  "DialogID": "968d382d-9dd0-48b0-96df-1792fb91b5a9",
  "Description": "sample string 1"
}

Response Information

Resource Description (BasicRoleDialog)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
BasicRoleID globally unique identifier Required

ID of the given basic role.

DialogID globally unique identifier Required

ID of the given dialog.

Description string Required

Description of the given dialog.

BasicRoleName string ReadOnly

Name of the given basic role.

BasicRoleRank integer ReadOnly

Rank of the given basic role.

DialogDate date ReadOnly

Date and time of the given dialog.

Response Formats

application/xml, text/xml

Sample
<BasicRoleDialog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <BasicRoleID>e45c5b98-38e2-4ea3-9b92-59b4408ec11f</BasicRoleID>
  <DialogID>677afa7d-7729-4815-bd92-a3ecccc49713</DialogID>
  <Description>sample string 1</Description>
  <BasicRoleName>sample string 2</BasicRoleName>
  <BasicRoleRank>1</BasicRoleRank>
  <DialogDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-03-01T02:01:16.901193Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </DialogDate>
</BasicRoleDialog>

application/json, text/json

Sample
{
  "BasicRoleID": "e45c5b98-38e2-4ea3-9b92-59b4408ec11f",
  "DialogID": "677afa7d-7729-4815-bd92-a3ecccc49713",
  "Description": "sample string 1",
  "BasicRoleName": "sample string 2",
  "BasicRoleRank": 1,
  "DialogDate": "2024-03-01T02:01:16.901193+00:00"
}