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": "571314a4-4663-4d85-b1ff-ad234dd1eff3",
"CompanyID": "8eac88aa-d6e4-4945-b01a-2c0f56b85dd2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-24T07:00:38.7786962-04:00",
"CreatedByUserID": "e6736af4-ea56-43f4-8f6c-3a5ad840b684",
"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": "173d3e63-4d0a-495f-b70f-f62486eb46ea",
"CompanyID": "db73f3f2-4c79-4310-8257-0bfa1ce31a25",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-24T07:00:38.9349385-04:00",
"CreatedByUserID": "af925708-1d75-4fd6-8338-e3170771b49b",
"Deleted": true
}