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": "737a920a-5af6-4dcc-8f0b-285e23e6d95d",
  "CompanyID": "59a51389-4d58-4add-86bc-e9a938f387ae",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-30T08:20:43.3404731-05:00",
  "CreatedByUserID": "52fc71f4-8ff5-4ffc-9f0c-551adf71f290",
  "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": "ce99f928-c1c3-4070-9e18-ecfb71740da3",
  "CompanyID": "bef13f28-a23d-4d72-988d-87f6dca1b7d7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-30T08:20:43.3404731-05:00",
  "CreatedByUserID": "bb8bf57c-31a5-415c-acbb-e68da52d4840",
  "Deleted": true
}