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": "39447cc1-4fdd-43c3-9dc5-e36975eff96f",
"CompanyID": "cec4080d-2b3c-4aa0-9875-1a5bb8952090",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-21T11:35:46.0940503-04:00",
"CreatedByUserID": "dc0a3318-7c76-4792-b932-b18a1c4d3659",
"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": "992bcbc1-8d19-4726-9dae-be0cba84c0f0",
"CompanyID": "50abf1c6-da98-4f6f-8903-65c54af8719c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-21T11:35:46.0940503-04:00",
"CreatedByUserID": "ef5b63ac-aa99-4403-8d69-bbbc83ce8859",
"Deleted": true
}