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>a2295b79-df9b-4643-9b90-63d4446277f1</ID> <AncestorID>756b434e-1ba0-4d2d-8ff3-0fd5d38f6300</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "a2295b79-df9b-4643-9b90-63d4446277f1",
"AncestorID": "756b434e-1ba0-4d2d-8ff3-0fd5d38f6300",
"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>c27bb782-a0d6-4956-b62d-38bb481142f7</ID>
<AncestorID>1cc17d71-fbe1-499a-a507-4283b2455066</AncestorID>
<UserID>bcca562d-6128-48a9-8c17-b86779418e4f</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-23T00:04:01.5363838Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>daafeebd-7750-4104-a922-2d8709569315</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>e8f74c9e-097a-4a99-b757-207f2aca1c5f</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "c27bb782-a0d6-4956-b62d-38bb481142f7",
"AncestorID": "1cc17d71-fbe1-499a-a507-4283b2455066",
"UserID": "bcca562d-6128-48a9-8c17-b86779418e4f",
"Post": "sample string 1",
"PostDate": "2025-12-23T00:04:01.5363838+00:00",
"SiteID": "daafeebd-7750-4104-a922-2d8709569315",
"IndividualFullName": "sample string 2",
"IndividualID": "e8f74c9e-097a-4a99-b757-207f2aca1c5f",
"UserName": "sample string 3"
}