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": "2960699d-e5e2-4a57-8ecc-c6e9cc092501",
  "CompanyID": "d32a191d-7c1b-43e9-9410-b95a19a98b35",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-10T20:31:01.348395-04:00",
  "CreatedByUserID": "635a8f30-a2ff-45e0-9d64-71695579b558",
  "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": "9a4b4b50-4864-4fa0-a57b-a79941cc6a1d",
  "CompanyID": "bac6365f-d89d-404a-9fd2-b3b30dfe2296",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-10T20:31:01.348395-04:00",
  "CreatedByUserID": "76b85bda-e651-4dcd-8a78-90e606e79c9f",
  "Deleted": true
}