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": "427f5e82-f429-4e49-905c-bfb9e37a0603",
"CompanyID": "4a91e2e6-5ae1-45a5-80e0-65b253e30fd2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T14:49:02.751627-04:00",
"CreatedByUserID": "28ac43de-49e9-4447-a975-365de5da4c36",
"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": "c640ea5c-155b-4629-9e18-ea50f2671f05",
"CompanyID": "ab6b7003-5dfc-4d59-a132-3a9babfe7203",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T14:49:02.751627-04:00",
"CreatedByUserID": "99fb1e29-2cd4-4be1-9bfd-f12a1c9ec503",
"Deleted": true
}