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": "47c87259-3725-46b7-9113-3976373d9eac",
  "CompanyID": "ac5a92cd-f524-4dc4-ad91-de4e8c8b321f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-28T03:41:02.0394942-04:00",
  "CreatedByUserID": "a9655cf4-58fa-4e1b-b534-b31fb6b3303e",
  "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": "ef938f67-97ac-477e-835e-4553abc8918b",
  "CompanyID": "eca7cdc1-f191-4356-a4c7-e7ea0b42c702",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-28T03:41:02.1488672-04:00",
  "CreatedByUserID": "692ff0e8-79c3-480b-be01-8f241ce6ab05",
  "Deleted": true
}