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": "a73a41dc-81b0-4df2-bda4-54826d0e5af1",
"CompanyID": "cdcc491a-eda0-47c9-8244-8e637d493116",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T09:11:37.4042709-04:00",
"CreatedByUserID": "a62476e1-4ec8-4b05-84ea-955c92c08697",
"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": "0c84b9d4-cc0c-4b29-bfda-933853627d35",
"CompanyID": "f90e4c2e-f41d-429b-bb56-4d22635a5085",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-31T09:11:37.5449011-04:00",
"CreatedByUserID": "0278024b-249e-4efa-9b10-84dddb539aab",
"Deleted": true
}