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": "0459342b-fd99-4476-8d32-5e34bbb2e15f",
"CompanyID": "3954b876-9a32-4a63-95b1-f34428b0f81e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T23:22:54.5563089-04:00",
"CreatedByUserID": "7a0cc274-2357-4473-8f2e-79c7e4da40f0",
"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": "93b0c493-383e-4703-87af-8f6be24b5792",
"CompanyID": "cca649a5-7654-4b2b-8628-ca770ac9c088",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T23:22:54.5563089-04:00",
"CreatedByUserID": "674629b3-f900-44ad-9fdd-ce8c50fc2e43",
"Deleted": true
}