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": "b47d458e-56ce-46c3-97df-ce6d58e186b9",
  "CompanyID": "775e672c-a2c0-4e24-96c5-5cf0d74c348d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-09T22:25:20.5433972-04:00",
  "CreatedByUserID": "3dcc6c5b-0697-483d-b6ef-92ced101d682",
  "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": "0fc85d2f-fb17-41af-ae70-a097c6e2e948",
  "CompanyID": "b7e5e563-83bc-4eaf-a269-398afc284239",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-09T22:25:20.5433972-04:00",
  "CreatedByUserID": "18c4e584-6818-45a8-a4ee-4d7b3530f639",
  "Deleted": true
}