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": "980c0fb0-5357-40ce-81cc-93090a361066",
  "CompanyID": "c200fe17-6bca-4d94-ba71-2c71601e822a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-10T01:44:39.512441-04:00",
  "CreatedByUserID": "abc941e8-8916-4b7c-9a20-0a1a8ffb2eb9",
  "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": "e8925afc-c4d1-4078-9c0d-583b37da25f4",
  "CompanyID": "cf01243d-bf5f-48ea-af5f-d2583485cc2c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-10T01:44:39.6686968-04:00",
  "CreatedByUserID": "451f47e3-8035-46b4-ac27-5746cd4af026",
  "Deleted": true
}