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": "6206b9aa-6fdf-413b-9267-d1a505e701e3",
"CompanyID": "c7109fac-0758-4759-ba50-7b00bb3ab320",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-11T02:15:46.4218522-04:00",
"CreatedByUserID": "e51136af-41f5-4bbd-8dda-f3bec1060082",
"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": "6e271fc4-e932-4070-bbeb-578f3d16886f",
"CompanyID": "5dd50aeb-c2b4-426a-b255-2fadf619cf9d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-11T02:15:46.4374782-04:00",
"CreatedByUserID": "a4225dc3-cb8f-4635-b830-f867d3a0eeaf",
"Deleted": true
}