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": "e9ed6e31-e839-452b-895e-5eef128b0eef",
  "CompanyID": "86dd40e7-6ece-4be1-ba69-6e9b678d6bb5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-02T15:26:52.7037109-04:00",
  "CreatedByUserID": "848c1560-f852-427d-a4ac-ab5606614938",
  "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": "b2396f3b-dfad-4fdf-890f-28f158d47c20",
  "CompanyID": "b3807476-e2e2-4546-9804-cffa6aa6ba7f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-02T15:26:52.844338-04:00",
  "CreatedByUserID": "7a113fad-406c-46cb-a835-9941696de737",
  "Deleted": true
}