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": "0c1f452f-40cd-464c-8b21-8a8252e98127",
  "CompanyID": "d557381b-5460-41da-b876-10de44d966b5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-24T07:52:25.2565569-04:00",
  "CreatedByUserID": "e0c1c23c-fd25-4ff6-9f1e-388dcab42000",
  "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": "3ba9754a-87b2-4da1-a5d5-c2a3552f356b",
  "CompanyID": "6b5a2dec-66a0-4e41-ad09-8fd95e0293a8",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-24T07:52:25.2721847-04:00",
  "CreatedByUserID": "2fcd9301-2ee4-45dc-8bf3-d9795a181bca",
  "Deleted": true
}