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": "dca5b5d9-e30a-40a2-9042-a5bafe3fe2bd",
"CompanyID": "41113fc9-5fb6-481a-9362-18aaaa37b84f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T18:44:11.1377473-04:00",
"CreatedByUserID": "47b72717-457d-48df-a636-27bb7ad5bda0",
"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": "5d31acf4-043c-4af3-a910-b0fd22a257c8",
"CompanyID": "aaf2006a-18c6-4881-90c3-448845cf3468",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T18:44:11.1533816-04:00",
"CreatedByUserID": "92582433-82df-4ed4-8ca4-6f849b9166b5",
"Deleted": true
}