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": "13b6d394-b568-4100-a142-32eea0d17ca3",
"CompanyID": "ecbd2984-d122-4b32-bffb-8d5496d74cd6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-19T15:07:40.0649208-05:00",
"CreatedByUserID": "c82b1134-b022-477c-b758-ec90262a729e",
"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": "0191c42f-ba97-4e0b-8140-8cbf1b596d14",
"CompanyID": "35ed1d1c-40ef-4511-b322-7cccb53e574b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-19T15:07:40.0649208-05:00",
"CreatedByUserID": "7bfd0f8e-4e01-403b-bfe6-efd1d54c629c",
"Deleted": true
}