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": "0755a727-2f87-494c-8030-1c314c160fba",
"CompanyID": "6f658b78-c1a5-4792-a6d8-5d59917afb80",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-10T05:20:04.8838297-04:00",
"CreatedByUserID": "1f41a3d3-9efe-47f7-b455-afd899ae565b",
"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": "58f7184a-139c-4faa-a9dd-9834fd86bc76",
"CompanyID": "97f247f4-9ee8-48ba-ad7e-f6dfd168fdea",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-10T05:20:04.8994414-04:00",
"CreatedByUserID": "f2607cc1-45a2-47b7-bf16-aa7634a6f271",
"Deleted": true
}