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": "9ec3de76-4eeb-48c0-8ec3-da4ae0788a42",
  "CompanyID": "f5666dcc-ab81-4a18-abe6-587c310f7622",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-14T00:59:14.9068326-04:00",
  "CreatedByUserID": "99581708-f301-4f5c-82b6-06148d8bcf17",
  "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": "7cfb710c-2ba9-4f78-a5e5-d0d7aa55ba84",
  "CompanyID": "d25262f9-554e-4718-8c89-9ad3e29df589",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-14T00:59:14.9224588-04:00",
  "CreatedByUserID": "c57651b0-5784-45f4-ba86-61ad4d89877f",
  "Deleted": true
}