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": "16f08567-c150-4b15-865d-76d8212346c6",
  "CompanyID": "6f2446c7-6a17-4382-9273-137a314f66a6",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-09T16:20:21.3112333-04:00",
  "CreatedByUserID": "42ed6ac6-f524-4ded-99c4-c23082cfb4ed",
  "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": "6e5d1ad4-e47d-4c67-bfee-fa35d8592a3c",
  "CompanyID": "edc4c0a4-e158-4e65-bbe0-9561df21daf0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-09T16:20:21.4674761-04:00",
  "CreatedByUserID": "69d430ca-cf62-4669-9746-abf49fad9d72",
  "Deleted": true
}