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": "1afe0ae5-7d9a-4bff-b543-101716c47cef",
"CompanyID": "01a26298-801b-4a12-80a5-9cc2372a0a59",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T17:37:06.4255494-04:00",
"CreatedByUserID": "3f84756b-4677-4f3c-b38a-6feb3019c705",
"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": "9113737e-7f32-4a3e-9ff6-dea90560fb6a",
"CompanyID": "2d200884-fb06-4f1d-b1f5-9f4eab390107",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T17:37:06.4411759-04:00",
"CreatedByUserID": "aa3e7e95-a343-4891-a46b-ebbc33e1cf1a",
"Deleted": true
}