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": "36eea2cd-4cc1-4493-a34e-d40e34d3e5fc",
"CompanyID": "ff1163c7-a264-43ea-bc90-cca46d47a6cd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T21:49:58.5278253-04:00",
"CreatedByUserID": "7080ffcf-d777-4e9b-992d-3ace91d362f4",
"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": "34dbb1e2-8085-403e-98b8-d2a6f19bd3d8",
"CompanyID": "d76d3264-0ed0-48dc-8b15-f43191510489",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-08T21:49:58.5278253-04:00",
"CreatedByUserID": "004c3f54-d162-4ef3-b97d-6c15c65a7a4a",
"Deleted": true
}