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": "12db287b-8365-4d30-a28f-49087ac31ce2",
  "CompanyID": "68728bfe-2b08-49be-8f31-e599c909627f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-16T23:59:52.5198952-04:00",
  "CreatedByUserID": "83999b8c-6fd6-42e2-a302-a793f1e4d944",
  "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": "0838cfe7-29b9-4428-9eff-48163323a6a7",
  "CompanyID": "6f0ee941-b23a-46fb-8612-4e55afb2db35",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-16T23:59:52.7543078-04:00",
  "CreatedByUserID": "e8b705ae-37db-4e36-a1c6-f9f2a574e4b9",
  "Deleted": true
}