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": "b0c1ad69-5401-4d67-b80a-ceb97c81b058",
  "CompanyID": "e0f63f4d-211d-4b08-ae2e-730241d9ebd7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-13T16:09:10.3832635-04:00",
  "CreatedByUserID": "70dd1f97-beab-4f45-b3b8-f619a72c0f3d",
  "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": "6d964a59-7189-434f-848c-24376a546e02",
  "CompanyID": "a7d90e1b-fc87-4123-b9d9-7118ddcc5b95",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-13T16:09:10.3832635-04:00",
  "CreatedByUserID": "5a731c1f-e1ba-43f5-82a8-53f58d2e70df",
  "Deleted": true
}