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": "8b2f6e30-1f54-456e-918f-8b06370b5747",
"CompanyID": "a4d7de7d-0231-42bb-924e-59b1af88cd3a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T09:12:06.9946009-04:00",
"CreatedByUserID": "10e05b18-fd4c-4a3a-8e72-280f4e6b34f0",
"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": "c50b255a-56cd-4817-a9c9-9ddd0d2100e4",
"CompanyID": "69ceb9f9-de76-4ee8-9c0e-3ddb332bed6a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-18T09:12:07.0102253-04:00",
"CreatedByUserID": "b7b18436-1483-4881-bf32-5cb9f7a15b59",
"Deleted": true
}