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": "a2581073-c59f-46b5-937a-cd542e7df51c",
"CompanyID": "81961447-e556-41ce-a7aa-cc77606e4a7d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T19:09:07.057285-04:00",
"CreatedByUserID": "64c35cad-7894-4e6b-8dae-7e71859852f3",
"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": "2468c78d-47f5-4ba3-b78f-b0d64f363147",
"CompanyID": "ba79a536-e320-4778-b8c9-03051c652ca2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T19:09:07.2135354-04:00",
"CreatedByUserID": "5bd15fc5-1e0f-45a8-9f3a-3045bcb61952",
"Deleted": true
}