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>21df30e1-e589-4fec-b1c6-9e773ec3f445</ID> <AncestorID>e58c08f3-39e5-4c25-aa72-903f3819aa03</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "21df30e1-e589-4fec-b1c6-9e773ec3f445",
"AncestorID": "e58c08f3-39e5-4c25-aa72-903f3819aa03",
"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>617007bf-722d-43b6-865e-40ea0dc5496a</ID>
<AncestorID>22b31ebf-e574-47f8-b091-b7051e46e62c</AncestorID>
<UserID>20a8f09e-ea10-4784-9707-9b6012b21425</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-11T03:44:54.6387416Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>9b90a771-0c86-4eab-8100-d2831a68cbc2</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>7059d0db-bcc9-4709-ba1e-9b512e839718</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "617007bf-722d-43b6-865e-40ea0dc5496a",
"AncestorID": "22b31ebf-e574-47f8-b091-b7051e46e62c",
"UserID": "20a8f09e-ea10-4784-9707-9b6012b21425",
"Post": "sample string 1",
"PostDate": "2026-06-11T03:44:54.6387416+00:00",
"SiteID": "9b90a771-0c86-4eab-8100-d2831a68cbc2",
"IndividualFullName": "sample string 2",
"IndividualID": "7059d0db-bcc9-4709-ba1e-9b512e839718",
"UserName": "sample string 3"
}