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": "8484424e-9128-4ab0-baca-46a95bb68c0e",
"CompanyID": "d558a075-b9d5-4792-93ce-7e016b2ff108",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T02:51:47.6764597-04:00",
"CreatedByUserID": "2d068b3e-2996-4a99-9a06-c9383e56600f",
"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": "7820f72b-5bb2-4ce9-a5be-53e6b6b3d03b",
"CompanyID": "8a027098-5fd8-45f9-be28-7b9c822f9995",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-30T02:51:47.6764597-04:00",
"CreatedByUserID": "970d8907-283b-4fda-88f0-164fa5c52a7c",
"Deleted": true
}