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": "d08544ab-8665-473f-a46f-ec6999305259",
"CompanyID": "6c0d8cb8-7dea-4c2c-9e1c-194e5862ee18",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T18:55:14.3520967-04:00",
"CreatedByUserID": "353639c7-55b3-44a0-9807-a597e154b6ca",
"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": "000d52a9-26cc-45c9-ae67-677a3310262f",
"CompanyID": "61e59cb4-10fa-49fc-9547-ee0fec0335f6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-13T18:55:14.3520967-04:00",
"CreatedByUserID": "74980406-97ec-4af5-bafe-a67e04e6016d",
"Deleted": true
}