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": "bf63ee3a-e735-4c65-8fef-f62d296dfd6e",
  "CompanyID": "b50329a2-b8a1-4643-b3a1-26c0cf543f6a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-05T12:12:59.172885-04:00",
  "CreatedByUserID": "447f5024-820f-4b2c-9b05-dfc5136ada34",
  "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": "37b7e72d-cb92-4e94-b3e0-2806d70db662",
  "CompanyID": "032da464-b817-4c3d-b8c6-38fdc2fc9404",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-05T12:12:59.3146422-04:00",
  "CreatedByUserID": "f82e072f-dd7f-46e8-ae5a-09e5372f7b6b",
  "Deleted": true
}