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": "3eea02fe-bc1b-4c3c-81b1-1049fd680426",
"CompanyID": "46648099-ff01-4bf4-87e8-a8ad4b2abfa1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T12:12:49.5248856-04:00",
"CreatedByUserID": "f6cbe8ee-f4b1-455c-a70f-87cf66cb68ad",
"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": "0b20ad82-1333-4083-91b1-2e498c81f13e",
"CompanyID": "3ffe70e2-23cf-4eda-b408-a64cb1b79069",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T12:12:49.6811327-04:00",
"CreatedByUserID": "44550bab-8f39-4f44-aa80-dd019bbe246b",
"Deleted": true
}