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": "33101e56-8ce9-4709-ac7c-f0a338149651",
"CompanyID": "0a4047de-a9a2-48cb-a4ba-4dfee99a7154",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T04:31:37.6378822-04:00",
"CreatedByUserID": "edc1a089-7d75-4121-a6d9-0adbfc46fa9f",
"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": "7b83e7d6-91de-41d0-8f0e-0a9489e6e950",
"CompanyID": "642ceb24-e34c-4975-aee7-7f9b586c02be",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T04:31:37.7941432-04:00",
"CreatedByUserID": "90a8e137-5517-4101-9578-5e158dabc4d1",
"Deleted": true
}