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": "f0178a00-3bf6-4995-985e-b7655ec40545",
"CompanyID": "bfa4388b-2401-4166-b790-a74b33d868d5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-21T09:53:47.7139459-04:00",
"CreatedByUserID": "32977e56-7896-45fa-a301-0e31854bdd44",
"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": "9f8c76c3-645b-417d-8384-39dd91db8fad",
"CompanyID": "0157ffc0-ff9e-4c1b-8d3c-25831e0468ed",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-21T09:53:47.7139459-04:00",
"CreatedByUserID": "4598cc8a-3380-42ba-b46e-0edb1ec97039",
"Deleted": true
}