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": "d4d8d081-416e-45c0-9efb-0abdb1255b7f",
  "CompanyID": "d4653f81-f539-4a20-a371-f3efb8d1c20a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-21T18:10:55.3649366-04:00",
  "CreatedByUserID": "761f8b44-6fbf-49d5-94ee-ce8edd2a34a3",
  "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": "ff19bb0d-fb88-4e1a-af29-92ca8262c76a",
  "CompanyID": "34a127a7-6e9d-4117-a61f-de57fd62ed37",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-21T18:10:55.3805617-04:00",
  "CreatedByUserID": "20a31063-b85e-4ff1-8cb9-64c11233531a",
  "Deleted": true
}