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": "da9cd13d-abea-4c5e-99a9-99dea0d68502",
"CompanyID": "5a468597-a330-4f74-ae0a-e56ef0d72541",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-03T01:24:07.4607646-04:00",
"CreatedByUserID": "7e7c8e7d-7b25-4cc9-88b8-96e16451beba",
"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": "bcf05ec0-b2d1-4ea1-b0bd-49c1c78486f5",
"CompanyID": "8141e265-2352-421a-be85-95e9aec714be",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-03T01:24:07.4607646-04:00",
"CreatedByUserID": "00391ac6-e1a6-4dcb-b425-d1a4adf807cd",
"Deleted": true
}