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": "3fffa62f-42b9-430e-b161-5c00f7479baf",
"CompanyID": "9ff1da39-a97a-4c4d-8a5f-affab365d132",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T11:50:02.5180368-04:00",
"CreatedByUserID": "14e5c2c4-9c8e-4746-8b56-b8252845953c",
"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": "3618c72a-edbd-47c1-8cd6-adb481250d19",
"CompanyID": "ece71837-1796-48d9-870a-717c497ef8c2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T11:50:02.533663-04:00",
"CreatedByUserID": "f4e0c946-77fb-4027-85d3-cb9068adc828",
"Deleted": true
}