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": "770de954-f316-4544-93cb-78718932db7a",
"CompanyID": "f8bdbcc5-1e5a-4192-8320-f00e947c522c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-19T19:53:39.5196831-04:00",
"CreatedByUserID": "047655dc-2582-41a8-b7b4-f5b0de4f12f8",
"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": "0991ce1e-15d7-4249-9558-23ebd50523fa",
"CompanyID": "4bd85f7e-1606-49a1-a2ea-b41f4afda40f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-19T19:53:39.5196831-04:00",
"CreatedByUserID": "68e990c2-4343-4e2c-aa87-0ff02d93e3ee",
"Deleted": true
}