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": "3e5351e0-1deb-4060-b546-5a50af9216cd",
"CompanyID": "ce0b1cff-f444-43bc-86b2-fbe3d0b24c43",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T21:04:06.8551703-04:00",
"CreatedByUserID": "547c8fdf-d1c1-44b7-a236-3468c60ba6dc",
"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": "1f013d57-9444-49b4-9d38-4fbbd1873439",
"CompanyID": "bad43882-f51f-4702-a9bf-9366ca396d31",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T21:04:07.0114164-04:00",
"CreatedByUserID": "fc1e37f2-6ec8-4360-b519-25dcd0745254",
"Deleted": true
}