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": "00a23325-986b-416e-9be1-bdde44af8f95",
"CompanyID": "2912dabb-b897-45c2-b2ca-6336d56a6963",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T20:33:52.9568702-04:00",
"CreatedByUserID": "c7649b89-c5e1-4cf1-97f7-1ad7dc00005c",
"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": "af48b890-9a7d-4d6e-97bb-d92a2c07af83",
"CompanyID": "8bfab5f2-3f3a-46d6-bde6-01bb9c21434f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T20:33:53.0974587-04:00",
"CreatedByUserID": "9f714e13-b5d0-4086-bf63-143a14c55e7a",
"Deleted": true
}