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": "3834e910-fa55-40e9-adee-496b601dcae2",
"CompanyID": "bb86eefb-7818-415d-8cdc-37882ecfadaa",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T19:57:52.1420527-04:00",
"CreatedByUserID": "380929a6-0dfb-483a-82b1-043057678d70",
"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": "d38c1b4d-19b5-4f81-b53c-dd95747c0a03",
"CompanyID": "c82313e2-17b4-459d-8271-5659bb90ee9f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T19:57:52.1420527-04:00",
"CreatedByUserID": "e913a482-0ac0-4631-b737-fd7b1e47ee02",
"Deleted": true
}