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>f9ffc9e7-a522-4c5f-bd5d-81245888ffdc</ID> <AncestorID>1fae4195-29fc-41de-ba7b-e967a63c29a7</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "f9ffc9e7-a522-4c5f-bd5d-81245888ffdc",
"AncestorID": "1fae4195-29fc-41de-ba7b-e967a63c29a7",
"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>2afc9307-d24c-4a80-923a-5bdc14edcaba</ID>
<AncestorID>890955c8-3355-43b3-aece-87a8ccb1ab08</AncestorID>
<UserID>3425d8de-143e-4db7-ad45-c2480faef0cc</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-10-31T14:18:52.9011868Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>1df92264-7fab-4486-b983-b2d6d6ed9c5a</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>12164bf2-8047-4c20-bd20-36bb8ed66529</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "2afc9307-d24c-4a80-923a-5bdc14edcaba",
"AncestorID": "890955c8-3355-43b3-aece-87a8ccb1ab08",
"UserID": "3425d8de-143e-4db7-ad45-c2480faef0cc",
"Post": "sample string 1",
"PostDate": "2025-10-31T14:18:52.9011868+00:00",
"SiteID": "1df92264-7fab-4486-b983-b2d6d6ed9c5a",
"IndividualFullName": "sample string 2",
"IndividualID": "12164bf2-8047-4c20-bd20-36bb8ed66529",
"UserName": "sample string 3"
}