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": "b1950925-dc7c-4887-b131-6a727686d051",
"CompanyID": "8f7bb5fc-ef1d-4fa3-9d0e-fab4cfa0dc6d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-15T17:02:09.8999071-04:00",
"CreatedByUserID": "d807aca2-a458-4546-9686-f01c1d1baeac",
"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": "e88a9566-72ef-4744-94ea-e09153370409",
"CompanyID": "ef617c3d-68b8-457f-9f64-8f1e2298e504",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-15T17:02:09.9155378-04:00",
"CreatedByUserID": "466e6d0a-d616-4626-86ab-f748b6ce2c58",
"Deleted": true
}