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": "21c1c4e5-cbda-48c2-9a27-b16c8bc62e17",
"CompanyID": "d429f6f0-110b-46b1-a0e6-0796645216b2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T03:20:45.5306737-04:00",
"CreatedByUserID": "6aa2536f-0e34-4f1f-8282-3d0e2d651113",
"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": "09fe97e5-eecb-4d49-ae88-ddba710734b4",
"CompanyID": "63a76c33-a50c-4bf6-97fd-9ac19fdf1834",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T03:20:45.5306737-04:00",
"CreatedByUserID": "15f1452d-7575-492e-8bc0-7711f503d267",
"Deleted": true
}