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": "ddfdbdc0-a561-4580-a210-86fd40c2e7a4",
"CompanyID": "3f1d50e6-32ca-44aa-9bf1-7ac07bb94859",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-02-24T17:35:17.0193874-05:00",
"CreatedByUserID": "51e2940a-b302-4ca2-b9d8-e4b8b6553b49",
"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": "c0f04290-ea5f-41d8-a173-29d017978a45",
"CompanyID": "eb6963f7-f891-46e6-a2e5-4e79d0b839cb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-02-24T17:35:17.0193874-05:00",
"CreatedByUserID": "42dacd4f-6418-474f-a879-f8503ffbcd04",
"Deleted": true
}