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": "9da829f2-44cc-4bd4-835e-32b27a8bf864",
  "CompanyID": "b958ff5c-1140-4a31-a73b-0149caf42707",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-16T11:21:16.7555946-04:00",
  "CreatedByUserID": "6b935d53-2308-4d6b-8ccc-c15c93c0dfa2",
  "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": "e55d6962-a1be-4f69-a24d-00fa3b48a46e",
  "CompanyID": "5a8b574e-22bc-40ff-bba9-4ebec1b0b0a5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-16T11:21:16.8649717-04:00",
  "CreatedByUserID": "fda358e6-453f-4ba0-a8a1-d8224136fb78",
  "Deleted": true
}