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": "26b8db6e-04c5-45f1-b522-04401a111b74",
  "CompanyID": "a1b5d254-26a4-4c17-9acc-93f62de3fb97",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-09T18:04:19.115279-04:00",
  "CreatedByUserID": "5cc24129-4b49-4f37-a907-871f328fa171",
  "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": "b2c9bd90-2e36-45b5-94c4-11ba5c801cae",
  "CompanyID": "067ba0ce-c09d-40a6-a432-3f26c893ec4d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-09T18:04:19.2715172-04:00",
  "CreatedByUserID": "7fc969bd-07c9-4933-81ad-6d218a3bc208",
  "Deleted": true
}