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": "300cee26-cacd-4d03-85fd-61432ca7c0a5",
"CompanyID": "e0da5af8-d2e2-4053-8a92-1df4d98d3cc2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T23:06:02.4692081-04:00",
"CreatedByUserID": "ab2c8a33-cd93-49df-8629-5f8d842c52e3",
"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": "682c1e71-07e9-42ef-959c-a4e969a2a3d7",
"CompanyID": "5573034f-59ee-4646-ad13-f6a4ee5c6d61",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T23:06:02.6098255-04:00",
"CreatedByUserID": "e2e5ec11-1d6f-4b0d-8719-27b349ad4bb2",
"Deleted": true
}