Create a new comment.
tz
string
Optional parameter to set time zone information. |
This object takes all the parameters needed to create a new 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>076ab596-b01b-4093-bc92-f1e7ce601a9e</ID> <AncestorID>00b29339-a8e8-4603-acd9-50d0b202a306</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "076ab596-b01b-4093-bc92-f1e7ce601a9e", "AncestorID": "00b29339-a8e8-4603-acd9-50d0b202a306", "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>e33c942f-9b30-4a61-ae73-abf230b25380</ID> <AncestorID>b7aa2402-1457-468c-92db-93d92bc69bb4</AncestorID> <UserID>6dbeb413-0ae5-415d-8590-45594918c376</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-05-21T01:56:31.524233Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>b76aa4e9-0c8c-432b-bf85-4e489984eda9</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>f7e94d9e-3b3f-4bea-af43-ec20708bd706</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "e33c942f-9b30-4a61-ae73-abf230b25380", "AncestorID": "b7aa2402-1457-468c-92db-93d92bc69bb4", "UserID": "6dbeb413-0ae5-415d-8590-45594918c376", "Post": "sample string 1", "PostDate": "2025-05-21T01:56:31.524233+00:00", "SiteID": "b76aa4e9-0c8c-432b-bf85-4e489984eda9", "IndividualFullName": "sample string 2", "IndividualID": "f7e94d9e-3b3f-4bea-af43-ec20708bd706", "UserName": "sample string 3" }