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": "35ebe309-9ec0-44d0-b9bd-92ecb3a7c354",
  "CompanyID": "e80c8fc9-b833-44c8-87a9-0a039382849b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-21T13:14:46.9180076-04:00",
  "CreatedByUserID": "e0956cf3-17c5-4417-9aca-5d7b5bc425c6",
  "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": "bf28004a-7a5b-4a9d-ac34-4458409b32fd",
  "CompanyID": "ef13a18c-079a-407e-ad48-8e96ddda4b45",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-21T13:14:47.0742576-04:00",
  "CreatedByUserID": "255187c0-10b9-491f-9ccf-5948b4d7dcb1",
  "Deleted": true
}