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": "8a6aeff3-1ea8-436e-89a6-91ffa7c40aea",
"CompanyID": "4407d56d-49e7-4d83-8c9a-b839762154af",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T03:20:45.4238167-04:00",
"CreatedByUserID": "2b48a839-90c7-4b62-8cb5-77e9bbc00883",
"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": "f33389bf-52e9-4acc-aeb7-86d982983e04",
"CompanyID": "62e94e8b-e7f1-4386-bef2-b5def6d0c56f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T03:20:45.4238167-04:00",
"CreatedByUserID": "ffc8bb23-e996-4705-b050-222ec1454421",
"Deleted": true
}