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": "dbc0b268-b8d9-4bf6-b644-95c517d2c251",
"CompanyID": "ee5b6f88-f9e7-464c-a9cc-94bb73275fa1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-04T10:19:27.4176868-04:00",
"CreatedByUserID": "f97d677a-0a12-48a0-a36f-41d7c3fbc762",
"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": "8fd7d637-b973-441f-80f6-b8449407239f",
"CompanyID": "b9d32a0f-2022-491e-bcf8-a0a5c7070ab4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-04T10:19:27.5895508-04:00",
"CreatedByUserID": "05e552bf-c93a-42fd-b64d-39b351705aa2",
"Deleted": true
}