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": "626eb90b-469c-497b-b9d9-de3c268ca3d9",
"CompanyID": "f2ee6c11-a415-419e-b63f-b7ff181986c6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-18T21:02:46.4070728-04:00",
"CreatedByUserID": "5de3fb08-2bcd-40e2-acd1-2efada486b08",
"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": "749418ce-aa65-488b-b076-7f59e36ce4c0",
"CompanyID": "68ee5ae4-aa76-4b89-84ea-4f532cbfeeaf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-18T21:02:46.4070728-04:00",
"CreatedByUserID": "a98287dd-dd3b-4eea-bb28-ad077ebace89",
"Deleted": true
}