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": "04c48b3a-afb8-4f3e-96ce-e8a3517d2b48",
  "CompanyID": "fe47360a-1e80-4193-beb1-9992b355a359",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-15T20:46:29.5825484-05:00",
  "CreatedByUserID": "f8c64dcb-83b3-4ad9-880a-2ac27063861e",
  "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": "c2d1654d-e382-4b42-8228-fa08b58fae25",
  "CompanyID": "793b86b6-653e-4a62-892f-1d457e137b0e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-15T20:46:29.5825484-05:00",
  "CreatedByUserID": "7f314a36-89b3-40e6-9bb2-c2e6e9972e70",
  "Deleted": true
}