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": "1500d755-3eaf-4169-9045-f95596ed1b48",
"CompanyID": "17ffd204-3812-4812-92da-90cdc317fd74",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-14T20:45:58.8834797-04:00",
"CreatedByUserID": "a5c0711b-3dec-4abf-ad9f-1059bd5d631a",
"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": "a6c6d931-9ca1-43f1-9bcb-6e8d3264dbff",
"CompanyID": "f62eeabf-2730-491a-88b5-c4c1e9868dc4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-14T20:45:58.8991029-04:00",
"CreatedByUserID": "e59cf15d-3bf6-4532-a474-aac5da705b7b",
"Deleted": true
}