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": "061c49b1-1c0a-4ff8-80f1-d1680741d14f",
"CompanyID": "2c16e152-7220-4d02-977a-98bdaa1addf9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T22:19:50.4413092-04:00",
"CreatedByUserID": "636833d0-8243-48c0-88fa-b92eade25677",
"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": "5d6a61f7-fbbb-4c9d-bd2b-0e64d660fa3c",
"CompanyID": "1ce11ec1-4a6f-43f1-86ff-6ac0adb141db",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T22:19:50.4569437-04:00",
"CreatedByUserID": "a70026f4-68d6-414c-a1fe-4643be11b321",
"Deleted": true
}