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>3836dc8b-21e3-4d25-81a3-cdb3a2875c99</ID> <AncestorID>97685568-08b2-491b-88b8-c2d3b985354a</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "3836dc8b-21e3-4d25-81a3-cdb3a2875c99",
"AncestorID": "97685568-08b2-491b-88b8-c2d3b985354a",
"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>435e98aa-cfdd-48e1-8b19-1b9b4b0211ae</ID>
<AncestorID>1ac411c2-6473-4534-a1b2-d9d704d2d743</AncestorID>
<UserID>3e2cfe5c-4b2b-4aa0-bd53-96cb8e0795a5</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-02-20T02:32:45.9376129Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>ff5eaccc-d0b7-48fa-aa06-7ca3ad76486f</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>f71fcee3-670d-499f-8e94-4e44a8764c2a</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "435e98aa-cfdd-48e1-8b19-1b9b4b0211ae",
"AncestorID": "1ac411c2-6473-4534-a1b2-d9d704d2d743",
"UserID": "3e2cfe5c-4b2b-4aa0-bd53-96cb8e0795a5",
"Post": "sample string 1",
"PostDate": "2026-02-20T02:32:45.9376129+00:00",
"SiteID": "ff5eaccc-d0b7-48fa-aa06-7ca3ad76486f",
"IndividualFullName": "sample string 2",
"IndividualID": "f71fcee3-670d-499f-8e94-4e44a8764c2a",
"UserName": "sample string 3"
}