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": "36e4ff38-6d12-458f-a254-5221fa9aa9bd",
  "CompanyID": "1fbe5e30-e42a-4b77-8dcc-7bd3db84f716",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-09T18:06:05.9716321-04:00",
  "CreatedByUserID": "0b4e86b3-50c9-4eb7-92f7-885457e770cd",
  "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": "d6b6a37c-e185-4364-b7e6-40dc45a2967f",
  "CompanyID": "40a2da3a-915d-41d8-b7c3-a8ef448c7f1e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-09T18:06:05.9872333-04:00",
  "CreatedByUserID": "a5f96918-2fda-47b8-9764-432093ff6c76",
  "Deleted": true
}