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": "8dc800b4-495b-44a7-a93b-d8318014115a",
"CompanyID": "9453b9e6-2e15-4f34-ad0d-beec3aebd4a7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T12:02:33.2581564-04:00",
"CreatedByUserID": "aa33080a-8cb7-4742-a6b6-9650f18dd08a",
"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": "c8a4ce81-b918-4d70-867c-3ff305f151f3",
"CompanyID": "192e6892-4ed5-43e5-853b-1a911f54464d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T12:02:33.2611572-04:00",
"CreatedByUserID": "354f6f0f-ecda-4118-a384-81bf11651d40",
"Deleted": true
}