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": "44526b75-daf9-4239-84aa-aa00a75e4034",
  "CompanyID": "1274fa0a-d908-4560-8fb1-339919b9b081",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-30T03:31:07.0788428-04:00",
  "CreatedByUserID": "6ad261a0-5e9e-4766-ad83-e6ec468a3a08",
  "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": "e42cdb60-bf03-4ebb-89ad-c6b475d0748f",
  "CompanyID": "cefb0448-35c3-470b-9906-0c3b86eb175c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-30T03:31:07.1100873-04:00",
  "CreatedByUserID": "abf53469-97d7-41d8-afe7-23bcd062d465",
  "Deleted": true
}