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": "152e8025-1295-4d87-8918-c809fd2d00da",
"CompanyID": "af7cc0ce-ec7e-41f0-b481-d6725e4b9180",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-14T03:50:22.140196-04:00",
"CreatedByUserID": "c2f71efc-9905-4857-9a5e-a4a02e8ee86e",
"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": "bede0db0-0076-49af-947c-706af6af065a",
"CompanyID": "adb1e5f1-8d75-47e2-972f-ddc441739acd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-14T03:50:22.3137951-04:00",
"CreatedByUserID": "73b290fc-4a28-4633-bea2-0675be16f8c1",
"Deleted": true
}