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": "a2ebdb82-1120-4bd9-b482-3c68d01b6037",
"CompanyID": "62a5348b-0b4f-4143-8a55-6fe7109dfb64",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T03:11:57.213202-04:00",
"CreatedByUserID": "cccf0d1c-c49f-4fce-9df9-0b22b6cd7360",
"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": "ae991f0c-a5bd-4bb8-abe3-4474f03ba317",
"CompanyID": "ea6d570e-0019-4301-a900-b901ec1106f6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T03:11:57.213202-04:00",
"CreatedByUserID": "8f2e6f97-9933-4420-8e2d-f8b3fe2d72d5",
"Deleted": true
}