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": "8b150490-b612-4549-a3ba-58b00722e210",
"CompanyID": "49be6f48-e600-485c-bfa1-311763b2b480",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T16:11:30.72167-04:00",
"CreatedByUserID": "63ea706e-22b2-4d36-b392-735630e80649",
"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": "ebd4a7fe-c819-465e-bd85-f4fcd7852a7c",
"CompanyID": "3a721c9b-40fc-4771-9d6d-92c32e7c902b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T16:11:30.72167-04:00",
"CreatedByUserID": "8047672c-7e10-46b2-a8aa-82559896324d",
"Deleted": true
}