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": "8a0cf217-e195-47ba-8ab2-115c0e1f81a0",
  "CompanyID": "5417ee0c-f694-484d-ba50-cb09301b9489",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-29T05:33:30.6153657-04:00",
  "CreatedByUserID": "57ac7dbf-e311-49dd-9b0a-44ae559b887c",
  "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": "fc2a0abe-dc04-4257-9018-2b1200ad6b94",
  "CompanyID": "84e19406-660b-40b0-8ea2-4ac16f5e7fca",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-29T05:33:30.6153657-04:00",
  "CreatedByUserID": "70d1f957-a9ca-4e1a-b957-72689857ec55",
  "Deleted": true
}