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": "f7cedf04-afda-41a5-812f-49096af8d483",
  "CompanyID": "4c46a3c7-e79c-4494-91bf-3d8d36ec25a9",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-09T10:30:35.7860037-05:00",
  "CreatedByUserID": "1febaae1-ff37-44fc-a563-5d8a4bbcc560",
  "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": "3395c0ac-89a6-477b-91b5-5f794cf0a449",
  "CompanyID": "c5210a7d-6d2a-453b-a279-9e10374235c7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-09T10:30:35.8016364-05:00",
  "CreatedByUserID": "8126f200-2298-47f6-a408-016b5badb8b6",
  "Deleted": true
}