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>013e85e8-50f6-4221-a0dc-13b6654ab359</ID> <AncestorID>b302c445-35a5-4259-8dee-00d2ccc7a319</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "013e85e8-50f6-4221-a0dc-13b6654ab359",
"AncestorID": "b302c445-35a5-4259-8dee-00d2ccc7a319",
"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>93c0c4b7-0f2c-46bd-83ed-d01e8774e553</ID>
<AncestorID>b63b2258-82d5-4430-868f-6e7badb06a46</AncestorID>
<UserID>846c11db-07ae-46f6-8d74-2e7674f865e1</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-03-08T02:30:47.7439916Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>f4e2819d-cfe6-4a57-94b9-f302cdaceee2</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>93c91233-8d8e-48e1-b7c7-d2147ba1ff6f</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "93c0c4b7-0f2c-46bd-83ed-d01e8774e553",
"AncestorID": "b63b2258-82d5-4430-868f-6e7badb06a46",
"UserID": "846c11db-07ae-46f6-8d74-2e7674f865e1",
"Post": "sample string 1",
"PostDate": "2026-03-08T02:30:47.7439916+00:00",
"SiteID": "f4e2819d-cfe6-4a57-94b9-f302cdaceee2",
"IndividualFullName": "sample string 2",
"IndividualID": "93c91233-8d8e-48e1-b7c7-d2147ba1ff6f",
"UserName": "sample string 3"
}