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": "64dbd48d-5543-4163-81f1-ea0a5ef11a66",
"CompanyID": "bddf5a3a-1d30-4d97-928c-4c17aa9ecbea",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-13T15:48:55.1112786-04:00",
"CreatedByUserID": "639499ab-37a3-4b9e-adea-d6e32588a4b3",
"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": "25e3f9dd-787f-488f-90cf-4b5c3539456c",
"CompanyID": "2136d940-c812-4f53-999d-d7756b33e782",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-13T15:48:55.1268862-04:00",
"CreatedByUserID": "86a39707-f92f-4880-8e5b-95ceb1dea36c",
"Deleted": true
}