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": "32dffa8d-e5b6-49dc-ac65-deb29252fd1c",
  "CompanyID": "b55b19b2-7eea-4afc-9909-99b0570bc588",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-11T00:06:44.9785681-04:00",
  "CreatedByUserID": "09777790-159c-45c0-98b0-532ac5020e4e",
  "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": "fd2e1a6d-ba16-4521-aab9-dde4e0981abb",
  "CompanyID": "88cd4ed7-229d-4898-add6-4ef75fff01b5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-11T00:06:44.9785681-04:00",
  "CreatedByUserID": "0f87ab39-3585-4ec9-9888-16aace7562b1",
  "Deleted": true
}