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": "e83070ea-a810-47ca-98e8-283ffc4111f2",
"CompanyID": "99b4fbc8-0b76-47ad-8457-7b694ece6d5a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T05:37:23.0327855-04:00",
"CreatedByUserID": "a058d1d4-3f33-4fde-a945-facb3fb1f884",
"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": "d4734bb8-8790-4966-ad74-f2ee183a458f",
"CompanyID": "645b7a1e-5068-4f0c-ae5a-635ba00c69da",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T05:37:23.0327855-04:00",
"CreatedByUserID": "2ff8bc3b-3d10-4801-8df5-b36d9097ff12",
"Deleted": true
}