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": "cac08f57-349e-4856-be82-e32843740b45",
"CompanyID": "f63792e2-cc6c-47b3-9b2d-86099141ef74",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T21:04:24.7041196-04:00",
"CreatedByUserID": "71b02234-42b5-402f-94ec-dcbf24206f8c",
"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": "53346558-855d-404b-afee-cd41203d9057",
"CompanyID": "71249dcc-542e-4056-84de-67e5d767a226",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T21:04:24.7041196-04:00",
"CreatedByUserID": "fb3debf4-d034-4cfa-a677-8cbb23a2c97b",
"Deleted": true
}