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": "27055aa5-f66f-44d7-86b7-168757d159ee",
"CompanyID": "d7caad46-53db-44da-bd11-a25965605de0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T07:13:37.7043078-04:00",
"CreatedByUserID": "c1456023-f474-4297-8811-c5e2fc429a55",
"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": "8c675f78-2d68-4060-94cf-8e155eecea83",
"CompanyID": "5a1faf06-55c3-4058-943c-211283847561",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T07:13:37.7043078-04:00",
"CreatedByUserID": "68d1ae3a-d2b9-48e1-81e4-cb0d415a9cea",
"Deleted": true
}