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": "24b7aab3-b25b-464a-8db2-bd79a60126c1",
  "CompanyID": "aae9c46a-e273-45d6-87f3-6864f4631e1a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-25T05:13:47.9423465-05:00",
  "CreatedByUserID": "ea2dfea1-80cf-4ae6-ab3b-5f766381c590",
  "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": "f98052bc-5b2d-4351-807c-1891d7c471f9",
  "CompanyID": "28c4fc24-cf59-4a9a-804e-8e38bee023cb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-25T05:13:47.9735954-05:00",
  "CreatedByUserID": "d7378271-4716-40df-9ed9-2e430d69b598",
  "Deleted": true
}