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": "6830e2a3-e5a4-4c1a-9e70-07ded5457270",
"CompanyID": "49468ad4-40b0-44fa-b431-b428aa6141e4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-11T16:45:58.0325874-04:00",
"CreatedByUserID": "c1feff49-94a5-4d8b-8387-39bb6ba06f6e",
"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": "359b2b15-d9c4-41ab-8119-e82a20256345",
"CompanyID": "0a9ae5c5-4f31-4ed2-a879-b95c48120d72",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-11T16:45:58.0325874-04:00",
"CreatedByUserID": "db74a2e9-cda7-4f1f-8d44-1570dae46ea8",
"Deleted": true
}