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": "e1354275-97f9-4e63-af7e-cf04e1652e9c",
  "CompanyID": "bf893a5f-1e8a-48fc-bcd9-3a020184459c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-11T09:26:52.5268337-04:00",
  "CreatedByUserID": "94bd8daa-7216-430b-ae94-169892328f85",
  "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": "91122a0b-66a4-4e5f-97a0-606a10c87a27",
  "CompanyID": "cbc57ecf-583f-4b8f-bee9-887e99b4abb1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-11T09:26:52.7143319-04:00",
  "CreatedByUserID": "e9837057-b6a3-4e0f-9942-14953ba9557c",
  "Deleted": true
}