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": "5ea0a0f0-8d2a-4b3d-9ff8-b2fe0d17be1f",
  "CompanyID": "9cc55fc8-969e-49c8-9d98-3e34040efe19",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-21T04:52:09.7193709-04:00",
  "CreatedByUserID": "8397aabd-2380-46f5-a019-b11b9534a5da",
  "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": "22fa9fe8-c9f0-4745-9743-4271606972c8",
  "CompanyID": "a57e13bd-32cf-4049-84e3-ae9a2a442f3a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-21T04:52:09.7193709-04:00",
  "CreatedByUserID": "be35c249-0dee-40c2-b9dd-56c1920bbd8c",
  "Deleted": true
}