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": "75b604b4-61cc-47f7-83c6-2e893050a4a6",
"CompanyID": "224cc493-3cf7-4e5d-8f68-39b5bdf93abc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-11T23:35:24.5596153-04:00",
"CreatedByUserID": "21d63bf8-d3d8-41aa-bdc0-ceee49a4a68f",
"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": "9889b636-c6f7-4b29-b935-a12a75dd7853",
"CompanyID": "bcfd3357-e598-43f8-bfe8-bfa5eceabbfe",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-11T23:35:24.5596153-04:00",
"CreatedByUserID": "aac2d54f-059b-47e0-aae6-f1cb8ee2f03c",
"Deleted": true
}