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": "ea7d6c64-a99f-4701-9676-3a8d68e0f7c6",
"CompanyID": "517b0c43-00be-47aa-912c-2188ede34a16",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-22T03:24:32.3814734-04:00",
"CreatedByUserID": "d54c50c3-69a5-42b9-b2df-fb4e354c76f7",
"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": "e59793a7-df94-4b23-a5c2-513cbd4f36ca",
"CompanyID": "fef07ab4-2631-43b7-a751-5b1050f26b96",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-22T03:24:32.3814734-04:00",
"CreatedByUserID": "36435181-d56e-4daa-9458-4539b677ba58",
"Deleted": true
}