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": "c4adeb73-1d6b-4410-9816-89c88e560c23",
"CompanyID": "dfe0be5d-9927-4039-ac94-0f398cb3196b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-27T19:51:39.8564633-04:00",
"CreatedByUserID": "c01025dd-a0e9-4caf-a305-a0056411e230",
"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": "60275261-59f2-44e0-ba05-c6a9fd7e3f87",
"CompanyID": "d534ee80-b298-4719-aa40-ab7942268f35",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-27T19:51:39.8564633-04:00",
"CreatedByUserID": "24603f12-ee76-4087-91e0-148d323b3db2",
"Deleted": true
}