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": "44921f83-b7e5-42d1-84d4-585e0459361e",
"CompanyID": "fc7cbd98-5dfa-47c9-9b41-12e084bbb969",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T01:13:22.1845507-04:00",
"CreatedByUserID": "4f44669a-e967-47d6-b610-06b43589ddd1",
"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": "b080103b-f0fe-4828-833f-32aaa14b1e4b",
"CompanyID": "bb6c87d9-2f5c-4e25-abe0-fd52af8be06d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T01:13:22.1845507-04:00",
"CreatedByUserID": "2fcc3f4c-f33a-4dd8-8516-d954bd8b620d",
"Deleted": true
}