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": "19e2f91c-7389-4828-b6aa-1ca7794628a3",
  "CompanyID": "943c4d04-a072-40fd-8271-db48b6ac9a91",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-10-14T21:41:12.8023704-04:00",
  "CreatedByUserID": "fd8c204d-507f-48e5-9dfb-d75fc55935ac",
  "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": "06eace5d-c06b-44fa-898b-3dc27c3f86dd",
  "CompanyID": "9831ee4a-c51e-4b15-b907-8dd820e7dffb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-10-14T21:41:12.8023704-04:00",
  "CreatedByUserID": "832e1290-e832-446e-85ff-18d2252c6319",
  "Deleted": true
}