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": "aa88a4db-d233-4ecb-99d2-a767cd179713",
"CompanyID": "525a74a9-0462-47c5-9458-6b9bb040ef25",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-09T02:14:43.0293905-04:00",
"CreatedByUserID": "2b248aff-9704-452c-8665-da297965fa16",
"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": "b161f05a-567a-46e7-9b89-d387400cd1a6",
"CompanyID": "f2ac2d13-8aff-4228-baa4-03855c8dfb55",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-09T02:14:43.0293905-04:00",
"CreatedByUserID": "573f2b40-856b-49d8-bcf5-45b5b86015ca",
"Deleted": true
}