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": "6a059e44-16a5-4727-96b0-f77eaf113246",
"CompanyID": "bbe30e2f-19fc-4701-89f3-556df93aa986",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-02T05:06:34.0632584-04:00",
"CreatedByUserID": "a89bc713-9287-46f8-a598-9d5db615943f",
"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": "63ec2b23-4a6f-469f-b70d-fb9935b329cc",
"CompanyID": "af7ddbf0-ad33-415c-8f9a-03ece5122cfe",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-02T05:06:34.2195033-04:00",
"CreatedByUserID": "dcd08e87-205a-4a10-8dfb-8e069020affb",
"Deleted": true
}