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": "5b4d9c9c-d310-4e12-9498-e09c348c45c8",
"CompanyID": "fb202f44-b3fe-48d7-9c8d-e11347a57b6d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T02:36:24.1512373-04:00",
"CreatedByUserID": "4f41e874-fc67-49df-a421-fc8aa31e1429",
"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": "2cd98be6-3dfe-4594-b4e2-6b8bf7acae05",
"CompanyID": "50c6d348-dcd2-4847-a422-e6e34cc2c949",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T02:36:24.1824873-04:00",
"CreatedByUserID": "587decdc-303c-4ddd-ace7-b809614ff2f0",
"Deleted": true
}