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": "f16880f0-ff6d-420f-b241-7e98ce1e71a6",
"CompanyID": "bf0d41b2-3e3f-470c-b335-4398861dc3e8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T23:38:11.4842315-04:00",
"CreatedByUserID": "0d26bac9-50d9-4fb6-bdbd-76179d118d30",
"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": "c14ce9bb-58bd-4fcd-b24f-5c62e3a54cb3",
"CompanyID": "9bf2c1c4-2074-4271-84fb-58af8966ea86",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-06T23:38:11.4842315-04:00",
"CreatedByUserID": "4fdf4c57-45f2-40a4-8745-0342fdc2e467",
"Deleted": true
}