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": "28a7ec90-89be-42ae-88cd-8f08795216c4",
  "CompanyID": "42d3326a-759a-41a4-9754-bfd9abc6ac20",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-19T22:38:02.3974015-04:00",
  "CreatedByUserID": "37ce6c15-2287-40e4-9e1f-76ce857e0414",
  "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": "91757998-33d7-4973-8f8a-6d344c668d87",
  "CompanyID": "a33ed36f-d574-484e-81fb-f75094f8fe37",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-19T22:38:02.4130223-04:00",
  "CreatedByUserID": "a01a9ad2-4e23-411d-a5db-ce359dd499f4",
  "Deleted": true
}