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": "66d3a180-d377-4e11-95a2-b57927d58669",
"CompanyID": "586290a1-502b-493b-ba65-e67bfbedb671",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-13T04:10:27.3198343-04:00",
"CreatedByUserID": "78895abf-e41b-435e-b418-4c8c845e4475",
"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": "8bda3201-d377-474a-b23d-eac41fdcfc90",
"CompanyID": "b0b78f14-bb9b-4552-a9b0-e6a5d556f28c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-13T04:10:27.3198343-04:00",
"CreatedByUserID": "3760f8b1-40a5-4810-9b0a-4b1f0b4db1f8",
"Deleted": true
}