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": "aae84551-000d-48b6-9a26-bb7e14d9b271",
"CompanyID": "4759ec3f-2640-4af8-bf51-d7e654878f79",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-07T01:45:25.8919102-04:00",
"CreatedByUserID": "669c9457-7090-4596-8d48-19928b17226d",
"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": "bc6b690a-5928-45b7-b7d2-9c5cab109830",
"CompanyID": "8169d345-e7c8-4841-91c6-6aa413b56e21",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-07T01:45:25.8919102-04:00",
"CreatedByUserID": "0fb35743-1c12-49ba-927c-72d1a7f131dc",
"Deleted": true
}