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": "37119922-c8f7-43c3-ae50-a30b7036d593",
  "CompanyID": "0431d012-060c-4f36-b7d9-1dc6b7534cfd",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-10T18:12:22.1851057-04:00",
  "CreatedByUserID": "4ad9e362-e391-4339-8489-a55575ccc540",
  "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": "3f3b76c7-6e59-4568-80e3-9620ecd7feb0",
  "CompanyID": "2a2739fe-f778-4823-97f8-b20226fef767",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-10T18:12:22.3414093-04:00",
  "CreatedByUserID": "1bbd49b6-89a9-4e4e-b32a-496590685f1e",
  "Deleted": true
}