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": "10a3cbaa-322c-4bcf-a6bf-8d6f9b35b679",
  "CompanyID": "775b5995-a08d-4991-a2c1-7733a140f1bf",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-27T11:02:18.9086382-04:00",
  "CreatedByUserID": "7bc1073b-4a08-426e-b14e-ed6ee88d6d60",
  "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": "ef1dd6ef-5ad0-4a91-b136-039a49a22dc7",
  "CompanyID": "dab2815b-ee69-4e7c-b787-f5e6877d019f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-27T11:02:19.049255-04:00",
  "CreatedByUserID": "d46caed4-626d-4bd6-9337-6f2a8c0f5511",
  "Deleted": true
}