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": "cb0d0e7a-7f2b-44ba-9cb3-bb7b3b86f40e",
"CompanyID": "966043a5-8fc9-4f31-b3d6-4adf01a96b72",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T19:07:12.4695298-04:00",
"CreatedByUserID": "2044c05c-ce89-4b35-899b-a4078c9a48b9",
"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": "81e90c56-d3d6-47ed-97b2-6b90ba4725ce",
"CompanyID": "88946c78-c800-43ec-839d-747dc03985bf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T19:07:12.48516-04:00",
"CreatedByUserID": "c000f840-fbdb-40d1-8874-ab6828e8e758",
"Deleted": true
}