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": "1229a03d-b988-4c46-9088-d6ee09053015",
  "CompanyID": "c8e0a497-49f3-4492-9c91-fbfe49ffba51",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-15T05:42:18.107855-04:00",
  "CreatedByUserID": "f5091c59-3c30-4abe-b23b-bd7dc758c586",
  "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": "58dc63e8-09a6-4f96-88c7-55e5465ba27a",
  "CompanyID": "f0677c4b-0f7a-49d6-87b7-5f69d7a5fb75",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-15T05:42:18.2812361-04:00",
  "CreatedByUserID": "e31a79c3-406b-40e3-9146-f921679458f8",
  "Deleted": true
}