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": "94d3bcb4-6254-43cd-856b-fd8e0e13b7ad",
  "CompanyID": "206bd074-08c6-4866-bf80-6cf9e3a773ee",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-04T14:18:24.8684225-04:00",
  "CreatedByUserID": "25303de0-31e0-4132-8c4f-a72c3facc914",
  "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": "7805c561-49ad-4370-86e2-4cf3c24111bb",
  "CompanyID": "0c635891-7d41-4816-b385-99d9d534d0df",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-04T14:18:24.8840469-04:00",
  "CreatedByUserID": "9350333a-7145-4253-a386-7eda4f21cf04",
  "Deleted": true
}