Update a Comment.
id
globally unique identifier
Required
Guid ID of the comment to be updated. |
tz
string
Optional parameter to set time zone information. |
This object takes all the parameters needed to update a comment.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID
globally unique identifier
Required on Update
ID of the given comment. |
AncestorID
globally unique identifier
Required on Create
Ancestor of the given comment. |
Post
string
Required
Contents of the given comment. |
UserID
globally unique identifier
ReadOnly
ID of the user that posted the given comment. |
PostDate
date
ReadOnly
Date the given comment was created. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given comment. |
IndividualFullName
string
ReadOnly
Full name of the individual that created the given comment. |
IndividualID
globally unique identifier
ReadOnly
ID of the individual that created the given comment. |
UserName
string
ReadOnly
User name of the individual that created the given comment. |
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>1774953b-ed88-473e-9cf4-a97574eee512</ID> <AncestorID>902d92f7-177c-43da-b7d8-cbd2c63c1936</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "1774953b-ed88-473e-9cf4-a97574eee512", "AncestorID": "902d92f7-177c-43da-b7d8-cbd2c63c1936", "Post": "sample string 1" }
ID
globally unique identifier
Required on Update
ID of the given comment. |
AncestorID
globally unique identifier
Required on Create
Ancestor of the given comment. |
Post
string
Required
Contents of the given comment. |
UserID
globally unique identifier
ReadOnly
ID of the user that posted the given comment. |
PostDate
date
ReadOnly
Date the given comment was created. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given comment. |
IndividualFullName
string
ReadOnly
Full name of the individual that created the given comment. |
IndividualID
globally unique identifier
ReadOnly
ID of the individual that created the given comment. |
UserName
string
ReadOnly
User name of the individual that created the given comment. |
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>a6a5a4fe-b672-41ac-9e48-b58128c948d6</ID> <AncestorID>ba3c4a91-4ca1-4e6c-bc48-af09a3981807</AncestorID> <UserID>27120bb1-cafd-4a78-962e-71e3fdf059ee</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2024-10-23T13:05:48.6389881Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>ab410325-1334-441f-b2fa-8c469a79c3c8</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>af72d9a0-128a-4721-8d8c-96ccbfbe3077</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "a6a5a4fe-b672-41ac-9e48-b58128c948d6", "AncestorID": "ba3c4a91-4ca1-4e6c-bc48-af09a3981807", "UserID": "27120bb1-cafd-4a78-962e-71e3fdf059ee", "Post": "sample string 1", "PostDate": "2024-10-23T13:05:48.6389881+00:00", "SiteID": "ab410325-1334-441f-b2fa-8c469a79c3c8", "IndividualFullName": "sample string 2", "IndividualID": "af72d9a0-128a-4721-8d8c-96ccbfbe3077", "UserName": "sample string 3" }