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": "1bac2bac-66a1-4f7a-94e6-56bbc9515c7d",
  "CompanyID": "e264b5d4-d2c1-41ba-94fb-598a0bc6a219",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-22T03:42:18.9595445-04:00",
  "CreatedByUserID": "21185969-9016-4fcc-ba61-11cd6f910a0e",
  "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": "034e109b-d0e4-4b27-b90c-da442cdca9c9",
  "CompanyID": "543221f5-e9de-4e1d-9db4-a9ffd1afd3ae",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-22T03:42:18.9751683-04:00",
  "CreatedByUserID": "c66ebb3e-2b10-4df3-be58-0d318898b5bc",
  "Deleted": true
}