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": "7dbb4646-ac2f-44e7-b14e-2f0bb05c260b",
"CompanyID": "87466b56-6283-4c0d-9f6a-7d6ecf3e0b63",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T05:47:23.4565288-04:00",
"CreatedByUserID": "72b30468-437f-45c5-bcf8-bde466e83bac",
"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": "80fe9997-6e65-4ba3-bb20-ffad5795ee65",
"CompanyID": "7bcb8406-7184-49e6-aeae-c49381402452",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T05:47:23.4721473-04:00",
"CreatedByUserID": "ccf297c4-d9ed-4e0e-a52e-d94cd4f7d787",
"Deleted": true
}