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": "641a8400-701b-494b-bfea-4bd33c119198",
"CompanyID": "f9902df0-858e-470e-9adc-6afe4490bcc5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T23:49:49.7267156-04:00",
"CreatedByUserID": "2aa302f5-d0dd-42cb-aa0b-c74e39d7f17c",
"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": "1d5a250d-e750-44f6-bb98-2afbe82ad00c",
"CompanyID": "1ce9cc4c-9f8b-4f95-a339-35e4c7f0314d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T23:49:49.7267156-04:00",
"CreatedByUserID": "00e5affc-de2f-4b95-8a82-7eb1b8489bba",
"Deleted": true
}