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": "f0ae479d-0940-40cc-afda-41b5e1ffc872",
  "CompanyID": "817d7ffe-ce85-4bec-834b-9ed5c1fa7d71",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-05T02:02:25.8445987-05:00",
  "CreatedByUserID": "1208b013-15c4-4cad-89bf-cffb8d9f83bc",
  "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": "9f8fe855-2eb2-49ba-85a0-c08243bbf699",
  "CompanyID": "b2973858-147d-49a0-88a9-3c9e4b22b6d7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-05T02:02:25.8445987-05:00",
  "CreatedByUserID": "158cfee4-2b71-424c-979a-5e5bc032046a",
  "Deleted": true
}