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": "d2a8165d-61e9-48d6-a95a-cff84d884707",
"CompanyID": "b677131f-137d-448f-a695-572e36ae8b4c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-02T19:36:00.867265-04:00",
"CreatedByUserID": "dd8fc5fd-f6e0-4d21-8821-e334d6e49aee",
"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": "09b2ff50-eecc-405f-9863-7d32dc4f831a",
"CompanyID": "26c0ee48-cb2e-46bc-ba57-5b60c9326341",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-02T19:36:00.867265-04:00",
"CreatedByUserID": "e5368fc0-7b3e-4c1c-9ee8-91455631d03a",
"Deleted": true
}