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": "58edeecc-1bef-4d06-9b45-07c6baaaefd1",
"CompanyID": "f11442a8-b7f2-43d9-8026-ed0cf4e42d11",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T04:47:16.7414234-04:00",
"CreatedByUserID": "e925dc58-56e4-453c-8004-81dabd588133",
"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": "e3dd0889-e419-44c9-a103-7698570faccf",
"CompanyID": "d1d8be4e-f9e7-4453-b541-5ff9c38b7421",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T04:47:16.8987306-04:00",
"CreatedByUserID": "df763cd8-3c72-4e76-be0d-97127e9230ea",
"Deleted": true
}