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": "04c4364e-2416-493f-8d29-3392848f308f",
"CompanyID": "daaeea3d-70c1-4bd0-9118-af9a02f37639",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T21:41:38.8142008-04:00",
"CreatedByUserID": "bb832103-4989-4adc-9b04-9ca8bc6ecb7f",
"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": "e59eb404-dc6b-4243-8c8f-a2910acdf009",
"CompanyID": "6753fa64-34bb-4588-b8dc-74ca40f65088",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T21:41:38.9704295-04:00",
"CreatedByUserID": "b240700d-c9aa-45ed-b1fd-a54efded4190",
"Deleted": true
}