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": "43b2e4c0-f5e9-4bd4-b269-f78262e18423",
"CompanyID": "3746e049-bfc5-445b-900a-99ff40eabfb5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T13:56:26.9823073-04:00",
"CreatedByUserID": "604b978f-59a6-455f-b1c6-97928534f09e",
"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": "a7066ff4-e072-4c55-ae04-bf91c0e84ed3",
"CompanyID": "7c73ac5f-12fd-4bda-9b94-25da43990ad2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T13:56:26.9979127-04:00",
"CreatedByUserID": "8522717a-19b5-4a26-b6c6-d2810afedc25",
"Deleted": true
}