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": "12300e0c-726d-4ed9-80fe-bff75ad67eab",
"CompanyID": "cece5b7c-0965-44e8-b521-e8ef93e675ee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-06T06:36:31.4691027-04:00",
"CreatedByUserID": "e7363c43-9003-43d0-a4ea-46406d63f7d7",
"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": "4a5f9087-d7c6-49d4-bb25-1861fb72f81a",
"CompanyID": "2952e06b-63a7-47ac-96d5-0586af7169c2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-06T06:36:31.4846709-04:00",
"CreatedByUserID": "669e21fb-8f68-4c0c-abfe-c91fd6bb16aa",
"Deleted": true
}