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": "5bed5fd4-c64c-456f-825b-e9979569e2c5",
  "CompanyID": "653e2df2-c895-41f2-8875-e42ff69005a2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-05-23T12:49:21.8894393-04:00",
  "CreatedByUserID": "6052b33a-f9e6-43f9-aa45-6ad8b7049d88",
  "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": "f6c43c68-16a4-413a-b85f-4ce478f70e92",
  "CompanyID": "da12e276-8fdd-45cb-9c77-e65fee559929",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-05-23T12:49:21.8894393-04:00",
  "CreatedByUserID": "c279f52c-2f7f-4717-9c2d-a9751d7ce94c",
  "Deleted": true
}