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": "20315ccc-abb4-4269-bf8f-f2a5a9948a9f",
  "CompanyID": "71bbb77f-d4f2-4831-a77a-7113d53eb8e2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-30T15:27:39.9816729-04:00",
  "CreatedByUserID": "8d7825b9-baa7-41d5-855e-badd16c155a0",
  "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": "f021b21d-0322-4ff7-8cd0-174b2e6004b4",
  "CompanyID": "fcbc6b8a-f7c1-4f7a-a33a-2be4857c5ca9",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-30T15:27:39.9816729-04:00",
  "CreatedByUserID": "7fd1b6c4-ee4e-4921-8183-9de8b296fc70",
  "Deleted": true
}