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": "332c1109-c47d-425b-8863-a4d8d628a6c7",
"CompanyID": "27927cc4-7a7e-4583-bcf5-03765112ab7a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-21T20:23:46.0695169-04:00",
"CreatedByUserID": "bd1b084f-256d-44d8-98ff-b57f84082e37",
"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": "04feb0a4-92e2-4e0b-8944-471659f063a0",
"CompanyID": "6ea8c265-2471-4de8-8c83-cb791c59c1c1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-21T20:23:46.0851413-04:00",
"CreatedByUserID": "87775856-2698-4019-a3c6-cea68b5dd594",
"Deleted": true
}