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": "52f7162a-6f60-491a-829e-33b30284ecd4",
"CompanyID": "20ace05a-90a2-4fb7-ba55-30418c498a48",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T17:53:41.5797742-04:00",
"CreatedByUserID": "bfa46162-d7b0-49cc-94a7-5fed83c44942",
"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": "644d9b66-74f9-430f-b7b6-c81666d6be5f",
"CompanyID": "2b2900c3-4ae1-4a94-9beb-2bd38db528c4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T17:53:41.5797742-04:00",
"CreatedByUserID": "f3c595d5-f750-4e3c-8393-a393aee2c3cb",
"Deleted": true
}