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": "b3f99c2c-650f-4a2c-9088-a7cc70e3cf4e",
  "CompanyID": "0fd0673f-6a2d-4be9-9476-40733fdf98c2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-25T11:34:13.0684801-04:00",
  "CreatedByUserID": "7593bab7-8a19-4f2b-935e-f19ea827b58a",
  "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": "7d83445c-8fcb-4dc6-afe4-24ce7d7318c2",
  "CompanyID": "3523ec8a-3e21-4751-8246-482ec35fabe3",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-25T11:34:13.0684801-04:00",
  "CreatedByUserID": "fe8965a3-c25c-4be1-9b50-227154829e54",
  "Deleted": true
}