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": "ab0e2c93-5c15-4ae5-9be6-ad647c035eec",
"CompanyID": "86c59d3d-cf1a-4d7b-b2f0-e4a3e26f7f29",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T02:50:07.3934467-04:00",
"CreatedByUserID": "8d2948c3-3d89-4fc0-abca-7c8094760361",
"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": "ecf433ee-c22c-4c06-b955-ee118a59bdb2",
"CompanyID": "436b7e54-5efd-4597-aa0b-7242ce58b526",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T02:50:07.5340699-04:00",
"CreatedByUserID": "e2334f1f-626a-4874-b8ce-81e7add179e0",
"Deleted": true
}