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": "80114163-a47d-4136-8bcc-fcfea88ead0c",
"CompanyID": "6a1ac68e-97c1-4c28-9f94-383247cc11f7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T22:56:06.3752387-04:00",
"CreatedByUserID": "d5e85194-29c4-4c47-95a1-f5f9d905c9a8",
"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": "53ce3f35-8ba8-47bf-9d9c-778f7fbd70e4",
"CompanyID": "991b3a9e-9802-4cf4-9944-63bc0a478735",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T22:56:06.3908631-04:00",
"CreatedByUserID": "6985847f-6745-4e97-854e-fba381be8977",
"Deleted": true
}