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": "6ed63e71-5162-4eb1-afcb-43f29eaf3f88",
"CompanyID": "27bd30d2-e997-4ebf-a8c2-98e324b3d00a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T05:15:40.1858281-04:00",
"CreatedByUserID": "a8f063ae-6d55-4f3f-b52b-88d8813547c5",
"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": "4f1f8585-ed65-4626-81f6-cb3c9d01f858",
"CompanyID": "12c02d5b-f65e-4a77-b945-6db46c999319",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T05:15:40.3420844-04:00",
"CreatedByUserID": "2fe05490-36a8-4a52-8158-98ecad74db77",
"Deleted": true
}