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": "62415bb8-8ac7-458f-a6b8-e5acdb07def9",
"CompanyID": "092e452a-886f-47e5-bf4b-b1bec0267790",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-12T04:27:39.1503513-04:00",
"CreatedByUserID": "9cbfb94d-9053-4e00-b90e-238eb1f9ffb6",
"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": "595132b8-1238-438d-beaf-d59bd9f66b9a",
"CompanyID": "9ffc3945-eaa3-42e3-a257-06bbb5c6c818",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-12T04:27:39.3222095-04:00",
"CreatedByUserID": "57d716c0-8cfa-4d9c-8dad-d9d8c1ff36bc",
"Deleted": true
}