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": "c3b6eedc-4ee2-4b1a-a8a1-efec74579de7",
"CompanyID": "232649b6-f694-40d9-abbb-9b6b4e7d8c09",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-27T07:10:45.0617559-04:00",
"CreatedByUserID": "017f0f85-7f52-4679-8fa9-b5383f787ded",
"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": "00327dd5-eb7f-4345-9154-28c3c73b526d",
"CompanyID": "021ebe3a-71e5-4a79-b645-af0b7f0e4bb1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-27T07:10:45.0617559-04:00",
"CreatedByUserID": "411ccd24-9f4f-4bb0-a880-49f4fb297898",
"Deleted": true
}