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>add64af4-ba60-468f-9d1c-3d1b1cecbd9c</ID> <AncestorID>6ef1572d-e208-44f1-86f6-94218d36243a</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "add64af4-ba60-468f-9d1c-3d1b1cecbd9c",
"AncestorID": "6ef1572d-e208-44f1-86f6-94218d36243a",
"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>192f5bcd-a14f-492e-be96-3651b243669a</ID>
<AncestorID>6512dd76-8c37-4c97-a7b8-a4592eff0c18</AncestorID>
<UserID>886c4492-3f9c-4cbb-8b87-8aa3cddd9b96</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-07T02:47:19.1517088Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>ccefb796-a652-46d0-a769-53f7c5d094e9</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>eee0f059-37aa-4fb3-aff8-8c4de62df585</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "192f5bcd-a14f-492e-be96-3651b243669a",
"AncestorID": "6512dd76-8c37-4c97-a7b8-a4592eff0c18",
"UserID": "886c4492-3f9c-4cbb-8b87-8aa3cddd9b96",
"Post": "sample string 1",
"PostDate": "2026-06-07T02:47:19.1517088+00:00",
"SiteID": "ccefb796-a652-46d0-a769-53f7c5d094e9",
"IndividualFullName": "sample string 2",
"IndividualID": "eee0f059-37aa-4fb3-aff8-8c4de62df585",
"UserName": "sample string 3"
}