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": "7ac472a4-1b6d-4100-ae50-cf160fb41555",
  "CompanyID": "44674f16-59f0-49c5-96be-9cc4d805b5c7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-12T03:35:08.8404593-04:00",
  "CreatedByUserID": "68a6cd63-db35-451e-b84e-d91810243e9e",
  "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": "a2dd5b2b-555e-4bf7-bfdb-4ec009876224",
  "CompanyID": "7a6369bf-49d6-452b-aec3-736a6be8384d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-12T03:35:08.8404593-04:00",
  "CreatedByUserID": "d9902b9d-462d-4259-957c-e4001b638f57",
  "Deleted": true
}