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": "a91ee505-d357-452f-be7b-c19e89cdd309",
"CompanyID": "272690c1-e57d-4d7c-ba93-d90c8576b55b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T13:24:06.5867135-04:00",
"CreatedByUserID": "06d339c1-076b-4335-9b9e-700b18685722",
"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": "31cca9ab-a429-4a1c-8a92-843141f8b707",
"CompanyID": "06060916-22d0-4a54-a4af-8c4c70a97e85",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T13:24:06.5867135-04:00",
"CreatedByUserID": "76c5a22e-78de-4cbb-8eb2-c8b7d82d0c56",
"Deleted": true
}