POST api/CompanyCommunity

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
companyCommunity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyCommunityID": "83839c4c-3cfa-4bea-a71d-17fc43a56253",
  "CompanyID": "eada6809-1706-4325-b6ce-75b9f30b4d36",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-08T11:42:38.8481071-05:00",
  "CreatedByUserID": "dccf1d0c-6210-4472-a5ab-46c335db0f6d",
  "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": "b499b05e-2c74-46ed-be3e-98f816f10b7a",
  "CompanyID": "8f56aa13-7428-4f16-81ca-26f40c8a4e9e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-08T11:42:38.8481071-05:00",
  "CreatedByUserID": "ca2e142f-6be6-47d8-a482-a982f248b87b",
  "Deleted": true
}