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": "d1195529-d8e6-4daa-befc-c71f30420240",
"CompanyID": "de26ef6f-39a0-41ab-b3f8-1ce095f0648d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T07:00:12.9351909-04:00",
"CreatedByUserID": "cef137ee-373f-4f79-b071-d232e2e205fc",
"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": "8680d267-4b46-45ab-9a14-ea1eaca949c2",
"CompanyID": "13f2532e-6e59-4093-b275-2e97c1768005",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T07:00:12.9351909-04:00",
"CreatedByUserID": "8089a83b-f57d-4eb0-ba88-df62a0d7d3b0",
"Deleted": true
}