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": "a79ba9cf-b72f-4659-ba75-b378d2bce824",
  "CompanyID": "3d736bc0-b3e3-46bc-b5a5-6c8eb370c307",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-09T08:36:19.682355-04:00",
  "CreatedByUserID": "6e8a035d-1967-469a-8a3d-cd556b774c48",
  "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": "7ba4a580-ca09-4e77-88ae-17ae1b3e73e1",
  "CompanyID": "c2a661c8-a4e6-46b5-ad3b-c30177dd3416",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-09T08:36:19.682355-04:00",
  "CreatedByUserID": "d27422a3-98bc-4837-8e32-ac9b7bd7b7c5",
  "Deleted": true
}