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": "22772c76-0d4f-4923-9ed4-6d73f3cd9144",
"CompanyID": "e117fc76-bdd4-4e56-b541-78afa19df3c2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-19T05:44:33.5458558-04:00",
"CreatedByUserID": "2b394451-0444-494b-99a4-89a3988f5357",
"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": "a6873f5d-a1b8-4a31-bfd5-8a6b0a3c27ba",
"CompanyID": "6990ecef-ef81-4d46-b646-0b0d62fd5655",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-19T05:44:33.6864796-04:00",
"CreatedByUserID": "a68981d8-de10-4935-bb69-5ecada78157a",
"Deleted": true
}