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": "c20e10f8-82c5-472d-b278-a7614301b563",
"CompanyID": "074a7da0-7f94-4089-b7c2-a3e0b403d849",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T08:14:18.4539996-04:00",
"CreatedByUserID": "a73ca0c7-72d0-41ff-8192-f11661a5895a",
"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": "6d338143-348b-4795-91f1-85547a338867",
"CompanyID": "de8104c7-af6f-40c0-b216-cfff7a84f4c3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-11T08:14:18.4696145-04:00",
"CreatedByUserID": "114dd7e0-d8ee-4298-8765-e1310bfbb353",
"Deleted": true
}