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": "f3f50995-2013-43a6-8cdb-a7042810c738",
"CompanyID": "cdde9f07-d2ae-4136-9f17-bff45cb687f7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T12:43:39.039411-04:00",
"CreatedByUserID": "b4bb7597-4178-407f-b85a-69ebaba0b25e",
"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": "617d020e-ec1a-4bbf-b536-62fcd597c49c",
"CompanyID": "28024e83-7df2-4c26-90c9-e550ff311e1b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T12:43:39.039411-04:00",
"CreatedByUserID": "f5257b99-3a14-438e-9a39-1acc0a612da8",
"Deleted": true
}