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": "6e2b03d2-36c5-47e3-ad2a-e115af1ecfcd",
"CompanyID": "a7467408-585b-4981-a655-e277a980f345",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-01T16:10:09.3873699-04:00",
"CreatedByUserID": "f4598139-5b08-4e9f-abb1-d844446139ae",
"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": "5e455066-a0ca-4be0-be06-b775e949de70",
"CompanyID": "19283246-f8f0-4a33-a938-2bca15d918ff",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-01T16:10:09.5748686-04:00",
"CreatedByUserID": "66a49272-50ee-416c-894f-08e5e4507cda",
"Deleted": true
}