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": "abd5271c-be59-46af-951e-c469f6bdefe4",
"CompanyID": "4c895859-b14c-44af-99b6-44c18517a9e6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-10T03:11:14.3668379-04:00",
"CreatedByUserID": "6d0b8637-1dd1-448d-92e1-8e52956072df",
"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": "88c608cd-1d2e-45de-92b6-0ab028fe4bd3",
"CompanyID": "c62136eb-807f-4591-8263-42bdd9e113dc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-10T03:11:14.5230713-04:00",
"CreatedByUserID": "703ff5ef-9301-4d75-9151-fcb904c9f9d7",
"Deleted": true
}