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>91f8d37b-d92d-4d83-9faa-40e0d8fa5cf7</ID> <AncestorID>28843dd0-a4d6-450d-a5de-147f120cc233</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "91f8d37b-d92d-4d83-9faa-40e0d8fa5cf7",
"AncestorID": "28843dd0-a4d6-450d-a5de-147f120cc233",
"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>dffb34ae-6ccb-42d5-939a-8e46f828d9c0</ID>
<AncestorID>464d91ab-8586-41bb-b459-0b92c7d1b48f</AncestorID>
<UserID>6fa30f08-9b7f-4d68-957e-03e6f9fe2f75</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-09-04T05:22:49.093468Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>b3842288-402e-4374-9532-84ffc3f0cebb</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>3dbd8b70-e26a-490b-8573-17256e26c109</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "dffb34ae-6ccb-42d5-939a-8e46f828d9c0",
"AncestorID": "464d91ab-8586-41bb-b459-0b92c7d1b48f",
"UserID": "6fa30f08-9b7f-4d68-957e-03e6f9fe2f75",
"Post": "sample string 1",
"PostDate": "2026-09-04T05:22:49.093468+00:00",
"SiteID": "b3842288-402e-4374-9532-84ffc3f0cebb",
"IndividualFullName": "sample string 2",
"IndividualID": "3dbd8b70-e26a-490b-8573-17256e26c109",
"UserName": "sample string 3"
}