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": "7f130649-688f-4f35-bcf3-47ead2fbd578",
  "CompanyID": "fe571734-15e7-4a92-bd1a-68f84829adb3",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-04T00:39:47.5955016-05:00",
  "CreatedByUserID": "116c2eac-792f-4fec-94ec-8c700df42d36",
  "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": "3325c094-33b0-48ab-8aea-de9d11ca672a",
  "CompanyID": "009775ea-94d7-482a-b964-a45725801573",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-04T00:39:47.6111402-05:00",
  "CreatedByUserID": "33b19326-917d-45c1-ab3f-332bc91f9db0",
  "Deleted": true
}