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": "b118a163-4246-4cf4-852b-22b5e1d1deaf",
  "CompanyID": "783b3aff-3026-4e72-abfe-4169d1fe3e77",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-07T21:26:45.1093138-04:00",
  "CreatedByUserID": "5f977a4d-7fed-4bb8-9a82-e199985b83e7",
  "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": "2e12a6e4-a02a-4974-a49b-04e847d6211f",
  "CompanyID": "090c0ecb-0bfe-4508-82c6-3707ddd7ee21",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-07T21:26:45.1249273-04:00",
  "CreatedByUserID": "81e1d113-4a47-4171-aa30-c8de148a5838",
  "Deleted": true
}