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": "80580025-9511-4f55-af21-12cc3bcd5e9f",
"CompanyID": "f854918c-f03b-4797-9b98-aed6806a1cab",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T12:06:07.5028458-04:00",
"CreatedByUserID": "337fd1e1-de72-455c-b85e-3ab0eb70439b",
"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": "582378b3-bd7e-4525-b6b3-65e612381900",
"CompanyID": "ff90b77c-204d-46a8-bc44-d8da0d6a13b3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T12:06:07.6590947-04:00",
"CreatedByUserID": "a74695df-6ebe-4c1a-b83e-aeef1cc85729",
"Deleted": true
}