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": "3bfcf0cf-028b-42b6-849e-f4c9543a0d9e",
  "CompanyID": "7cf133c8-986c-4b2f-90a8-e79a4c3429ee",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-29T23:59:09.1717912-04:00",
  "CreatedByUserID": "ffd7b4e5-df23-492e-98a9-ce89efb59b43",
  "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": "1a7b3da4-c180-4a84-970b-9675caf9f895",
  "CompanyID": "c48c8465-379c-4af4-92e0-9b960524025b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-29T23:59:09.3249143-04:00",
  "CreatedByUserID": "7821e385-6b2d-4344-92ba-200c740bcf1a",
  "Deleted": true
}