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": "aabeb9ad-e96a-40c1-aab8-58c9bfa34585",
"CompanyID": "a732826b-d1f2-4fd8-872d-19a3ae19b99f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-14T18:58:16.5247143-04:00",
"CreatedByUserID": "32c2ada2-a32a-487a-b5fd-7f90304b131f",
"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": "bc1610be-e7af-405d-a7b1-e0514c8d61ef",
"CompanyID": "0acced29-faaa-41c2-af13-cc772cabbbd3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-14T18:58:16.5247143-04:00",
"CreatedByUserID": "dcc999c7-14af-4886-ae9b-3c3a899c02d9",
"Deleted": true
}