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": "12956597-bab4-4b89-9507-89fcab2a9f89",
"CompanyID": "e5a8e134-c917-403b-a5ff-08e099e80bc5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-09T15:02:04.6739271-04:00",
"CreatedByUserID": "ce659e44-4457-40d6-b6e4-d527ce6ae374",
"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": "7bb18b0c-e963-49e9-b0e4-1e07a88e3639",
"CompanyID": "3c0fa020-0c28-4a7f-9fb8-a5939aa5b62c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-09T15:02:04.68955-04:00",
"CreatedByUserID": "5a0c8039-7cfa-45ac-a322-27ca18a570ee",
"Deleted": true
}