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": "790ff4da-8b13-43e0-a8dd-a7ef78d23841",
"CompanyID": "137036bf-1708-42cf-9a27-f4bfa63d5817",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T13:43:50.9042943-04:00",
"CreatedByUserID": "9ef2c0e4-27c8-4f10-a7d9-59a13bd252fa",
"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": "60a71b5c-0c31-462c-b370-0d5ef0249171",
"CompanyID": "34ce57ac-65ac-47db-b4e3-f7b48f2fb267",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T13:43:50.9042943-04:00",
"CreatedByUserID": "c6fda2f9-9837-48c6-9ed1-f9249b2fe2ce",
"Deleted": true
}