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": "050084f4-549a-4995-bbc4-64ed288f9f8e",
"CompanyID": "f9f7c68f-3e79-4629-bbe5-3c744455665b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-07T12:06:37.1125214-04:00",
"CreatedByUserID": "94d000da-7b64-4b49-93f0-1ed37a22948f",
"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": "0dcb6922-c2dd-4ae7-8593-7427cb5befc0",
"CompanyID": "4109058f-89bd-46e6-bc6a-6cc85a12aecb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-07T12:06:37.1125214-04:00",
"CreatedByUserID": "9ee05c34-010e-4d44-a213-9df3b14942b5",
"Deleted": true
}