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": "41d6c6c0-a5f3-447e-b343-6c2a146a197f",
"CompanyID": "d348a02b-44b2-48bc-905e-d5070f217392",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-12-09T09:34:27.1301613-05:00",
"CreatedByUserID": "2d933647-fa5c-43fb-ac99-5908dbb4e30a",
"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": "12a28121-99ba-47b4-991e-aa41ca4bd8d9",
"CompanyID": "6cf8997d-2d42-476f-8119-e69d0e99cb65",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-12-09T09:34:27.1301613-05:00",
"CreatedByUserID": "d5c92fad-d707-4821-a1eb-eb72e992dde5",
"Deleted": true
}