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": "662a228e-a2be-46ec-8108-051a86e98391",
"CompanyID": "4d1951a6-84cf-4a08-a775-19ec5231b4a2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T22:00:12.7446646-04:00",
"CreatedByUserID": "0c6c71cf-acb4-455d-ab9b-9b73a2be7a05",
"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": "90098fb6-e2d3-43ac-a694-38ab15e950e2",
"CompanyID": "64d0e48e-1cd9-4232-9078-6205de1f0961",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T22:00:12.7446646-04:00",
"CreatedByUserID": "b229d049-f835-45d5-a06f-2e7a6c184419",
"Deleted": true
}