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": "e22f0ca2-bad9-4c12-9bb8-39ca277d51fb",
"CompanyID": "3c76320d-baaf-45b9-8b90-f9b996801f04",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T09:31:50.7949065-04:00",
"CreatedByUserID": "457ff0f0-5e36-4dda-afa9-060790c6da6f",
"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": "5b1a3e2a-264b-49e2-b0a5-11f3b78b5ddb",
"CompanyID": "35d8bf4f-5956-4b59-9f11-ce4e49f73e28",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-01T09:31:50.7949065-04:00",
"CreatedByUserID": "e8414b67-4118-456e-81a4-f3533e243b32",
"Deleted": true
}