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": "20ec8323-54c2-41ff-ac94-6e951dd9e0b5",
"CompanyID": "3299f568-ea8f-495f-b450-182f90b06645",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-09T15:06:31.6817154-04:00",
"CreatedByUserID": "37b64e29-80bf-4a4c-a548-26773d05a791",
"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": "031e65dd-8506-4f7a-9ae2-8f48fbbd0bd3",
"CompanyID": "4dd0e7e7-d59a-4807-b96d-dc70bf5d9e3c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-09T15:06:31.6817154-04:00",
"CreatedByUserID": "170c9752-b041-4af6-bb19-7e954bd0af9d",
"Deleted": true
}