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": "10d48c1b-1bd4-455b-9cc3-9329e9c68a2a",
  "CompanyID": "8c45dfcc-856b-4194-b4e6-466d6ffab837",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-05T15:09:37.5307396-04:00",
  "CreatedByUserID": "0b44c0c7-73fd-4d4e-88e0-9722195ece6f",
  "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": "430276c8-ae37-4baa-a63b-7a9194996b43",
  "CompanyID": "04806dc2-113b-4734-bc83-75c79100f9d4",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-05T15:09:37.5307396-04:00",
  "CreatedByUserID": "892b7e98-d687-48c7-a204-c7c09ad183e8",
  "Deleted": true
}