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": "49f10a28-989a-427f-8545-f8e8164f2b62",
"CompanyID": "665fa930-cce9-47f2-8d1b-6331bbb65edd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T12:07:46.7504031-04:00",
"CreatedByUserID": "fa31c8b9-9558-44e5-96c2-ea353de30fa0",
"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": "7ff54dcf-afed-46f5-89de-a032c82f6cb4",
"CompanyID": "cfe450c2-e4be-45db-8195-2a5970d1cd52",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-05T12:07:46.9066493-04:00",
"CreatedByUserID": "cf2a9d06-4f81-4402-b79f-1e56958b0151",
"Deleted": true
}