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": "cf75d289-2f63-47fd-996d-158332a71ce7",
  "CompanyID": "2a47d8c6-9c68-41b8-9192-bca4ccb30622",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-16T15:23:37.5768743-04:00",
  "CreatedByUserID": "8f0a68b8-a311-4eb6-8374-99f3a15ac234",
  "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": "0f6660db-4485-41e5-b6b8-198ac02dc9d8",
  "CompanyID": "9b19f0a9-81d6-4d94-916e-7f06b185b75d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-16T15:23:37.5768743-04:00",
  "CreatedByUserID": "b3075900-9c3c-45b0-b37b-4d3e51df34b0",
  "Deleted": true
}