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": "9f4318eb-7f83-4724-b6e2-194a3b6e5905",
"CompanyID": "a7665b9e-1391-4cf7-9dcb-640e8d562f48",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-04T00:05:15.970863-04:00",
"CreatedByUserID": "8e1243a9-9ac4-4d7e-88fd-3bbad40f37e5",
"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": "982c4258-3182-43c4-beaa-9ef855e85999",
"CompanyID": "db9456b6-357c-4165-a9ee-56da9f0096a8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-04T00:05:15.9864895-04:00",
"CreatedByUserID": "2c40892e-d142-40cc-b538-4c2cf46a2342",
"Deleted": true
}