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": "76612b64-2454-4341-93d5-4c55a9f1d715",
"CompanyID": "bac54ac7-3c4a-4ce7-8a9d-13fef8ca39dc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T17:39:25.9329066-04:00",
"CreatedByUserID": "d43b2442-3de1-47a6-9a68-1fecac944b92",
"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": "0ee70d63-629b-4fbd-8d61-48c7bc8ecd88",
"CompanyID": "da9a5b68-2972-429c-a842-e8d032fb2f89",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-29T17:39:26.0891691-04:00",
"CreatedByUserID": "459a73e7-4936-454c-a24e-21eabd8de016",
"Deleted": true
}