POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "c7617994-5460-47d9-9289-1cd98cc1a96d",
"CompanyID": "b681031c-9b85-473b-9ee3-8eccc086594c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-07T04:50:51.7478889-04:00",
"CreatedByUserID": "326d91b5-809d-4668-820b-3953484f80f9",
"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": "75b8d6d7-5c41-48c0-9c76-cd8504652dd6",
"CompanyID": "73f8b4aa-4b03-4619-975f-fe11a25ac0c1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-07T04:50:51.8728817-04:00",
"CreatedByUserID": "30d35e51-e5de-43cd-8414-280aacd2f654",
"Deleted": true
}