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": "743240c8-b404-4707-8b9c-f7e909613c21",
  "CompanyID": "7bd7b05f-39f5-42b0-8f30-6e206a49a7e3",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-08T13:52:16.7653734-04:00",
  "CreatedByUserID": "6c5b9e3b-d86d-481f-8b93-688ad523a0fe",
  "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": "d3a46d99-6805-4d36-9a7a-b2ce46ebee25",
  "CompanyID": "dbafe4bf-8e29-4641-ad7a-7fc54acd7c53",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-08T13:52:16.7653734-04:00",
  "CreatedByUserID": "fa857335-cf28-47d1-8772-6702331ffb30",
  "Deleted": true
}