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": "78d1711a-a2af-4855-80a8-694cccb6fd00",
"CompanyID": "e3b52f1d-4827-4c4b-8628-202620601a41",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T02:30:56.3002768-04:00",
"CreatedByUserID": "8e9f5d49-2623-45f2-b571-742fb36fecf8",
"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": "f9851d49-a478-4013-894f-fceb3aa4adce",
"CompanyID": "22ce8be9-2ab9-434a-b6fd-9e56a94147a1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T02:30:56.4408979-04:00",
"CreatedByUserID": "03d1935a-c4ea-4979-93b9-545d214dda60",
"Deleted": true
}