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": "4baeeed5-b865-4de8-9f0f-c0e7d2872fe9",
  "CompanyID": "8f52b107-ff85-43f1-898c-103558efa473",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-15T23:42:02.054147-04:00",
  "CreatedByUserID": "cc233075-16b3-4877-87d3-02968b5868e2",
  "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": "2d3e91f7-1463-43f5-a547-6536e4239833",
  "CompanyID": "7728edc5-a8dd-4ddf-93bb-ff7610614522",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-15T23:42:02.054147-04:00",
  "CreatedByUserID": "64a2cc83-ba95-49da-a992-82c312276da9",
  "Deleted": true
}