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": "5ab3d78e-5472-4685-944e-3f957b98e3f7",
  "CompanyID": "65eb5e15-ebd7-4d2c-8740-c12d84d6e962",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-08T01:26:21.562485-04:00",
  "CreatedByUserID": "2a52fbb0-90e4-4b30-9dba-4f2c15343568",
  "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": "2f715a4f-50b6-452d-9acd-2ba9a25cd373",
  "CompanyID": "8f34edcd-8765-4b63-921f-ca94868cb679",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-08T01:26:21.562485-04:00",
  "CreatedByUserID": "f67ee529-112e-468a-9406-2136df67d985",
  "Deleted": true
}