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": "3cb22790-4914-4916-8e48-0a7958bb5f03",
"CompanyID": "6fd1ccaf-3bdf-4189-9d7e-49e1f5c4a95f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T00:31:04.1486024-04:00",
"CreatedByUserID": "0166a3d2-bcbf-49a8-943b-83ec6099820b",
"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": "25455877-d878-4f92-9e3a-b5a71aec08de",
"CompanyID": "4ef1f8ae-6cd6-4469-9115-655c27670270",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T00:31:04.3048481-04:00",
"CreatedByUserID": "3236ad17-66b5-47fc-b6d3-d5d0aba476e2",
"Deleted": true
}