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": "2dc2ce92-1608-4159-8cd3-45ba6ef4a412",
"CompanyID": "f5b4c9b9-c029-496f-a14e-f82c7a3002dc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-23T18:42:50.7091877-04:00",
"CreatedByUserID": "503a96bf-d452-4444-ba23-7e135a560e54",
"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": "b3e007cd-22a7-44a5-968c-99b5fe15cf88",
"CompanyID": "abdf74fb-3066-4352-aa61-49395d0916cc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-23T18:42:50.7091877-04:00",
"CreatedByUserID": "6b125bed-0003-4ab0-b53a-0198a9620a10",
"Deleted": true
}