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": "4ff3344b-a038-4b01-a521-51c55831e185",
  "CompanyID": "7f2d7fd7-d7af-4f22-9b08-252ef0889d13",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-03T07:36:37.3923173-04:00",
  "CreatedByUserID": "6b06e594-a29d-4c65-94c4-af24a842fe49",
  "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": "22235dcc-32f9-49d8-b635-80828911c3f1",
  "CompanyID": "ef14f23e-d788-4efe-b3e2-d91d940248c4",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-03T07:36:37.5485696-04:00",
  "CreatedByUserID": "2c3f3977-8f55-44a3-bfed-97873023476b",
  "Deleted": true
}