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": "8fda3ece-e201-4038-aba6-5d0c5e678d10",
  "CompanyID": "0a87bb02-4a58-4467-a3ba-36cf29d878fb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-02T16:45:14.5945053-04:00",
  "CreatedByUserID": "9e5dc597-08d6-4fa4-9cf5-3f1af504febe",
  "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": "6d50e78c-d25d-4f8e-8a60-0ef7c5b41911",
  "CompanyID": "bd68df32-3e39-4694-8fb0-7c9ad720a99c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-02T16:45:14.6101345-04:00",
  "CreatedByUserID": "c03030b4-8804-4c7c-81aa-e5f626d9faa4",
  "Deleted": true
}