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": "83d5de7a-0a9e-41b7-aa5e-705c694c35ef",
"CompanyID": "0b181b5a-9cbd-4a9e-ad3a-20074f50377c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-03T10:12:04.7020621-04:00",
"CreatedByUserID": "f25137f8-1387-4c10-8068-f8da6604a4d0",
"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": "1e29354f-a954-4f32-9174-552559dae84d",
"CompanyID": "c190899f-91ff-45e0-9a5d-4c721e50ff66",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-03T10:12:04.7020621-04:00",
"CreatedByUserID": "5d67b40a-9c19-4da4-a573-6b8649192597",
"Deleted": true
}