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": "2b96bada-5802-4c19-856b-c0986202db72",
"CompanyID": "780f1b3c-1737-48ed-b433-5611f1f82786",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-09T23:16:25.062559-04:00",
"CreatedByUserID": "3ea88047-b51d-4233-9c88-f595d4e2cc31",
"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": "d2412a12-4668-4700-88b6-bca672b8c156",
"CompanyID": "385a756b-d45e-413e-9d58-0400fc8e6532",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-09T23:16:25.062559-04:00",
"CreatedByUserID": "41ee3b69-dc88-4428-9735-0302fad87c86",
"Deleted": true
}