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": "74bc3baa-21e0-4895-be11-3d96b0e1e699",
  "CompanyID": "502cf046-434f-4f17-8e8f-685901b7473d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-13T18:01:49.4971262-04:00",
  "CreatedByUserID": "9a438313-b309-4254-b6b4-1c1122f78167",
  "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": "b2ace220-e9d3-46ea-9d02-5ffad7e991ce",
  "CompanyID": "0f53205e-ab1b-49a0-8c67-a3730dab21a0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-13T18:01:49.4971262-04:00",
  "CreatedByUserID": "ea21ea3c-f777-4ca5-bd79-0d6883b89c59",
  "Deleted": true
}