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": "d2d214b4-2998-4a2f-a86f-79c09372a287",
"CompanyID": "83c85ccd-e9d0-406e-a4de-86e052f650c4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T15:17:44.396169-04:00",
"CreatedByUserID": "006bd92f-b9ae-4e91-9e67-49e8bf86a102",
"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": "c79c7475-abb4-4753-ab43-b6bfd30b9478",
"CompanyID": "287a0e20-2074-4586-8585-919d6705ab31",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T15:17:44.4118269-04:00",
"CreatedByUserID": "196f1394-f3c7-41fe-b049-0ff3f0a36a8b",
"Deleted": true
}