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": "901541fc-1255-4c2d-93ff-335b6c4c2ec2",
"CompanyID": "70a21413-7dab-47c0-bb1a-516ddc9d9163",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-18T18:06:17.1616114-04:00",
"CreatedByUserID": "7fe55dfd-f90e-4d3b-a94a-0e12eda2816b",
"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": "e985568c-b8d5-4124-a069-9e0cc46a6438",
"CompanyID": "38e83476-a43f-4ffa-92ec-7ec36747524b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-18T18:06:17.1616114-04:00",
"CreatedByUserID": "aefdf7de-7f72-4c96-bbac-5f92bb255d39",
"Deleted": true
}