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": "95626b66-b059-484f-9e9f-1d66ad7cc517",
"CompanyID": "c683efc0-144e-4645-b603-e1e4abb95033",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T19:25:17.0289384-04:00",
"CreatedByUserID": "0c24a530-f4ee-41cf-9e36-df35f0fa1261",
"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": "64d845c0-06c4-4e3a-aba9-418e04a8d8b4",
"CompanyID": "346a2771-d74f-4639-b2b9-568d8c4b1409",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T19:25:17.0445694-04:00",
"CreatedByUserID": "648dc1b9-0f01-497a-9033-40e262638b53",
"Deleted": true
}