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": "b53e51c2-6469-46d5-99eb-fbe6bd3e2452",
"CompanyID": "4cfd5211-0851-43ce-92dd-d6d14837eabf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-12T09:52:08.5212512-04:00",
"CreatedByUserID": "8caba6e6-2961-47d9-9b7f-e49f807fd483",
"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": "578cadf5-9c7e-4a23-88bf-9903f017aece",
"CompanyID": "4d0d6e51-fc75-4cbe-b75e-3a592bf5bb15",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-12T09:52:08.5212512-04:00",
"CreatedByUserID": "d75bfe04-2a90-4640-b7e2-50f3aebe7574",
"Deleted": true
}