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": "17489752-6f46-4382-b486-937ed49672c4",
"CompanyID": "d8654d87-5d9a-4e15-bd10-986e337d3643",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T08:51:06.4424077-04:00",
"CreatedByUserID": "741fedfd-344d-4fcf-a11d-6a57f69a7327",
"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": "41bedcff-b12d-48f7-92ab-5dc4572a1819",
"CompanyID": "302c9dcc-4dad-4b1b-90c2-503f818c73d1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T08:51:06.4424077-04:00",
"CreatedByUserID": "356b8c72-b387-4925-a408-dc1c551682c0",
"Deleted": true
}