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": "0db8d37e-88b6-4098-b9e3-778553341db5",
"CompanyID": "b8990654-0e3b-4f2a-944f-3ba7fdc5d0a4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-12-14T04:26:07.1364182-05:00",
"CreatedByUserID": "89e4c32b-9c35-44dd-aa6e-5de5b9b44066",
"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": "7dda6b99-aee8-41f1-bd89-bbf68a745fdf",
"CompanyID": "1766fa94-0dfe-4d6e-ac82-a786dc8d522e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-12-14T04:26:07.1518838-05:00",
"CreatedByUserID": "432c9fcf-79aa-4478-84ff-5dc0a7cf326d",
"Deleted": true
}