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": "51928f7a-ccdc-4de4-a115-bd6656ecef0e",
"CompanyID": "92ce63da-3f1d-4313-90e6-e1e3d4858e68",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T10:40:44.6753361-04:00",
"CreatedByUserID": "cf06fa7a-7f7d-43b6-91ac-d68e0eb95c45",
"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": "5ff063ad-85ed-4eb2-9b34-2c100dadd5a5",
"CompanyID": "63c447bf-c9f8-473a-bc8e-a7392ca6d9f2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T10:40:44.6909627-04:00",
"CreatedByUserID": "13f5205e-7610-4fd0-a3b0-596ac74c0af9",
"Deleted": true
}