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": "1125398d-a385-4cd8-b585-bb7033414ed2",
"CompanyID": "fa6b161c-ba2a-4a0c-9618-236377953607",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T17:27:08.6206913-04:00",
"CreatedByUserID": "650ca6fd-9d25-4631-bc71-98b23aa97ab6",
"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": "efba90ee-9eb3-48c5-941c-e060831e5ed7",
"CompanyID": "43870a4c-8e25-4725-b61f-b552aec57ed2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T17:27:08.7769499-04:00",
"CreatedByUserID": "edd57a93-123d-4499-9ea3-ec0885b9b1ed",
"Deleted": true
}