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": "58ae7232-df21-4a92-9c3d-4d0e64db720e",
"CompanyID": "32407601-d12f-4f0e-a126-ffa4e7b7fd3d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T03:57:13.498312-04:00",
"CreatedByUserID": "fb253225-d41b-4006-95f9-4ffe55e9c6b5",
"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": "17763569-6a8b-46a0-a3e3-9dd2f3b6fc17",
"CompanyID": "b7760990-e0ae-4495-8c93-597b88c79da6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T03:57:13.654551-04:00",
"CreatedByUserID": "bc16fac5-7bee-4d10-bdb4-6d217989f841",
"Deleted": true
}