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": "d1deede2-0543-414a-956f-de8e3209ef06",
"CompanyID": "94949ec7-574c-411e-9b35-fab65f594d82",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T01:40:19.7265042-04:00",
"CreatedByUserID": "f9ed441a-148d-4fad-8062-e8b6cac1f11f",
"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": "6b5a7f7b-effb-47b8-8bde-621303d01248",
"CompanyID": "1e67b253-7051-4e04-a5ea-aee6e54ce011",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T01:40:19.7265042-04:00",
"CreatedByUserID": "856100e3-9bdb-407a-9eac-05fbe0fe1989",
"Deleted": true
}