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>310c47ec-6566-419d-900a-0445fcd58dc2</ID> <AncestorID>b2dccc56-499b-4dc1-870a-a1d05f6cf733</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "310c47ec-6566-419d-900a-0445fcd58dc2", "AncestorID": "b2dccc56-499b-4dc1-870a-a1d05f6cf733", "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>867eebc1-e253-450c-96d3-f2418a99b02e</ID> <AncestorID>1d07aa9e-78a9-4e55-9fc1-4416009801b9</AncestorID> <UserID>fb891bfb-6a89-4ee4-bc89-ee1ffa3dbb96</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-02-15T09:56:04.649978Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>398ef5cd-b6de-44ae-ac67-672757f6674c</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>13cbb2b4-32f7-48ba-99c5-5bad40cb0fdb</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "867eebc1-e253-450c-96d3-f2418a99b02e", "AncestorID": "1d07aa9e-78a9-4e55-9fc1-4416009801b9", "UserID": "fb891bfb-6a89-4ee4-bc89-ee1ffa3dbb96", "Post": "sample string 1", "PostDate": "2025-02-15T09:56:04.649978+00:00", "SiteID": "398ef5cd-b6de-44ae-ac67-672757f6674c", "IndividualFullName": "sample string 2", "IndividualID": "13cbb2b4-32f7-48ba-99c5-5bad40cb0fdb", "UserName": "sample string 3" }