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": "dbe9d5c6-682f-4aea-afe4-ccdbe6ea357c",
"CompanyID": "26a348e4-6c38-4d61-8b3c-e303bc9a3e52",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T23:18:39.6030469-04:00",
"CreatedByUserID": "a33f4ae6-3ad5-4fbf-8cfe-b6eee112f94a",
"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": "93efa70c-1a80-4be2-a90b-60fb30458fbd",
"CompanyID": "c884176f-1800-4fae-b1f5-a7f07b5e2e7f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T23:18:39.759298-04:00",
"CreatedByUserID": "249a5032-3991-4f91-9fda-9d1ce1caad35",
"Deleted": true
}