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": "22570560-b42a-4e46-bd69-aaa05eee9eeb",
"CompanyID": "34b986c3-184c-4265-89e3-dce3a1d1016a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-28T13:19:40.4583609-04:00",
"CreatedByUserID": "b7569ee1-aac7-4794-9d33-7f945e5b9edc",
"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": "b865643b-49b4-434d-bc44-46bbcf54560d",
"CompanyID": "e4452ad1-5408-488d-8fae-ab4a55d2307c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-28T13:19:40.5989766-04:00",
"CreatedByUserID": "594af8c9-62ee-49ab-8053-58de88fd0dfd",
"Deleted": true
}