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": "017b17c0-3329-42d9-a1f3-624117067b85",
  "CompanyID": "d764e0b7-cc64-4ebb-82f4-5d653f3e4055",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-21T14:11:16.3365739-04:00",
  "CreatedByUserID": "6fa146a8-0457-4015-9f55-bbb3fcfffb1b",
  "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": "c6ae8575-a058-4ba9-b3e5-607accfb9556",
  "CompanyID": "773fef64-031e-477a-bd8a-2bff54a67b80",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-21T14:11:16.5709463-04:00",
  "CreatedByUserID": "f26e89fd-c634-4666-afc4-1ae41841e09a",
  "Deleted": true
}