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": "db32f85e-7aef-419a-b782-fb0d3346da64",
"CompanyID": "6e74aaed-3dad-4972-acda-f8a0f212f548",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T09:10:35.1112326-04:00",
"CreatedByUserID": "c266c091-5f1d-4538-bac1-94923990a6e6",
"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": "20309c7f-18c9-485b-8e99-f504da7f8a39",
"CompanyID": "c29d1684-eae5-4f81-b99d-3ad11c0a6867",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T09:10:35.1112326-04:00",
"CreatedByUserID": "92ebe63a-ca4f-41fc-953c-8f29166f334a",
"Deleted": true
}