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": "c557c7bb-24b2-4aa7-b559-c9c806c15f04",
"CompanyID": "e15e50d6-df2b-4c80-97de-92d4180f6dda",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-18T17:03:32.0666413-04:00",
"CreatedByUserID": "b613c064-acda-418a-a764-1911cb3837e4",
"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": "16706424-29d0-4bcd-86da-403b6cf015fb",
"CompanyID": "f413d805-8f0a-4c98-bc8a-8440a4a81a3a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-18T17:03:32.0822527-04:00",
"CreatedByUserID": "d673ee7a-ffbe-4438-b870-67242e3e6bea",
"Deleted": true
}