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": "96e60956-83ba-4810-a781-f6116472147b",
"CompanyID": "bbcaf10f-5e15-47ea-9510-1da7d8155fab",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T06:07:24.9060915-04:00",
"CreatedByUserID": "142f6062-6be4-48f4-b2ea-6de1ebc7ef93",
"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": "b5f6aedf-0bc1-40b8-ac82-f329ca0f78c6",
"CompanyID": "16c628a0-468d-4d02-b673-1e2d030fc446",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T06:07:24.9060915-04:00",
"CreatedByUserID": "a90017ae-8395-46d7-a3f6-1348592f6468",
"Deleted": true
}