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": "22f44b04-3d90-428b-9647-5df3c719f8cd",
"CompanyID": "b81c5f7c-5cc8-4dab-9f4b-26b60646f77b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T18:19:52.8203508-04:00",
"CreatedByUserID": "87cc8114-c930-46bc-bd60-09870462de5e",
"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": "25ac3c64-3d07-4319-bd26-45c27df6486c",
"CompanyID": "3a41ce85-a585-411f-82ee-ba542e84a236",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T18:19:52.8359438-04:00",
"CreatedByUserID": "4ac3f9cf-d7f1-4e0f-b08b-d25aa045cb69",
"Deleted": true
}