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>5be7ea9a-eb71-45bf-9caf-76446933bd2c</ID> <AncestorID>ba72cfa1-096b-4f59-85f5-7901cfee74b4</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "5be7ea9a-eb71-45bf-9caf-76446933bd2c",
"AncestorID": "ba72cfa1-096b-4f59-85f5-7901cfee74b4",
"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>ffe0aa33-3fab-4980-8034-cacccec97fee</ID>
<AncestorID>12bbb7ac-20ec-46c2-9a5c-00e62ebdae47</AncestorID>
<UserID>81f44f10-aaff-4226-8172-37f12f889777</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-18T08:08:57.6365997Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>82d94231-b854-47ba-ad73-db95b8396981</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>44294b81-4ead-4acf-9491-c62d40daf6ee</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "ffe0aa33-3fab-4980-8034-cacccec97fee",
"AncestorID": "12bbb7ac-20ec-46c2-9a5c-00e62ebdae47",
"UserID": "81f44f10-aaff-4226-8172-37f12f889777",
"Post": "sample string 1",
"PostDate": "2026-04-18T08:08:57.6365997+00:00",
"SiteID": "82d94231-b854-47ba-ad73-db95b8396981",
"IndividualFullName": "sample string 2",
"IndividualID": "44294b81-4ead-4acf-9491-c62d40daf6ee",
"UserName": "sample string 3"
}