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": "d87c1240-7e5a-411e-8359-9bbc8893c00b",
"CompanyID": "40b039d9-c5f3-4c1f-a34e-089ff8f662d0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-03T11:36:17.3039995-04:00",
"CreatedByUserID": "34d34ca5-14f1-4946-b160-cadf2e4b2149",
"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": "99bb5c2a-2ab1-42f3-b4ac-1329a6fa3f63",
"CompanyID": "3739a3d5-30d3-449a-a75a-ecc5d6536af8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-03T11:36:17.3195472-04:00",
"CreatedByUserID": "af3bf91e-2420-4a2f-a68d-3bcb246079a7",
"Deleted": true
}