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": "1536434a-7d1f-466f-abb9-a9bfd9ff4b46",
"CompanyID": "63ba716f-c698-44cd-9668-636401c96b05",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-21T20:14:20.5228008-04:00",
"CreatedByUserID": "eb2537f3-6813-4863-84fa-f65b8e48eb2e",
"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": "d055510d-9616-4e3b-90a3-401788879458",
"CompanyID": "1b3bf6b0-24c6-4fcc-8c96-42a6713b19d8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-21T20:14:20.6634227-04:00",
"CreatedByUserID": "feaaf05b-a6d2-4c1e-8359-648b08f6a39d",
"Deleted": true
}