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": "ad40afa6-bdd4-4599-845e-6dfed12cbaa7",
  "CompanyID": "9ac7fec4-3681-4221-95c7-255b336e2be8",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-10-13T19:27:07.6999544-04:00",
  "CreatedByUserID": "ff641eb8-5a92-420b-bda3-af1f0024e96d",
  "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": "6ade76c2-f03c-465f-947d-f2af627e0685",
  "CompanyID": "fd1d3600-da5b-492f-99f5-4bf674159bbd",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-10-13T19:27:07.7155869-04:00",
  "CreatedByUserID": "3ee80607-fc0b-4b10-ac3f-744c1c87e4f9",
  "Deleted": true
}