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": "f9d3dade-7cf4-4a5c-aa80-d95c136a7533",
"CompanyID": "4eba878b-9ee3-4e8d-8cf4-e0c27bf79365",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-12T10:55:52.221568-04:00",
"CreatedByUserID": "f823a174-32b8-4557-a3b8-314558992b2a",
"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": "ffbeddbe-b984-49fe-ad74-677b9d7b3573",
"CompanyID": "ec517e29-2e30-4ff4-b08e-c87cee49273f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-12T10:55:52.3934394-04:00",
"CreatedByUserID": "2023649c-3ee9-4a8f-b229-f2a44bcaf8f3",
"Deleted": true
}