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": "85eea63d-9f03-4a0a-8806-36c49a678bc2",
"CompanyID": "eefa4630-bd37-4fe3-8151-2b852552379e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-09T21:01:49.3609838-04:00",
"CreatedByUserID": "af9d0d3a-1000-4c6f-b9f8-029fad538392",
"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": "82fb19dc-9143-4f1f-a664-df90e02e271c",
"CompanyID": "a6a4edf0-5abf-4e5e-8680-61de64a9d96c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-09T21:01:49.3609838-04:00",
"CreatedByUserID": "69cf8424-7450-4e8f-a821-16e4c9eea1ce",
"Deleted": true
}