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>900bc881-0a7a-45fc-bf29-58359ee44319</ID> <AncestorID>09872c7b-e03e-4a00-b18b-c3312e300663</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "900bc881-0a7a-45fc-bf29-58359ee44319",
"AncestorID": "09872c7b-e03e-4a00-b18b-c3312e300663",
"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>e060e025-9386-4ba5-9092-251c240f52d9</ID>
<AncestorID>f6f67aa4-fea0-49de-8911-c350c880a6bd</AncestorID>
<UserID>1b4e8b9e-55a7-42b6-9727-c02bdfcdd077</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-16T18:32:41.5324214Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>412771d4-be0b-44f6-8ce3-eb2099d53fa0</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>b31d179b-73c2-4ab9-be35-25024b1bab7f</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "e060e025-9386-4ba5-9092-251c240f52d9",
"AncestorID": "f6f67aa4-fea0-49de-8911-c350c880a6bd",
"UserID": "1b4e8b9e-55a7-42b6-9727-c02bdfcdd077",
"Post": "sample string 1",
"PostDate": "2025-11-16T18:32:41.5324214+00:00",
"SiteID": "412771d4-be0b-44f6-8ce3-eb2099d53fa0",
"IndividualFullName": "sample string 2",
"IndividualID": "b31d179b-73c2-4ab9-be35-25024b1bab7f",
"UserName": "sample string 3"
}