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": "9124a76c-1a50-4bf1-9f54-3562e5689d29",
"CompanyID": "fe87dfb8-fe42-47b8-92a6-f2da18ace6ba",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T08:13:27.8572963-04:00",
"CreatedByUserID": "01c59220-16f8-4c42-aaf7-f69fd43be984",
"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": "0e79f341-9d93-4e4d-b1fa-b8f1b2abe590",
"CompanyID": "d5f83309-5721-4e21-be2f-23376d1bfae8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T08:13:27.9979205-04:00",
"CreatedByUserID": "ee74c3dd-8302-4600-8749-bddfa90915c4",
"Deleted": true
}