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": "3cea20f3-09c7-46c5-9ae0-7bca5856a8bb",
"CompanyID": "04c5a513-e14a-4b52-b6d9-e6480459f358",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-02T18:28:41.1015919-04:00",
"CreatedByUserID": "280ebaa0-997a-4840-8166-59ca238d68c0",
"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": "630f2724-c445-42a3-bb8e-7eb4bb7ad89a",
"CompanyID": "173535b7-81f3-4d08-bae0-4f7e74bb787d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-02T18:28:41.1015919-04:00",
"CreatedByUserID": "f352d82f-f53b-43c8-81a9-4c5b3bb6afa6",
"Deleted": true
}