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": "db889976-9d6a-499a-a2ea-0d85812046c9",
  "CompanyID": "6b32480b-5a82-4b2d-92c1-957de303543e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-19T12:44:02.1721496-04:00",
  "CreatedByUserID": "6b26ea46-ccf9-4471-9453-bd3c2f068e08",
  "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": "f84f8813-013b-49e6-8111-ae26f617ef08",
  "CompanyID": "eecdca39-0b30-463c-8697-031fc811aeca",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-19T12:44:02.1721496-04:00",
  "CreatedByUserID": "fc7b0532-6fd6-4cd8-b64b-553100cdff2c",
  "Deleted": true
}