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": "b36d18c5-32ea-4d6e-9f05-c0129396f77c",
  "CompanyID": "d76cc6e2-5443-40f0-97c0-97168f3798ac",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-07-18T19:47:07.9037723-04:00",
  "CreatedByUserID": "f55cebbc-b666-4b9b-a33c-3bedff180bec",
  "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": "275212c8-83af-422f-9077-bdb2fda6a4b0",
  "CompanyID": "163fc323-890a-423f-a5ce-439f6b590481",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-07-18T19:47:07.9204773-04:00",
  "CreatedByUserID": "57ebb78d-56b1-4637-81a8-f96e6b3c5cc9",
  "Deleted": true
}