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": "948550ec-1c8f-4d8e-956a-c4b678424ae9",
"CompanyID": "8ac397d7-b21c-4dce-876b-9590ad9d9b4f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-12T18:01:17.5467311-04:00",
"CreatedByUserID": "902f024e-d8d9-43cf-892b-fe862c5ecda2",
"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": "f1c16967-f52d-4c68-a162-192392f79671",
"CompanyID": "c24823c3-fbc9-47b6-bf7b-84275412adee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-12T18:01:17.5467311-04:00",
"CreatedByUserID": "05d4596a-a204-409b-b82a-56c2e48e623f",
"Deleted": true
}