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": "1c39ee18-7fcf-4c56-a84a-2c362ec43a96",
"CompanyID": "a4a8b9e7-98e4-4c75-b631-3f6b0d041cf5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-30T11:50:15.9418808-04:00",
"CreatedByUserID": "08a57794-5101-4b01-a486-68d8c487f2f3",
"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": "7f4c20aa-60f3-4a42-854e-48c7255b133f",
"CompanyID": "9de7b679-9248-4c05-a005-81c0630e6e9b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-30T11:50:15.9575045-04:00",
"CreatedByUserID": "4da0536d-6c87-4196-9c24-2d4ab4a2e53d",
"Deleted": true
}