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": "104a03a0-bfcf-4a52-bd94-e9abcf4647df",
"CompanyID": "d825a7d0-559b-45b9-b046-0d104b3c203f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T02:28:52.9316482-04:00",
"CreatedByUserID": "e88cc141-ac7c-49f4-ab95-a11d0681ec20",
"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": "204fe025-2094-4a36-9637-5629974ef814",
"CompanyID": "b62cc6b6-fbe9-4505-8572-66611776fe9b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T02:28:52.9316482-04:00",
"CreatedByUserID": "7f429584-801c-475a-ae07-551f22595635",
"Deleted": true
}