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": "19fb7b5f-cdbc-4069-b399-aad8f7b5ba44",
"CompanyID": "bcb145a7-ae2e-4833-ad52-ecfaeec37c7a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T06:22:25.4857476-04:00",
"CreatedByUserID": "4e7aacb9-9aff-43a2-80ed-b1f688650bf4",
"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": "f794e110-a5cb-4e4f-8f7f-366cb3628f34",
"CompanyID": "420fdb84-97c5-4a0d-8311-dd3bc212bb8e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T06:22:25.4857476-04:00",
"CreatedByUserID": "f2780bcc-18a5-45bd-9baa-87b0aa0cc871",
"Deleted": true
}