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": "c7defabd-fe0a-45eb-b7b9-c34fd8891857",
  "CompanyID": "07a95d96-894c-4e6f-a09b-9aad798fbeb0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-16T05:49:27.3394965-04:00",
  "CreatedByUserID": "01ffbd93-239d-4c2e-a867-b3c18c72b987",
  "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": "cdb8de23-a9bb-408b-a67d-21e794d79304",
  "CompanyID": "1e3e2612-3217-48b0-8928-7377e91270cf",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-16T05:49:27.4957481-04:00",
  "CreatedByUserID": "3edaa376-5ec2-4b06-83a5-051833f6f023",
  "Deleted": true
}