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": "a45f542d-45ea-494f-8b11-4483c4f1fc65",
  "CompanyID": "3512e61e-f729-4395-9b7e-f77ce840916f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-11T10:25:32.4289525-04:00",
  "CreatedByUserID": "b5257d8d-79de-4573-b1fc-9829eee7c5bc",
  "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": "5d54eaa4-fcf0-4769-8cb2-0f0eac83a7e6",
  "CompanyID": "2b6eeebc-19b9-44b9-80ac-8c88f09135a2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-11T10:25:32.4289525-04:00",
  "CreatedByUserID": "4e4dd780-e5dc-41d0-9eb7-7de7dc1cbb91",
  "Deleted": true
}