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": "78bc4a0d-0949-4e20-9518-4a37a1f19ec4",
"CompanyID": "8c7887c5-d9cb-4fc7-8d17-aba18fefe759",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T10:06:57.7756211-04:00",
"CreatedByUserID": "91e9e5fc-7a18-41b7-aebd-ebeb6537c137",
"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": "78d31eb6-429b-45a1-ba80-abb9e291a449",
"CompanyID": "ec531e20-14ff-43e7-a77b-eba81d467f95",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T10:06:57.9631267-04:00",
"CreatedByUserID": "16a18ee5-4496-43d2-9961-e28775ec8f92",
"Deleted": true
}