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": "dc1d7928-1390-4160-a83c-d525378ce802",
"CompanyID": "bee7a69a-00d2-4191-bcf0-25a09453851a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-26T15:22:09.9785335-04:00",
"CreatedByUserID": "02c516a9-d1e8-4fe6-9a05-34e6d90d66fd",
"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": "80ed5b99-9de2-4816-a6e9-8fa7bf495e94",
"CompanyID": "98bdcbb3-f1d0-4a14-9bd9-0d326f1733b4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-26T15:22:09.9785335-04:00",
"CreatedByUserID": "b53c5a23-1e4a-4778-b7c2-6b6c4b7701c0",
"Deleted": true
}