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": "ea27c3d7-8671-4d7f-846b-48ab60172938",
  "CompanyID": "ad681d00-3d0f-4a2a-82ef-4b024bf3e59d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-15T02:30:03.3579781-04:00",
  "CreatedByUserID": "3bb996e5-8b93-42d7-a451-49972913b7f9",
  "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": "3b1ff099-9487-4f81-842f-8816af64e385",
  "CompanyID": "74d8f659-efd1-42cb-80ab-6f797c7f6d51",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-15T02:30:03.3579781-04:00",
  "CreatedByUserID": "22baf928-c480-4f00-8df6-2841708d1ae2",
  "Deleted": true
}