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": "da254ee1-dfa7-472f-b49e-01f8cb2720c6",
"CompanyID": "cb03bd2d-cf87-4640-8e5b-84d41ea8659f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T04:08:28.0381027-04:00",
"CreatedByUserID": "4fed08f7-f63c-45f5-a65a-6777a1a366da",
"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": "dd3f416a-6681-413b-ae3e-d2006a8dc4ab",
"CompanyID": "005097b5-c66b-43e5-b72d-a101049cae43",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T04:08:28.053725-04:00",
"CreatedByUserID": "43a903fa-f002-4026-98f4-2871d34ae795",
"Deleted": true
}