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": "95eb4ceb-f4ec-494d-a7a4-542aa35c0ce5",
"CompanyID": "e22ff03f-e3e3-4343-8f8c-b3d20766783f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-20T04:43:38.8065183-04:00",
"CreatedByUserID": "ba429820-5455-45ee-84b5-a63c93369c74",
"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": "88f3770c-d5b2-4966-9e35-cced9395abb4",
"CompanyID": "d8fa2d7e-e011-4c84-b759-bb02dbdfacd7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-20T04:43:38.8365179-04:00",
"CreatedByUserID": "fb840fef-e46f-49cd-bbf9-a216a0afc630",
"Deleted": true
}