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": "eed82fe6-52ee-4b56-95d1-c8792bebe6db",
"CompanyID": "8e9ab142-f48a-4bc5-8e15-4ed93c9086a7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-21T18:37:13.1677611-04:00",
"CreatedByUserID": "a4e78a66-173d-47d9-a622-fd4326f0df28",
"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": "40d07887-b4c5-499a-b8dc-31376d71bc1d",
"CompanyID": "989cc1aa-4e37-4958-8eb8-5d04f718a61c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-21T18:37:13.1833874-04:00",
"CreatedByUserID": "ec700aec-0eef-4a88-9de4-7c5a01edb754",
"Deleted": true
}