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": "03b58c4e-d9ba-4f35-b371-435b0edbcb45",
"CompanyID": "61edddfe-fe01-4175-aef6-17c3e98fa5da",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T16:52:47.3291442-04:00",
"CreatedByUserID": "69b657cb-1871-46cb-bf82-1521c368d74b",
"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": "e9168e7e-6351-4ab4-adaa-7819fb8be2af",
"CompanyID": "7613e0ef-8852-442a-92a4-ce5638869469",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T16:52:47.3447682-04:00",
"CreatedByUserID": "7aa5cb69-2eb4-4e82-8438-a0da2b1015ca",
"Deleted": true
}