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": "6d6f24a4-c833-434d-800f-aa7311f7b740",
"CompanyID": "8d582300-cc33-4a83-ad7b-89dd719e4c82",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T15:41:35.2962403-04:00",
"CreatedByUserID": "1754ce28-b03e-444d-9468-82f391a1031a",
"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": "ffbd0ab8-1b16-4dd9-88d8-77137d2233cc",
"CompanyID": "9d0a7407-46fe-4c9a-b7e3-ea0b299b768d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T15:41:35.2962403-04:00",
"CreatedByUserID": "94c2c76f-463c-4adf-8dad-21c9be63d2a1",
"Deleted": true
}