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": "fa809e01-83fd-49ab-8209-89c73a327b9e",
"CompanyID": "68285aa7-2e4c-463e-ab8e-b8b0a5295bd2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T12:20:34.6759242-04:00",
"CreatedByUserID": "cdb3efa0-185c-4612-bb35-ddcfae56548e",
"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": "b2a154d0-d5a7-4d70-a4de-cf314b988b59",
"CompanyID": "0798d74f-01ea-43fe-8550-e6ccfd7c8ae2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T12:20:34.691549-04:00",
"CreatedByUserID": "cecf3b14-16ae-4e6c-8e34-d4f84afb204e",
"Deleted": true
}