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": "2efc5034-1cf8-4f39-99a2-cb8d439ca1a5",
"CompanyID": "b4bc9e1a-079c-4689-b760-b512ab13ddcc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-24T20:38:19.7929771-04:00",
"CreatedByUserID": "de13352a-072d-43b3-a77a-33d14db05674",
"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": "65fd0b23-6184-4993-8c24-ff5c11092828",
"CompanyID": "886fb46b-227e-4b44-bdc5-a508b61f2ac2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-24T20:38:19.808607-04:00",
"CreatedByUserID": "f096faa6-a0cb-4393-87c1-7d95c02129de",
"Deleted": true
}