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>f1c0dba3-f983-4ce9-96e5-1e20ee3f366b</ID> <AncestorID>c98a237b-c282-4e08-a729-fded3bad7401</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "f1c0dba3-f983-4ce9-96e5-1e20ee3f366b",
"AncestorID": "c98a237b-c282-4e08-a729-fded3bad7401",
"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>cc7145e2-c7ba-4359-a1e8-08c544752010</ID>
<AncestorID>ee39440e-73f2-4563-9c99-0124b3b73211</AncestorID>
<UserID>cb3044a2-8bb2-4a1d-9523-bef7f0cff46e</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-08-01T21:30:24.8576575Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>ea03a4ba-be90-43a3-aa43-15d9b5bbc1b2</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>00a5a405-d858-4db7-ab58-3ff7ebbfdaed</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "cc7145e2-c7ba-4359-a1e8-08c544752010",
"AncestorID": "ee39440e-73f2-4563-9c99-0124b3b73211",
"UserID": "cb3044a2-8bb2-4a1d-9523-bef7f0cff46e",
"Post": "sample string 1",
"PostDate": "2026-08-01T21:30:24.8576575+00:00",
"SiteID": "ea03a4ba-be90-43a3-aa43-15d9b5bbc1b2",
"IndividualFullName": "sample string 2",
"IndividualID": "00a5a405-d858-4db7-ab58-3ff7ebbfdaed",
"UserName": "sample string 3"
}