POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "f5045da8-5aeb-4bce-9aa6-cdf9eac2e5c5",
"CompanyID": "921c1709-447f-4eeb-ad47-996f09e26287",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T14:23:11.9757268-04:00",
"CreatedByUserID": "76b99468-5f59-4e28-b281-681e0fb0ab7c",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "4c4a265d-4ac3-449a-8106-a1822a12eb50",
"CompanyID": "cd05f360-8d19-40a7-b561-19928114f673",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T14:23:12.1163488-04:00",
"CreatedByUserID": "02c91b4d-8b01-4dd4-ab09-4e6ac1b37086",
"Deleted": true
}