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": "371abc0f-e814-4f51-a11c-5caa3efdb714",
"CompanyID": "5a0221e5-d099-4417-bd89-2eb600ceaaab",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T17:56:51.3513775-04:00",
"CreatedByUserID": "24aec5e5-2fcc-4384-ba57-87437eabb1ab",
"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": "9a9af0f0-8f35-4ec3-b076-6915b21e06ae",
"CompanyID": "635bdaf9-760d-4575-be7a-a7dd5703785c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-14T17:56:51.367006-04:00",
"CreatedByUserID": "eae2114d-59ff-4a34-9be0-935bf6d22f16",
"Deleted": true
}