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": "df680508-fc44-44a3-b445-43f467bfd1c4",
"CompanyID": "af4f9308-2355-4862-85d0-5a6f05189c59",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T03:10:59.2072099-04:00",
"CreatedByUserID": "963ef3cd-45ed-4012-97b6-4e00a4c90441",
"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": "a322aec5-64ca-4b42-9234-ea7b132ee412",
"CompanyID": "62480240-dd5b-4fac-9302-3931a816c96c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T03:10:59.3634592-04:00",
"CreatedByUserID": "871dd578-1734-455c-bdfe-a2b097a8ca48",
"Deleted": true
}