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": "0c26aca6-a618-412c-9fd1-b394a57738f5",
"CompanyID": "7a78c640-bf15-4031-b165-9aeee1018829",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T03:30:29.5237268-04:00",
"CreatedByUserID": "2e6db1d4-513f-4e7c-a843-ba08544c6acb",
"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": "dc486638-5333-428a-a7ac-d4dc26423e6f",
"CompanyID": "1aba38f9-77fb-488b-bb15-79a1aec7267f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T03:30:29.5237268-04:00",
"CreatedByUserID": "dcb1fb2d-f7d2-4c8e-8ae3-77e0397763a2",
"Deleted": true
}