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": "e713b426-0301-4456-b0fa-10f66b034406",
"CompanyID": "91e26a39-6c96-4768-ba35-7ecbf44f4f7f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T05:50:22.4112909-04:00",
"CreatedByUserID": "f23fe046-9034-4225-adde-fe0cb527512a",
"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": "7a1c9be8-b393-4006-a880-917ebffbb682",
"CompanyID": "31a0466f-8d99-4f91-a313-08d36aeb734d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T05:50:22.4112909-04:00",
"CreatedByUserID": "50f0b364-8ccc-4a65-bda7-3c2b92fdab58",
"Deleted": true
}