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": "e5eee715-bfd4-4ff0-b14e-2661679ea4eb",
"CompanyID": "e5aa1c81-abba-4201-91b8-094fef30ece8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-03T18:19:10.0976119-04:00",
"CreatedByUserID": "50b4d844-feef-443b-95fa-f2612c92b2f7",
"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": "9c4553bb-b8e0-428a-ab98-9bb1a7e3b3a3",
"CompanyID": "b099c308-89d3-47cb-8e49-bb367e670cc9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-03T18:19:10.0976119-04:00",
"CreatedByUserID": "06558981-5332-461e-9bcc-f69ecad444cb",
"Deleted": true
}