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": "27936535-1507-4692-a056-6a89f565877e",
"CompanyID": "8f3475f3-021f-4b66-b243-97630c077284",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-23T05:36:16.953021-04:00",
"CreatedByUserID": "e8e3e200-b821-41f1-84c9-f33a6f2a2735",
"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": "99bffe50-d469-49f5-9941-81cde0c1da5b",
"CompanyID": "a4b985f5-828e-4bea-b467-22e676f094d2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-23T05:36:16.953021-04:00",
"CreatedByUserID": "689a49dd-3052-4016-ba44-03811bf7e2bf",
"Deleted": true
}