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": "bdad1595-3a04-455b-aa36-a18d75a7ea88",
"CompanyID": "993f79cc-c262-484b-a581-f4e7eada021f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T01:17:56.0487897-04:00",
"CreatedByUserID": "1cb54de6-8eea-4e36-9c29-4fbd7b809068",
"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": "4a6c0c93-a656-44f4-89d5-1bf6cc7ec40d",
"CompanyID": "6022fc60-1e65-43de-b6e1-386a52864353",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T01:17:56.0487897-04:00",
"CreatedByUserID": "74685d16-1f6c-4ff5-89ff-b4a5269b72ce",
"Deleted": true
}