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": "9b2d4898-737e-46af-a865-e616050b462f",
"CompanyID": "e6a96c9b-1015-45dc-aeb9-7e1db911dae4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-11T03:53:07.595735-04:00",
"CreatedByUserID": "490e8545-3792-4763-a6bd-d5a1e303df28",
"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": "5d452809-e3d1-4603-9311-78c9c7860c67",
"CompanyID": "5099217c-1d98-4587-b468-ecb68c121376",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-11T03:53:07.736354-04:00",
"CreatedByUserID": "e6a5a25d-2a3b-4e00-90f7-7708ac368df9",
"Deleted": true
}