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": "42efbc09-94f7-41b8-a844-37aeea09ea8e",
  "CompanyID": "e62e6abb-96ce-4335-a98d-b365f6134bf8",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-26T11:54:32.3501815-04:00",
  "CreatedByUserID": "c13fe167-6c17-489e-8ef4-250cd63d9661",
  "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": "411684a0-7ea2-40dc-9e20-2df640100ab8",
  "CompanyID": "c800d5d7-f402-43db-86bf-7ecfa8a0aaa1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-26T11:54:32.5220725-04:00",
  "CreatedByUserID": "aff3bed7-a5e7-4e62-a006-31249972e039",
  "Deleted": true
}