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": "196d4d73-8968-45ed-828e-2a57b7c5c7d8",
  "CompanyID": "d11afdf4-5c66-43e9-90da-42b895719fd8",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-23T14:33:16.0280677-04:00",
  "CreatedByUserID": "557b6514-2390-4f8a-a5bb-3ce8a71e8707",
  "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": "b0d7ab65-5d85-48fe-a805-3c3a45f54ab2",
  "CompanyID": "5067c962-95a5-4feb-9add-a8839dd9b2f7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-23T14:33:16.1374474-04:00",
  "CreatedByUserID": "3f04b661-2856-4063-938a-e354c4c59cef",
  "Deleted": true
}