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": "d1f1bcbf-ea7e-4e88-aaed-74ad88ba4039",
"CompanyID": "3ed65931-9267-49e9-b505-138dc3d3c917",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T10:38:43.0493461-04:00",
"CreatedByUserID": "2eec16da-b7f3-46b4-a3fc-87d84276964e",
"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": "44f22ed8-ea43-4c2c-b041-adc286f2b859",
"CompanyID": "d0008d47-4897-44ad-a42b-25f5f09c0d7d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T10:38:43.0493461-04:00",
"CreatedByUserID": "8a49442f-2dc7-437b-ad12-7d9db9f0cefe",
"Deleted": true
}