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": "7c855794-638a-480a-a826-8313707a8c48",
  "CompanyID": "31ef1507-c32a-4cc6-8238-293b675a1f68",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-06T09:23:55.7806984-04:00",
  "CreatedByUserID": "4e9a4f78-2935-424f-99c0-58cb8c4c6d59",
  "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": "c7a773b5-c3a2-42fa-906f-1d58f40e5797",
  "CompanyID": "cda343d9-f2a0-4b31-b626-cfb6264fd66d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-06T09:23:55.9369584-04:00",
  "CreatedByUserID": "2e181cb9-8101-41d2-a9e8-2a804c97ec46",
  "Deleted": true
}