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": "0b680c56-3c47-4c34-9146-070f7d4872b1",
  "CompanyID": "dc5cb67e-9e62-438f-8983-a307d88264cc",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-30T19:11:09.6156568-04:00",
  "CreatedByUserID": "e5cb4fc4-756c-46e8-8dad-862f159847d4",
  "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": "88e56800-1d93-4718-9adf-15ed2f03c3ad",
  "CompanyID": "c65a965f-5f79-4ec2-bfa2-16489f7b0e55",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-30T19:11:09.6156568-04:00",
  "CreatedByUserID": "d48c6ace-9a1e-41c5-9073-d352c0d38d8c",
  "Deleted": true
}