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": "774b6ace-daf5-493e-96cd-a4bce3679f36",
"CompanyID": "fd4b61e9-ca34-431f-b796-ef48fc4fe609",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-29T22:22:25.9867962-04:00",
"CreatedByUserID": "50cea347-32b7-40f4-8386-1bb13d58560f",
"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": "19e19db4-5829-48f8-b657-d998bf1a4762",
"CompanyID": "bfb31a72-ab33-4dff-8c40-5d76690637b6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-29T22:22:26.1274261-04:00",
"CreatedByUserID": "515d674b-c802-4ec0-a978-f981e22d1538",
"Deleted": true
}