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": "1e7e618b-6dfb-4db9-a962-9bedc96c4483",
  "CompanyID": "ff50675f-57f6-4439-aac3-9410732d7ca1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-13T00:40:50.8524108-04:00",
  "CreatedByUserID": "b858b9e3-515f-42b8-b4eb-d7cbcaefa902",
  "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": "e524abfc-5643-4ac2-a4a8-7c494c81a128",
  "CompanyID": "cd2df1c9-dd56-4d22-bdeb-d1a9a718cf65",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-13T00:40:51.0097705-04:00",
  "CreatedByUserID": "14f6fa5f-edfd-4050-b839-f6f28bc5d9b3",
  "Deleted": true
}