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>08987ff2-d37d-4d8f-bdf5-8fe0eb41e60d</ID> <AncestorID>94cfb139-d8a1-4ed9-8363-ce001d5283be</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "08987ff2-d37d-4d8f-bdf5-8fe0eb41e60d", "AncestorID": "94cfb139-d8a1-4ed9-8363-ce001d5283be", "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>d4b24658-acf0-4e4f-9804-dde1eca98801</ID> <AncestorID>ccd0fd06-b8d8-449c-a328-694db77691c2</AncestorID> <UserID>8054fc28-58bb-49e7-bf76-ed22d538999a</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-04-10T03:36:40.6372971Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>f224b01e-a30b-4f77-a30a-e0363442d379</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>ce215f45-4e0f-4117-b8da-3d6c02526b9e</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "d4b24658-acf0-4e4f-9804-dde1eca98801", "AncestorID": "ccd0fd06-b8d8-449c-a328-694db77691c2", "UserID": "8054fc28-58bb-49e7-bf76-ed22d538999a", "Post": "sample string 1", "PostDate": "2025-04-10T03:36:40.6372971+00:00", "SiteID": "f224b01e-a30b-4f77-a30a-e0363442d379", "IndividualFullName": "sample string 2", "IndividualID": "ce215f45-4e0f-4117-b8da-3d6c02526b9e", "UserName": "sample string 3" }