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": "dbb044d6-104a-44c0-b064-d7f7807f32e0",
"CompanyID": "8ab4b5e1-cdf7-4a36-8983-4cca04586aab",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-24T12:50:12.0467343-04:00",
"CreatedByUserID": "ff8b5eb8-ae41-448b-9bfe-d56734ca19d3",
"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": "63c9ac8a-9ffe-405d-855a-76ab10f1e3fa",
"CompanyID": "dce3d407-31c5-4c25-a065-9cecb50db675",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-24T12:50:12.1873629-04:00",
"CreatedByUserID": "2d077bce-939d-4341-b0d8-30d589241fec",
"Deleted": true
}