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": "66545c65-659a-4954-9aa7-0bf904590753",
  "CompanyID": "53a43b07-e9f0-4539-a2c4-73163fc67c0c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-07T18:59:07.5319494-04:00",
  "CreatedByUserID": "57d280dd-e21c-4bc8-94e3-d19cf7a539ee",
  "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": "af87e67c-51be-4707-8842-f9c7d06a8b00",
  "CompanyID": "bb0bc689-068f-4240-83b1-7ab5b845e9fb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-07T18:59:07.5319494-04:00",
  "CreatedByUserID": "b44d3d0a-b3a0-43bc-b638-9de52129d159",
  "Deleted": true
}