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": "d9eb41ed-20f7-4cef-a1d9-044e2bf40a88",
"CompanyID": "494acafb-c914-4e67-af94-0a4ab41e1ff0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T03:57:20.3203796-04:00",
"CreatedByUserID": "45319e36-cfc5-4ef2-8987-03b7bb64153b",
"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": "cc6e6e73-fb42-4332-a3aa-8443a4002a40",
"CompanyID": "f86c18fa-d457-4ca2-86d9-8f07c4ec21df",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T03:57:20.3203796-04:00",
"CreatedByUserID": "0dad56c0-20d0-41ab-9ff2-30f48742da4f",
"Deleted": true
}