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": "b106ebfc-1689-4eab-9c16-0aa7314bf49f",
"CompanyID": "5b3ec2ae-ce6d-43e1-b77c-9b8b98271e7a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-07T09:03:16.162887-04:00",
"CreatedByUserID": "f7d2d634-ca20-4a47-9804-62aeb85eabb9",
"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": "f041fe7f-f4d4-4350-a9f0-91df447afaaf",
"CompanyID": "df9e4214-2a46-43bb-b909-db4588029ad4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-07T09:03:16.1785121-04:00",
"CreatedByUserID": "2d25a025-f114-4cd1-a839-c9b92a6b5472",
"Deleted": true
}