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": "171f9a66-fe07-4762-91ef-22f8d0d43fdf",
"CompanyID": "8a25e597-e1da-487d-a634-2db8f78c1c43",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T08:55:08.2664404-04:00",
"CreatedByUserID": "cc872fe2-2a87-47a5-a53d-2e2bedb7abad",
"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": "2d9fd7b6-6964-46e4-baae-4df930116218",
"CompanyID": "5726fba8-1a24-4b3d-b749-33befb7d4ea0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-14T08:55:08.4226862-04:00",
"CreatedByUserID": "7dd5fb56-c803-4ec5-bd6b-d7cbb23d0442",
"Deleted": true
}