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": "c4a84145-e7f5-46fc-9b4b-57e15ee6519d",
  "CompanyID": "94f998b2-8a36-4e1d-8fd1-e0577796a7b1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-19T09:43:26.8980196-04:00",
  "CreatedByUserID": "f0485e24-1054-4594-b8ca-7509a7fd28d4",
  "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": "f66c0c2f-5bd9-4317-853b-2bb616bd9599",
  "CompanyID": "218d86fd-f991-4057-be72-9af872580eb6",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-19T09:43:27.0397713-04:00",
  "CreatedByUserID": "665d1996-bca6-400d-9ec7-2ec61f0df5f6",
  "Deleted": true
}