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": "85285a0f-6477-4309-ae4f-0155dffb9195",
"CompanyID": "e05f598d-8a53-4416-9f21-0b2fcef7c839",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T07:03:37.7384078-04:00",
"CreatedByUserID": "e67b5970-019e-4e28-8dfc-89f5cb31f383",
"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": "b6c40b07-47a1-4083-a4a5-876424be1faa",
"CompanyID": "0cc10b0d-f95e-4e60-9f84-b70286be4f77",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T07:03:37.7384078-04:00",
"CreatedByUserID": "3239cd08-c3d3-454f-ac05-a931f9d2fbb6",
"Deleted": true
}