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": "726f9c21-eb07-4287-8ee1-9f6bf0c49aff",
"CompanyID": "32eb7572-a18e-49fe-9b24-db852dd5edd4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T16:21:25.7995807-04:00",
"CreatedByUserID": "74a05a51-00aa-4a69-86da-5be453dff4f1",
"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": "b7c00434-2a39-4cc9-ade7-2a725f2e0205",
"CompanyID": "478922f5-d8a8-46ef-b395-c7e3f1e2a62d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T16:21:25.7995807-04:00",
"CreatedByUserID": "25202135-9c02-4408-886e-c82206bc0862",
"Deleted": true
}