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": "dde35f2a-3c82-4bb1-ad2d-aa4252804452",
"CompanyID": "d091b968-b122-47f5-b7f7-35e0cd8a2f15",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-06T01:50:30.5982325-04:00",
"CreatedByUserID": "fb99c767-75b0-4e19-a6b1-9768ea01083f",
"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": "fdccc30a-0aa9-48d8-82cc-4bfee82930fb",
"CompanyID": "d40ed8e3-491e-4e6c-ab23-43a63ea106ff",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-06T01:50:30.5982325-04:00",
"CreatedByUserID": "b6232767-794e-4707-b4e1-c64c90a9173f",
"Deleted": true
}