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": "1e6e88d9-60f0-4e32-940d-1d35e14cc708",
"CompanyID": "0d802acf-87c3-4476-acd4-56d21e9f7cff",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-15T16:20:58.026534-04:00",
"CreatedByUserID": "33b71107-1b7e-4926-ac0c-16d15ae60c6e",
"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": "9ec4b154-1995-420f-a934-8a49a0b330da",
"CompanyID": "604c9403-8e06-4c88-a033-ab5d0283f9dd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-15T16:20:58.026534-04:00",
"CreatedByUserID": "9da0dd26-f921-48d3-815e-e74d7a32dda5",
"Deleted": true
}