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": "9c4b0f78-ff9d-4ca6-b5cd-efe4857f2b3f",
"CompanyID": "ab23706c-b76c-485d-abea-9f58db9c2867",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T13:42:43.9097878-04:00",
"CreatedByUserID": "fda78ba5-4ae0-4446-97ba-8354fcbb963e",
"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": "e08ac60f-fa42-474d-8179-acffd41e313a",
"CompanyID": "844eb00f-e54a-41fc-9354-d7c209accc7f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T13:42:43.9127875-04:00",
"CreatedByUserID": "0241098a-9db4-404a-81c2-f3e19339399e",
"Deleted": true
}