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": "fd4bb2e5-b810-4879-a999-7662b0cb045a",
"CompanyID": "dd2d5f48-c325-4e78-8166-84cb49c001f7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-05T01:43:10.4908004-04:00",
"CreatedByUserID": "e78f1318-dde0-4154-90aa-2a5eb34310e9",
"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": "23146486-791d-4020-99f7-e708dae92dea",
"CompanyID": "90b6eff2-e045-4c9e-809f-20c83f21bcdd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-05T01:43:10.6626757-04:00",
"CreatedByUserID": "5ff70dca-f548-46bd-b1b6-4f71c493fa9c",
"Deleted": true
}