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": "73bacaa9-da5b-45ad-bb19-012209f7846c",
"CompanyID": "dde63311-c6aa-4473-9638-157ebf627b37",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-18T06:15:25.1931021-04:00",
"CreatedByUserID": "a243d51b-e504-4d11-be12-fa963e11971d",
"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": "7d81327c-ea49-4173-adb0-b9d6ed3be5a1",
"CompanyID": "65ce0a9d-0cce-4cf0-9cac-b5e029fdd4c2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-18T06:15:25.2087245-04:00",
"CreatedByUserID": "db9493bc-65b9-4163-8431-a0ffa69c0dca",
"Deleted": true
}