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": "ff3b984f-4806-4b94-b3ca-36480198818e",
"CompanyID": "af826b01-1d8b-46ad-8d90-96a8e8355d61",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T04:30:09.7831965-04:00",
"CreatedByUserID": "ad3b63b9-4b87-4fd9-a106-2b7e24379272",
"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": "76b7eaed-1a43-4dd5-957a-66a5f0866ebb",
"CompanyID": "d6db25cf-94c0-4da7-b96c-27e7762b844b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T04:30:09.9863185-04:00",
"CreatedByUserID": "5775e406-9754-4706-a881-78ec4f6aa290",
"Deleted": true
}