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": "5ee14d65-8743-48cb-9564-104473296a54",
  "CompanyID": "0fde1643-fe87-41e6-a2c5-83c66656646d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-01T05:52:59.9488065-05:00",
  "CreatedByUserID": "2c5e8150-ff89-44b4-9352-d0659bc02181",
  "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": "3a28e3d4-84a5-4525-8cb1-e9c9f4e9b4d6",
  "CompanyID": "39cf2069-6ab9-4ef8-b8d9-13a4294216d7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-01T05:53:00.1362895-05:00",
  "CreatedByUserID": "e7107d6e-adf8-4e3d-832d-f6effba5727e",
  "Deleted": true
}