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": "611ff4ab-5790-43c0-8b59-ee9ca835cdc9",
  "CompanyID": "6ea8ae4b-d880-4272-bee5-0aecc009d6f0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-10T08:07:08.0815649-04:00",
  "CreatedByUserID": "bc26dbef-5ec2-46fd-8631-aab03aee96de",
  "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": "db70e69d-047d-450b-96e6-28173de38890",
  "CompanyID": "8c98a892-4806-4f41-b1a4-3cee8aa9ebc5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-10T08:07:08.0815649-04:00",
  "CreatedByUserID": "a5bb4055-eed1-4efd-8d33-e66c3546c1d5",
  "Deleted": true
}