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": "92ac00e0-b8d9-4129-bd2f-a076b40c84c7",
"CompanyID": "9a2fbd83-78ef-4b4b-849c-737c8765ac92",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T04:52:44.0948301-04:00",
"CreatedByUserID": "39977b3e-cb00-4900-8cf5-b22216968451",
"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": "bc2b9eac-2f62-40cb-9531-68774122b71e",
"CompanyID": "95dcc1e8-9b40-4748-85d1-bf68e6df85e3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T04:52:44.2354584-04:00",
"CreatedByUserID": "9638ada0-265a-4f99-8d42-61b020c46771",
"Deleted": true
}