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": "fdb908ac-2b96-442d-9792-9985a1b5fd0e",
"CompanyID": "ffaed659-dcd3-4921-964d-1ab98ca3392f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-26T10:11:09.5477623-04:00",
"CreatedByUserID": "23974e44-b7da-4fa2-8e26-967070d3f7df",
"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": "15f0424d-366b-4435-814d-32a5b3d3f0ed",
"CompanyID": "2df2c210-bba2-46b4-8bed-30c2b2e7f58d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-26T10:11:09.5477623-04:00",
"CreatedByUserID": "be6dc56f-3b4a-4af3-ac20-39b58d12ecd1",
"Deleted": true
}