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": "8812b062-6384-4e2e-9ed3-1853046adbd5",
  "CompanyID": "770397d9-2dba-4c85-a9cc-5dd94fae65d1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-14T13:46:54.1503113-05:00",
  "CreatedByUserID": "b195ad1a-ab6c-43fb-a417-49f9440ed21a",
  "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": "f928d5c7-c068-49e7-9639-c4c5cf2e4c57",
  "CompanyID": "98d1af9f-7210-46b4-ad05-d7cf3e6cd8c1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-14T13:46:54.1503113-05:00",
  "CreatedByUserID": "5f87d178-38ec-4141-8bb6-08a160878f65",
  "Deleted": true
}