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": "2b2fa836-adf5-4642-b25d-9b1119011ce7",
"CompanyID": "ece29f89-6db8-4482-9a16-b2d02f1113e3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-09T04:11:06.9584552-04:00",
"CreatedByUserID": "f0e5db71-ec1d-42c7-a79b-b85c0bb54644",
"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": "e1c20068-1e12-4641-9a99-fbbdc888a714",
"CompanyID": "f055cd2b-0ddb-4ebe-b36f-6d1a83e2c9c9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-09T04:11:07.0834557-04:00",
"CreatedByUserID": "17db6d7b-82ec-46dc-b165-3a0ccce9ca86",
"Deleted": true
}