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": "b584018c-4cac-47cd-8214-0200f56834ce",
"CompanyID": "6b97f6ab-cbd1-4a66-9a5d-700f42ce2fab",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T19:55:06.5150976-04:00",
"CreatedByUserID": "eec367fe-9934-45db-a1e2-e78e55cee065",
"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": "57c2ac56-dc11-434d-8261-63e24426b776",
"CompanyID": "d89a4271-a3b9-4697-aef9-7fe0ec336481",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T19:55:06.6557234-04:00",
"CreatedByUserID": "c944ebd1-a618-48e5-9889-3934e7627c28",
"Deleted": true
}