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": "e5ad5333-03f9-457b-96d5-697aa459ee62",
"CompanyID": "92532957-56d1-4c3d-aea9-bdc47e058061",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T00:08:48.2790405-04:00",
"CreatedByUserID": "10ad8082-51af-44df-8569-12a582b368d0",
"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": "30ce9fcf-3bff-4b93-9159-6576e6fd47b6",
"CompanyID": "728af859-fd36-4884-bdc4-14d13518afd9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T00:08:48.2790405-04:00",
"CreatedByUserID": "33d4be98-99c8-4651-8ad0-420cb0157c20",
"Deleted": true
}