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": "dbab5367-2cd1-4552-8a4b-ddf4692011eb",
"CompanyID": "ed68841b-97e0-432c-a3ee-3541051f7d05",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T01:49:45.3753923-04:00",
"CreatedByUserID": "0ef9028f-2c21-4043-9926-e6b58cf5de74",
"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": "3cfba093-fb90-4acd-81f4-7f53d7d2797b",
"CompanyID": "e3af608d-f104-44ec-9f5f-df5291cb7f0f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T01:49:45.5160153-04:00",
"CreatedByUserID": "686e4ec0-67bb-41c5-82d2-c6657968afc5",
"Deleted": true
}