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": "32a19ecc-abdd-44cd-8c25-f83fc2cc9d22",
  "CompanyID": "7e66b3a1-9c2c-403f-b3c0-ef03aef8d07c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-14T11:24:24.377599-04:00",
  "CreatedByUserID": "8de6e0f1-bddc-44c5-a1a0-0a24699d410d",
  "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": "69cc65bb-7ef6-4ebc-8685-9b426661f0da",
  "CompanyID": "84d9b34c-cc55-450f-a0b0-f8e550d5b4cb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-14T11:24:24.377599-04:00",
  "CreatedByUserID": "f5036180-f4d7-45b2-9014-a3a6ea9418a8",
  "Deleted": true
}