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": "ef5c09f3-2af9-454a-8ebd-9bfdfce87a74",
"CompanyID": "ef7497a7-6b6e-4414-b755-f7188ec19fa3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-27T08:28:52.5395842-04:00",
"CreatedByUserID": "7cfb3d6d-e494-420e-9d6b-fa929b5716cd",
"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": "06a7f98b-f0de-4e6e-8300-5cf5bab28d2f",
"CompanyID": "485891a0-e6fc-43f8-808a-919a82a88c21",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-27T08:28:52.695831-04:00",
"CreatedByUserID": "b7bb3a7b-5a5c-42c0-bbfc-398e06a3cd9b",
"Deleted": true
}