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": "1e151609-edd5-4d18-a4bb-f474c626bb55",
"CompanyID": "ebad36ff-50db-4a3e-a942-d6ca5923452f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-08T19:59:09.3638427-04:00",
"CreatedByUserID": "8316bf3d-ce62-4289-8b7f-420baec9f54f",
"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": "e6ab8ddc-51d1-450f-a6b1-07d17782864e",
"CompanyID": "61a3428e-15bd-4788-9287-bb2969bf099e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-08T19:59:09.3638427-04:00",
"CreatedByUserID": "b3543aa4-666d-4974-b98f-7e7ced3e8997",
"Deleted": true
}