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>200213bf-ffef-405c-9a00-0aa2d7ed04b2</ID> <AncestorID>ce8195d4-542d-4a91-8abe-8d6aa91d5735</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "200213bf-ffef-405c-9a00-0aa2d7ed04b2",
"AncestorID": "ce8195d4-542d-4a91-8abe-8d6aa91d5735",
"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>78287511-20ee-4ea1-b212-189d03b779ab</ID>
<AncestorID>4bb4e161-4220-47f3-acb7-fd40bc8a50d2</AncestorID>
<UserID>fa78b944-682b-42de-8a5b-bf1e78e99d4a</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-07T09:37:03.0145904Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>7978e40b-a58f-451d-b7be-ffae0cc6dee3</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>a1c5f422-43f9-4b9e-9a39-958cd0353fd8</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "78287511-20ee-4ea1-b212-189d03b779ab",
"AncestorID": "4bb4e161-4220-47f3-acb7-fd40bc8a50d2",
"UserID": "fa78b944-682b-42de-8a5b-bf1e78e99d4a",
"Post": "sample string 1",
"PostDate": "2026-04-07T09:37:03.0145904+00:00",
"SiteID": "7978e40b-a58f-451d-b7be-ffae0cc6dee3",
"IndividualFullName": "sample string 2",
"IndividualID": "a1c5f422-43f9-4b9e-9a39-958cd0353fd8",
"UserName": "sample string 3"
}