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": "854be75b-b797-421e-a399-6fcbd67a8229",
"CompanyID": "4965c0c9-7843-4d87-a51f-e4d1d7ed203b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T09:18:07.4688075-04:00",
"CreatedByUserID": "ebb761aa-fa0a-4525-bf17-6a8bf57243ef",
"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": "ac12793c-0ca6-464f-a0c0-6c680471611f",
"CompanyID": "543dffa8-dc7b-48f5-8ce8-df93fa340b57",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-01T09:18:07.4688075-04:00",
"CreatedByUserID": "780736b1-3f76-4b1b-935a-58a68d1687a9",
"Deleted": true
}