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": "934e2815-90e6-41cf-858b-20475bfe17c8",
"CompanyID": "d64cb79a-e6f1-43b3-b260-af43f3407a27",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T17:33:35.7488031-04:00",
"CreatedByUserID": "ccda3e0c-bd34-425e-9fcc-9070a929a313",
"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": "37e5ea85-bbdf-43d3-a4a3-930eb3268dec",
"CompanyID": "680e1ca4-fb02-412b-9191-a9f369b0c3a2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T17:33:35.9206795-04:00",
"CreatedByUserID": "eef9dd18-8f19-4fb6-99a9-fbc447d7836e",
"Deleted": true
}