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": "e9fdd579-8c3c-4eb3-a522-35a88a311852",
"CompanyID": "aa2bab17-81b4-4dce-ab79-93025d947d2f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T03:42:33.6026121-04:00",
"CreatedByUserID": "59579dec-0c3a-4e09-b88a-e144fffb2a93",
"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": "1f2412cf-27c8-4616-bbed-c8c62bd856d5",
"CompanyID": "90d134bc-5d3e-4472-b0d3-7732c119ed9c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T03:42:33.6026121-04:00",
"CreatedByUserID": "06997e24-dcc4-4eda-959d-d04c8bfdb29a",
"Deleted": true
}