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": "16b2ee2d-20f9-4c5a-abad-4ef6716dae63",
"CompanyID": "c6400b2e-53ce-4fec-9c2a-752a8184f798",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T19:08:23.2841587-04:00",
"CreatedByUserID": "372befaf-94ab-4bb6-9a1d-da7310fb5b01",
"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": "1d9420ff-7fa8-42cc-ad15-98c99a3e7b64",
"CompanyID": "57bc9a2d-2730-43af-a80e-5fc4e189247b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T19:08:23.4247845-04:00",
"CreatedByUserID": "62f4e55e-e655-4ec2-af4c-072da177717a",
"Deleted": true
}