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": "f48699cc-d038-41c9-bea2-f5c2af485605",
"CompanyID": "47930646-9c4d-4c64-9e7e-6a147871b416",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-05T08:50:00.2946721-04:00",
"CreatedByUserID": "eda193b8-6c57-41ae-be81-0fdf8ccd4701",
"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": "db1db700-bbba-4948-b94d-e9d83cfe9b41",
"CompanyID": "8900d371-f778-42cc-a3c0-136555b6b094",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-05T08:50:00.2946721-04:00",
"CreatedByUserID": "106db347-c31a-4219-970b-72d7050b888b",
"Deleted": true
}