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": "0b272013-929f-4867-b7ab-1b0d28dd026f",
  "CompanyID": "da97e8a4-200b-4dab-8395-be30f8d73e97",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-15T03:33:50.222454-05:00",
  "CreatedByUserID": "44fa6299-6572-4a80-b03b-82c553851480",
  "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": "63f16ea4-11c4-418e-8c07-0b42ca550383",
  "CompanyID": "d6d81608-d45c-4e79-9f0e-877eabe2be4e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-15T03:33:50.2380755-05:00",
  "CreatedByUserID": "9f27efbf-d136-477c-bbf4-28450ba20270",
  "Deleted": true
}