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": "c36ad0a9-59a2-4abb-a75e-84a79abef908",
"CompanyID": "48fdb2ec-dbb8-4532-b50c-97de510205e4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T03:09:48.6246659-04:00",
"CreatedByUserID": "55ae3383-4fd8-4bcb-b968-5a9e2be8fef6",
"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": "1f7218b3-7896-4f9a-b20f-0fe2457dddf6",
"CompanyID": "f7e13ed6-e875-46c2-9904-5ee0374ba999",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T03:09:48.6246659-04:00",
"CreatedByUserID": "6a86eca1-6b9c-4012-8d17-be6e9771e3d3",
"Deleted": true
}