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": "b0ea734b-b4ca-44b3-a077-7f8593da5045",
"CompanyID": "da7b5d7f-59e4-4eab-b2e3-1c479a878288",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-16T02:37:30.0492985-05:00",
"CreatedByUserID": "b741fa37-cb14-45d1-aaed-fb3c1eefebbc",
"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": "5106e6d4-0bcc-4c04-8d7e-3b5bfc83cbaf",
"CompanyID": "91d6009e-765c-4e2a-9105-16d836446372",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-16T02:37:30.0492985-05:00",
"CreatedByUserID": "4f40e712-5d08-4a6c-8a62-5a68fecde35b",
"Deleted": true
}