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": "7c10e2e9-f61e-4c5a-9e2b-1fa67220a766",
"CompanyID": "cea2b958-72a4-44b1-85a3-3ea831b36826",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-31T01:41:34.4564556-04:00",
"CreatedByUserID": "d10932fa-a584-4a9c-af32-52e43e15e59b",
"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": "46898b93-4187-4c98-8b49-139307983b4d",
"CompanyID": "1d40fdf1-8203-486b-8354-908fde9c8df1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-31T01:41:34.5814476-04:00",
"CreatedByUserID": "b892b241-caf8-4955-98ed-3ea4cf82a06a",
"Deleted": true
}