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": "40ac0043-1092-4eef-bbf0-5484e960d91a",
"CompanyID": "35129a3b-f97c-47f9-820b-dd2fd9324134",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T19:14:49.1997665-04:00",
"CreatedByUserID": "00f4dccb-80a3-4b2a-98ef-d7f4650abfeb",
"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": "362ec009-4996-4e23-8375-8dff77d68461",
"CompanyID": "a53e68b1-f56f-465f-a716-61fded173a01",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T19:14:49.1997665-04:00",
"CreatedByUserID": "6bb5e4fd-5c67-491c-870e-189e5970006f",
"Deleted": true
}