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": "554914ef-1412-45bf-8d37-06302fdc2ac6",
"CompanyID": "c3b43ab8-29cc-436f-a736-4d65697791af",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T06:22:59.4358161-04:00",
"CreatedByUserID": "e85c7a4a-eadc-433c-8769-87bb578b2a37",
"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": "61b3f5a5-fa5b-4ca6-bcca-8a5aa28b9587",
"CompanyID": "205659e6-ddd9-446e-9e63-068945c003a3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T06:22:59.4358161-04:00",
"CreatedByUserID": "5de41702-290a-4ab5-a43b-f5c58e28270a",
"Deleted": true
}