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": "3064ee79-605e-42dc-952e-59eccc34d664",
"CompanyID": "060caf70-cb38-420a-817c-023dc6aacdbb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-19T19:17:02.3810316-04:00",
"CreatedByUserID": "94cde458-51b9-4854-8269-cf9055754f8b",
"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": "498fcb54-8097-43d5-b2ba-4a5b8d3cb1bd",
"CompanyID": "328b5a1f-810e-4d76-92ee-317c9d37247a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-19T19:17:02.3810316-04:00",
"CreatedByUserID": "be87090f-0add-45d1-891e-e1d88b5fda16",
"Deleted": true
}