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": "d5348854-3df2-4082-bc85-f8f3948ae89d",
"CompanyID": "92cc9bef-3148-49d9-9666-9a087051b818",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-26T23:01:52.5155522-04:00",
"CreatedByUserID": "4d0e34c1-d5dc-405f-a390-63e829b9ffde",
"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": "83e62284-23ba-495e-93ff-eea99434dce4",
"CompanyID": "9f156033-eef7-4184-8eaa-88ae59f3691c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-26T23:01:52.5155522-04:00",
"CreatedByUserID": "f1b5c37e-94cb-43be-8292-cc048c095ca9",
"Deleted": true
}