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": "2eabab20-5872-4b08-a362-d44fb028168f",
"CompanyID": "a36bbf2f-2c10-46e0-8aef-4b235cbbcab3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T06:23:43.0924921-04:00",
"CreatedByUserID": "64ab4a0e-deef-4664-8078-b538e6651e45",
"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": "01e674af-ae8d-4bef-b2ed-375bd7d322ee",
"CompanyID": "f215ac62-0f34-41fb-b76a-ef2315cecdef",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T06:23:43.0924921-04:00",
"CreatedByUserID": "02a9ff61-8535-4cfb-b5dc-cdb7ac701435",
"Deleted": true
}