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": "03500b64-1452-4b71-8ffb-e6e1106cb3b1",
"CompanyID": "7d149584-6a0f-4003-86b8-bd4a3c42d805",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T16:49:58.2916151-04:00",
"CreatedByUserID": "9f1484b5-992a-47e6-8c96-ab461b4d14d7",
"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": "8ed0d758-97de-4724-8334-5c9f15a1bf4c",
"CompanyID": "2abda656-45e9-4c2e-9ae1-ff1c37be6150",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-07T16:49:58.3072304-04:00",
"CreatedByUserID": "9beb56d3-fb38-456e-8125-86e81f4747bc",
"Deleted": true
}