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": "81133a8a-ee46-4d9a-b9ab-f35535e287c5",
"CompanyID": "68023b5d-5f2b-4b1c-ac70-504f7ca4617d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-16T09:05:21.7542009-04:00",
"CreatedByUserID": "08ef5af5-e0a8-46e3-9dac-ca57f9f8f8cc",
"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": "3d5c63b7-3ab9-40e9-8a60-592d60644783",
"CompanyID": "9e9d9659-86aa-49a6-8546-7d16b20cbaff",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-16T09:05:21.9104431-04:00",
"CreatedByUserID": "12191107-7f1a-4c5f-ad7d-04256374d73b",
"Deleted": true
}