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": "565063ef-8ce5-45a5-af44-a87141261808",
  "CompanyID": "bff65d05-1ce4-4843-8e1a-19e61aa3413d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-15T08:39:23.5557381-04:00",
  "CreatedByUserID": "5afe063b-f356-4fc0-8461-3170212a8ee3",
  "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": "ef9475c1-95b6-4641-8c8e-aaa48fd114d6",
  "CompanyID": "526d3aa2-11c6-49f5-988b-622f7e01e819",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-15T08:39:23.5557381-04:00",
  "CreatedByUserID": "a7abbe98-a187-4b15-af71-b62ab0370460",
  "Deleted": true
}