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": "bf8d164e-17e5-4695-b6d2-dac1c1cd4320",
"CompanyID": "28bc0cf0-2505-47ab-8cc1-30e238429357",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-12T16:02:35.8238-04:00",
"CreatedByUserID": "82794b47-00b8-4a8a-8cc0-2a97fbdc7a5c",
"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": "deb7784a-8349-45d7-9195-4f5fac88caa6",
"CompanyID": "5e20afae-9508-4462-894a-ffbfe338a1e8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-12T16:02:35.8394266-04:00",
"CreatedByUserID": "86756dc8-8296-498f-aca7-2209016efef5",
"Deleted": true
}