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": "b24d5eca-837c-484c-a107-fa42b5cf85c8",
  "CompanyID": "0827ff8b-6968-4a3d-af8d-dbbaf1a32fb3",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-07-11T03:56:46.9923434-04:00",
  "CreatedByUserID": "54050a93-f113-49f9-8941-5ed7c702e637",
  "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": "4bb6be86-686f-46bc-87de-55b19eb99926",
  "CompanyID": "de74b639-2594-45c1-ba5a-f596653380ee",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-07-11T03:56:46.9923434-04:00",
  "CreatedByUserID": "e9c3e370-044a-4089-9874-c87d2e43e250",
  "Deleted": true
}