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": "f5413007-c128-4884-8e46-ed2128a84643",
"CompanyID": "5043e511-0d1f-4f2d-9cd3-2aa449cfd5c7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-08T20:28:17.7763947-04:00",
"CreatedByUserID": "ce826391-6489-46de-9a7b-36062698c5d2",
"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": "1524562f-3e65-4e1c-9f4b-48bd6c8f6134",
"CompanyID": "1ea53e49-65ee-489c-89f6-ff336be7e543",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-08T20:28:17.9013948-04:00",
"CreatedByUserID": "b94a81c2-029b-4af7-80ea-96939d6939f1",
"Deleted": true
}