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>bf288f5f-ae81-4f83-84be-936c2a12d043</ID> <AncestorID>01bdec07-d1f2-40ab-9685-8b2db21d0b87</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "bf288f5f-ae81-4f83-84be-936c2a12d043", "AncestorID": "01bdec07-d1f2-40ab-9685-8b2db21d0b87", "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>3c1e7eb9-fd84-463b-b21b-1c9a7413ce49</ID> <AncestorID>dce77644-2fb0-4503-a303-bef7eca23989</AncestorID> <UserID>1e119a2b-5fa3-4904-af8c-6572a084ac0c</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2024-10-23T13:15:59.5945506Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>ba11f8bd-6573-42fd-8f46-6d798bc76764</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>c70c7882-a6e7-43ce-8814-39dec3ef2258</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "3c1e7eb9-fd84-463b-b21b-1c9a7413ce49", "AncestorID": "dce77644-2fb0-4503-a303-bef7eca23989", "UserID": "1e119a2b-5fa3-4904-af8c-6572a084ac0c", "Post": "sample string 1", "PostDate": "2024-10-23T13:15:59.5945506+00:00", "SiteID": "ba11f8bd-6573-42fd-8f46-6d798bc76764", "IndividualFullName": "sample string 2", "IndividualID": "c70c7882-a6e7-43ce-8814-39dec3ef2258", "UserName": "sample string 3" }