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": "3e1b265a-5ba6-4251-83ef-75f6ede8de42",
  "CompanyID": "9a6c45f9-4571-404f-940a-80181eee4de0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-16T01:37:00.9729618-04:00",
  "CreatedByUserID": "d0b6bd5d-bb43-4e36-8bdb-50f65782093d",
  "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": "ad9dbe8b-9bd6-4c82-918e-89a666395bc7",
  "CompanyID": "e1937ab6-fbfc-4641-aef9-50da451f6191",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-16T01:37:01.1135737-04:00",
  "CreatedByUserID": "a7093bbb-6a7f-49df-a7b1-7ee8d4268e59",
  "Deleted": true
}