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": "ded7d87a-bf2c-45be-bd9c-5b21fb303174",
"CompanyID": "897c0023-dfac-440a-bf2b-f8751d80f157",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T10:00:49.8254005-04:00",
"CreatedByUserID": "748e6b85-633c-40cb-86f8-7d86c85af2f4",
"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": "26b86e23-761a-446b-bbb4-8c2daf5c856c",
"CompanyID": "1f02542a-bc69-4c35-8604-a465a7bf3bdf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T10:00:49.9816433-04:00",
"CreatedByUserID": "746aab10-503a-414f-9946-48c26302c771",
"Deleted": true
}