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": "6638b978-947b-4462-87f3-ef133015b2aa",
"CompanyID": "1c22feff-5864-4657-958b-0697fe5fcee4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T07:02:30.0077569-04:00",
"CreatedByUserID": "fe40530a-b1dc-4be3-ab3a-23bef7b76332",
"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": "bfa66bab-5871-4254-8d27-2b880721e3d9",
"CompanyID": "5398f0f5-8b28-48e8-a664-0d64ecb167f4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T07:02:30.0077569-04:00",
"CreatedByUserID": "4530be48-7471-4d05-8f2f-2550e9430898",
"Deleted": true
}