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": "749d6dfb-10bb-48b7-9015-d9685d60dfa7",
"CompanyID": "88526d55-afda-44d5-8cb3-156188f9de00",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T04:33:28.9502517-04:00",
"CreatedByUserID": "e9033358-b05d-40fe-8f97-8ee0cbf0c8dc",
"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": "593991cb-f8ff-48ca-a438-db21f2b17084",
"CompanyID": "1f9beeb3-6207-4ef3-b76f-16e9fd5fe1bb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T04:33:28.9502517-04:00",
"CreatedByUserID": "4358aa69-d909-488a-8439-1f83057e9bb2",
"Deleted": true
}