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": "42635563-b298-452c-8d13-0a348f4bed49",
"CompanyID": "ee8bf0f0-36e3-47e8-afdf-ddef9edcbcfd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-23T14:41:00.198429-04:00",
"CreatedByUserID": "3a4bb7bf-a404-42b9-a8f8-7b25148e79f3",
"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": "e5226ba1-f318-415d-a5bb-9da16f048afd",
"CompanyID": "ac147a19-fc40-4cc6-96b6-7148261825e7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-23T14:41:00.3234243-04:00",
"CreatedByUserID": "6f90981f-7d39-48c7-b110-1964fcfe248b",
"Deleted": true
}