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": "36637176-2d3a-45a5-a8e7-e3575127d8dd",
"CompanyID": "46415e66-9cb0-4ecc-b7b9-40310b55f2c9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T04:36:41.0777795-04:00",
"CreatedByUserID": "52a63eb1-7c7f-49e1-9b04-7bc79c039bdd",
"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": "54369edd-18a0-4c5d-97a7-b055b817869b",
"CompanyID": "5d376599-81f7-43f3-a713-55d94158e2db",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T04:36:41.2496581-04:00",
"CreatedByUserID": "5482779f-0932-4810-a1af-674595f6ec47",
"Deleted": true
}