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": "e7f826a1-d4ec-453c-8db2-14d2b3b12b6c",
"CompanyID": "cdc05c6e-ece3-4930-af70-66dff715a40d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T16:39:22.8131194-04:00",
"CreatedByUserID": "27d9e73e-9b12-4082-af91-a4cc670c17dd",
"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": "12e7cea1-7cb3-43b2-b102-5a178e49d782",
"CompanyID": "11e966f7-f6d2-4ea0-be27-2fc979e2604e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-15T16:39:22.8287445-04:00",
"CreatedByUserID": "8a7106f9-8a2d-4678-9c5e-b2ec2f80988f",
"Deleted": true
}