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": "5984bc9a-5dea-4a0d-82ac-b723924b71b0",
  "CompanyID": "5e52617f-cc18-45fa-971a-9214c95be76e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-10T12:21:34.6181121-05:00",
  "CreatedByUserID": "4bae496a-a943-44b1-8b96-6f609665374b",
  "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": "035b2f43-ca25-419c-8a96-d3106a4bf498",
  "CompanyID": "db5dac11-fce3-40ba-9895-2a33eed7595b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-10T12:21:34.6337323-05:00",
  "CreatedByUserID": "57a80b59-c012-45a9-91e8-b26e02e280d4",
  "Deleted": true
}