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": "61f5a64c-f70d-4e8e-8ab9-df6f96767e21",
"CompanyID": "214741ad-303a-4a76-aebe-231e70e28620",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T11:38:12.7393112-04:00",
"CreatedByUserID": "b0befa5d-b3bb-44fa-8f8c-3f57b45cd077",
"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": "b297c551-7fad-4f7c-9884-767eb6325016",
"CompanyID": "8ea95cc3-766d-4013-88d0-027696e28888",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T11:38:12.7393112-04:00",
"CreatedByUserID": "68499de3-24bf-4b46-aac3-d7343143b261",
"Deleted": true
}