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": "bbdebe9c-3fd7-4b06-9c21-1dac02d17ab7",
"CompanyID": "739df9ee-da2c-4181-82a8-0cb18f62b014",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T18:00:04.7971076-04:00",
"CreatedByUserID": "98189a93-c81a-4492-a704-8eb9fa957ba4",
"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": "43b93948-2323-40fb-a9fd-538d92e709e4",
"CompanyID": "f2b7f1d1-7150-4ed9-9d00-5f72378dc87e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T18:00:04.7971076-04:00",
"CreatedByUserID": "22bf1f08-8297-48b1-af5d-134a2390a986",
"Deleted": true
}