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": "16e8707b-08cb-4bd4-aede-091e621d23fc",
  "CompanyID": "f34ca14e-1e0a-4147-b686-ca178d2aa717",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-27T06:48:54.7905174-05:00",
  "CreatedByUserID": "992608b7-88ee-45e2-8f13-788792b62a11",
  "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": "3f648a8a-516a-4f96-9d09-c26b357d4f8f",
  "CompanyID": "f8acf683-5ead-42fe-8a8a-a1fb26722b52",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-27T06:48:54.7905174-05:00",
  "CreatedByUserID": "6943b5df-1a2f-4f6f-bb20-0230f6412381",
  "Deleted": true
}