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": "346d6c51-e19a-4988-9197-c8fbb475ae8a",
"CompanyID": "0226c9aa-2516-41ed-90fc-8a9a4bdcc1a9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-14T12:52:15.7405108-04:00",
"CreatedByUserID": "406def33-d42a-401b-acd1-c1b64c6f4bd0",
"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": "40028e3c-c9c6-46b2-ab61-669870fc2c3f",
"CompanyID": "604fdc83-c586-4b1e-ac86-33ec4b89b178",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-14T12:52:15.7561397-04:00",
"CreatedByUserID": "25fd3f4d-8b8d-4c61-aeee-3d2b3039f7bc",
"Deleted": true
}