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": "65abeb78-dfa4-42db-913f-6ae0f40b249b",
"CompanyID": "97828585-5313-4447-bcf7-840ed83de7c9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-03T20:33:37.8844715-04:00",
"CreatedByUserID": "fd5d8a2c-0f21-4681-a63a-84268c2e4334",
"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": "adc0254e-93e9-4feb-af4b-a3a25332352a",
"CompanyID": "f5f3df17-30f9-42e3-903d-80a9eb770482",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-03T20:33:37.9001001-04:00",
"CreatedByUserID": "6a557485-da43-49e0-8be1-425755a4cef5",
"Deleted": true
}