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": "49d77523-8c91-4c0f-9c3c-0ac1910c4056",
  "CompanyID": "305b4f1c-f8ee-444f-aaeb-bc6081c2e35d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-04-10T00:41:10.1091657-04:00",
  "CreatedByUserID": "49c123d5-dbab-4fda-b2fe-01b1f84054ab",
  "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": "61745030-b475-486c-a1a0-56ed38ce69d2",
  "CompanyID": "954c994b-6291-4f09-9673-7a80799fd547",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-04-10T00:41:10.1101641-04:00",
  "CreatedByUserID": "7ff025e2-9abc-4b46-b563-035aee851d32",
  "Deleted": true
}