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": "cf24e720-7d99-4e54-ba63-f74c645b7266",
"CompanyID": "3b2b140d-2aac-49b4-b69a-0c3f8f77df75",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T21:51:50.4398308-04:00",
"CreatedByUserID": "0ad89860-4341-4891-81b3-ca02ebf70c3e",
"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": "733f2a58-e5d2-486b-9621-1271f0cd9c93",
"CompanyID": "ed279ec0-d6ff-4eeb-8513-7fe377b3d8ff",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T21:51:50.4428308-04:00",
"CreatedByUserID": "4f3e5a27-9cea-4200-bd8f-ba3637d5f8bb",
"Deleted": true
}