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": "b4831e3d-d632-4ffe-a803-670454287faf",
"CompanyID": "4343c0fc-e088-4c6a-bea4-2385af5d98b8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T07:32:32.0480002-04:00",
"CreatedByUserID": "fd6872cb-fdb1-4d34-ae16-39623d82b2f0",
"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": "308cfe80-5bcb-4cca-9f63-f15ce30360cd",
"CompanyID": "3afb50bd-0474-48d1-a4e7-03dc36dddfbc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T07:32:32.1886286-04:00",
"CreatedByUserID": "a506b1eb-5d2a-4613-be14-d4d84ce218ae",
"Deleted": true
}