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": "a9f1ffaa-be15-4bef-b564-13e54540eedd",
"CompanyID": "1875122c-2eb1-421d-a802-27c901c8cddd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T15:57:49.0089032-04:00",
"CreatedByUserID": "af60af42-2a68-4d60-9ff0-dfe9db581e62",
"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": "959cb2c5-969f-409a-b58d-5ed0263f416f",
"CompanyID": "65b3f2ac-1203-41e4-937d-c4090418193a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T15:57:49.0359034-04:00",
"CreatedByUserID": "18d52b22-93dc-4695-b989-08f12a1134c3",
"Deleted": true
}