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": "041b0b22-b2dd-4c44-b221-5591b4ef6330",
"CompanyID": "5e5a386e-e0c1-45ea-912d-597a3f08e5ca",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-24T08:46:15.0587845-04:00",
"CreatedByUserID": "25ce1c5b-d7e3-48b9-94a7-5e9061042ecb",
"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": "bf99ec6d-5e4d-45cc-bbbe-71389ce56aa6",
"CompanyID": "429db9ab-1493-48d1-adc1-84f931e25fcd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-24T08:46:15.0587845-04:00",
"CreatedByUserID": "4a4713fa-3e2a-4142-a3d3-e86b0847eb01",
"Deleted": true
}