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": "58fc6873-57db-41b7-98c2-b018f1bd217e",
"CompanyID": "83eae7d2-9961-46b4-80df-fe7d415a02bf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-03T05:24:16.8435687-04:00",
"CreatedByUserID": "f589a0fd-2624-4391-b601-21b12c5cd168",
"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": "bafbf79e-5df2-4b3e-acb2-2aeed5737ae0",
"CompanyID": "bf299245-1bc1-44e0-9927-1d7ca03c0a69",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-03T05:24:16.8435687-04:00",
"CreatedByUserID": "845b80c2-6241-499f-af00-13cc7c4c28d4",
"Deleted": true
}