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": "aa6f92f4-2686-46a5-8dd0-2f794bc434d0",
"CompanyID": "9017a635-7e3d-414e-8798-d5f0ad137d0e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T16:52:30.3176987-04:00",
"CreatedByUserID": "1e8dbd82-7e72-4a36-95a0-9eac845ae347",
"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": "fd859c7d-3062-42fb-8a96-36516c03894b",
"CompanyID": "61d43a16-eca0-473b-a9f9-b980f1488140",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T16:52:30.4583239-04:00",
"CreatedByUserID": "8c262fac-32da-40d7-8c57-6492200eb9d3",
"Deleted": true
}