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": "413d538b-4c30-4c50-9810-9be346b47a4f",
"CompanyID": "460957d8-24da-43cc-bb5c-bb7eb8133125",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T16:15:15.0686465-04:00",
"CreatedByUserID": "ad6def41-0442-4064-91b1-76f89f35821d",
"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": "7c5976d2-4af6-4f43-9f49-4515f23451c0",
"CompanyID": "1502bf69-dc75-4fc6-8ddc-109ef1a0764e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T16:15:15.0686465-04:00",
"CreatedByUserID": "fb652de0-f739-491c-97b1-06f72e70a870",
"Deleted": true
}