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": "0f92e98d-bb6d-4878-90eb-76fb91891d3a",
"CompanyID": "e18c3db4-0e70-4cb4-95c0-0e9312e711b1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T10:25:30.8464843-04:00",
"CreatedByUserID": "4c816421-9931-4479-8bde-eb9afe3e5764",
"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": "135452f2-a024-4009-a05a-aefd8b74f06a",
"CompanyID": "28fb110f-1511-4766-9feb-0a6718fbf718",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-28T10:25:30.8619838-04:00",
"CreatedByUserID": "9b8e02a6-e7c4-46d7-9595-d1950753c09e",
"Deleted": true
}