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": "b2f1ebd8-ff37-42d8-a662-11a26907c062",
"CompanyID": "cfea6324-bac8-4459-8fcb-40da83c24139",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T17:53:41.7010998-04:00",
"CreatedByUserID": "a1c02751-281f-440c-938b-859abe4924b0",
"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": "0a65b43e-e89e-49f4-973b-5b882003bd09",
"CompanyID": "0b0b8b9c-d504-4dce-9fe4-39bfe1138260",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T17:53:41.7010998-04:00",
"CreatedByUserID": "b2a7bfc0-e392-4c08-ba7f-68f7cd7ffce1",
"Deleted": true
}