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": "67cd45a8-15ef-4947-882b-6f6aa0d17a6f",
  "CompanyID": "224b11a9-3516-4063-9ed4-c33338e56a73",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-14T16:25:35.8951442-04:00",
  "CreatedByUserID": "ed5375c7-d293-4183-8e42-aba19c038ce4",
  "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": "c41879ea-79d9-446c-be9b-a5070a126914",
  "CompanyID": "a901f4f1-e74a-4896-9989-941c70e4a434",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-14T16:25:36.0670224-04:00",
  "CreatedByUserID": "f033e678-fd4d-4009-9d34-f6b8707f61e8",
  "Deleted": true
}