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>090884d5-ee12-4fd5-a9d1-86d4c133b65c</ID> <AncestorID>200fd870-44d5-4f21-8214-f981b8681803</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "090884d5-ee12-4fd5-a9d1-86d4c133b65c",
"AncestorID": "200fd870-44d5-4f21-8214-f981b8681803",
"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>ed2ad902-2d1f-4137-bec2-06f868945f14</ID>
<AncestorID>f892d66c-c02a-4b75-82b1-d43fcf71e684</AncestorID>
<UserID>ad74a886-4e08-493c-a464-e5f792d8d887</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-05-20T01:08:20.4489052Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>b8ad6535-4ee6-49e2-b712-b0d516f95c1f</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>83fb07b1-4f86-4d1d-a95b-2f0eb45929e5</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "ed2ad902-2d1f-4137-bec2-06f868945f14",
"AncestorID": "f892d66c-c02a-4b75-82b1-d43fcf71e684",
"UserID": "ad74a886-4e08-493c-a464-e5f792d8d887",
"Post": "sample string 1",
"PostDate": "2026-05-20T01:08:20.4489052+00:00",
"SiteID": "b8ad6535-4ee6-49e2-b712-b0d516f95c1f",
"IndividualFullName": "sample string 2",
"IndividualID": "83fb07b1-4f86-4d1d-a95b-2f0eb45929e5",
"UserName": "sample string 3"
}