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>d51e6c29-4cdc-4b29-9795-9a1e51a893f7</ID> <AncestorID>02f313bf-e794-4aaf-b013-bfe09f1a0cd7</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "d51e6c29-4cdc-4b29-9795-9a1e51a893f7", "AncestorID": "02f313bf-e794-4aaf-b013-bfe09f1a0cd7", "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>f9f5cfbd-8637-4e8c-8456-5925d1ce2f70</ID> <AncestorID>65367164-838b-4c74-af90-2ae6ae57d54c</AncestorID> <UserID>7f8f707c-4d7f-41fc-a08b-1ee590eb53b8</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-02-04T07:45:21.4841245Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>b9ef1ae6-02b1-40f1-bbf8-e75bb3c633ef</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>6c2fb9e4-e729-43ce-b9b0-9c02f7bcbed3</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "f9f5cfbd-8637-4e8c-8456-5925d1ce2f70", "AncestorID": "65367164-838b-4c74-af90-2ae6ae57d54c", "UserID": "7f8f707c-4d7f-41fc-a08b-1ee590eb53b8", "Post": "sample string 1", "PostDate": "2025-02-04T07:45:21.4841245+00:00", "SiteID": "b9ef1ae6-02b1-40f1-bbf8-e75bb3c633ef", "IndividualFullName": "sample string 2", "IndividualID": "6c2fb9e4-e729-43ce-b9b0-9c02f7bcbed3", "UserName": "sample string 3" }