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": "f42bcefb-b74a-4502-86a1-396b4173036f",
"CompanyID": "fec24397-b864-46c1-802d-e44b66ab851d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T14:02:47.9506068-04:00",
"CreatedByUserID": "7b448ac8-74d7-4f3e-b300-2c433e550978",
"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": "116ed33d-3d9b-4352-bb51-f76618aaa7d1",
"CompanyID": "3628c95c-4d16-464a-bdf2-5f801ef10ce8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T14:02:48.0912327-04:00",
"CreatedByUserID": "3762d80c-a9bb-41ee-8efc-bb0ca74ca88b",
"Deleted": true
}