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": "0b490044-e3b6-42b9-9a60-7d75463559ca",
  "CompanyID": "ef59bb3e-fdd6-43d7-b6ed-aa9c9a5582aa",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-06T17:01:38.3091593-05:00",
  "CreatedByUserID": "2e883c50-9993-4dac-b2dd-7f9047b3a854",
  "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": "35a8f602-4e0f-4f9f-b4c8-fdaa29a2efbf",
  "CompanyID": "c8c139bd-96b0-44f0-a99f-e17b687ba900",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-06T17:01:38.3091593-05:00",
  "CreatedByUserID": "bb26c721-6706-4bae-bbf6-bf72b9f5c281",
  "Deleted": true
}