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>a4d14574-4fc2-4193-904d-f89d0c99f8b7</ID> <AncestorID>1f3cb937-9116-4249-8822-0e2c517d9d72</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "a4d14574-4fc2-4193-904d-f89d0c99f8b7",
"AncestorID": "1f3cb937-9116-4249-8822-0e2c517d9d72",
"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>7dc3c077-c80a-430d-9fd2-b37d36bc6af2</ID>
<AncestorID>4af83f86-6994-4643-94c9-c330af863a78</AncestorID>
<UserID>029766af-6325-47ad-bf0e-793d498a6de1</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-02-24T00:29:37.5899394Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>64a5fdde-35da-472a-a602-a733d3856606</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>b91cb967-350a-435e-904c-38f142a2aa92</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "7dc3c077-c80a-430d-9fd2-b37d36bc6af2",
"AncestorID": "4af83f86-6994-4643-94c9-c330af863a78",
"UserID": "029766af-6325-47ad-bf0e-793d498a6de1",
"Post": "sample string 1",
"PostDate": "2026-02-24T00:29:37.5899394+00:00",
"SiteID": "64a5fdde-35da-472a-a602-a733d3856606",
"IndividualFullName": "sample string 2",
"IndividualID": "b91cb967-350a-435e-904c-38f142a2aa92",
"UserName": "sample string 3"
}