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": "9eea49bd-67e5-4979-8fe3-61c1cf41f288",
"CompanyID": "baeadbcb-d6f4-4638-8346-060b58fca2cb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T22:14:54.4187173-04:00",
"CreatedByUserID": "a7d1fa2e-c141-47a4-a8e0-2e51416cfb45",
"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": "0f5bcf5a-8640-46b8-84d9-739efb02e524",
"CompanyID": "03495394-beab-477c-9d69-7250baed489b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T22:14:54.4187173-04:00",
"CreatedByUserID": "38d4973b-f7a2-4d29-8c50-b65b34ae4edf",
"Deleted": true
}