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": "3ee4a139-c696-4d0f-a137-57b3e3562099",
  "CompanyID": "d8f12ff6-8263-4e27-b2db-ad909723e07b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-12T23:36:39.2930866-04:00",
  "CreatedByUserID": "a900bc3a-9fa9-4cb1-a25b-f276188a37da",
  "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": "5577906d-21db-430a-9126-c29d2142e3c1",
  "CompanyID": "b586fbab-8292-4520-92c2-232f9b047c1e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-12T23:36:39.4493341-04:00",
  "CreatedByUserID": "9ffc899a-4e5d-4e4a-b58d-236bff99bddf",
  "Deleted": true
}