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": "8d11fe34-e172-4172-a6d6-efa608ae910a",
"CompanyID": "f609ca44-8404-4896-bbe0-29e55d9c55c9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T11:06:48.783434-04:00",
"CreatedByUserID": "729d9332-dc41-468e-b834-38920a09e2aa",
"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": "8aa713d6-11ab-4b1d-81b2-e0418d05bc70",
"CompanyID": "5790b7bf-f208-4042-a570-734d7d053d6b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T11:06:48.783434-04:00",
"CreatedByUserID": "c46bec0b-b6f8-4fb2-9dbd-d3a9365e8235",
"Deleted": true
}