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": "dd0baf54-cee2-41b2-9bc6-53fb3666cd2a",
  "CompanyID": "f90491ce-95f1-4a49-b5f6-97731650c391",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-10T23:12:01.4031692-05:00",
  "CreatedByUserID": "cad571d7-c8f0-4d35-8830-caf60aeaab6b",
  "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": "664e3032-e3e1-4613-a3bc-44969ad91152",
  "CompanyID": "43f0b256-c997-4477-bad3-6766040f311c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-10T23:12:01.4031692-05:00",
  "CreatedByUserID": "8976418f-bdbd-4492-986c-827d13a29c01",
  "Deleted": true
}